DP-300 Exam Question 11

Case Study 4 - A.Datum
Overview
ADatum Corporation is a retailer that sells products through two sales channels: retail stores and a website.
Existing Environment
ADatum has one database server that has Microsoft SQL Server 2016 installed. The server hosts three mission-critical databases named SALESDB, DOCDB, and REPORTINGDB.
SALESDB collects data from the stores and the website.
DOCDB stores documents that connect to the sales data in SALESDB. The documents are stored in two different JSON formats based on the sales channel.
REPORTINGDB stores reporting data and contains several columnstore indexes. A daily process creates reporting data in REPORTINGDB from the data in SALESDB. The process is implemented as a SQL Server Integration Services (SSIS) package that runs a stored procedure from SALESDB.
Requirements
Planned Changes
ADatum plans to move the current data infrastructure to Azure. The new infrastructure has the following requirements:
Migrate SALESDB and REPORTINGDB to an Azure SQL database.
Migrate DOCDB to Azure Cosmos DB.
The sales data, including the documents in JSON format, must be gathered as it arrives and analyzed online by using Azure Stream Analytics. The analytics process will perform aggregations that must be done continuously, without gaps, and without overlapping.
As they arrive, all the sales documents in JSON format must be transformed into one consistent format.
Azure Data Factory will replace the SSIS process of copying the data from SALESDB to REPORTINGDB.
Technical Requirements
The new Azure data infrastructure must meet the following technical requirements:
Data in SALESDB must encrypted by using Transparent Data Encryption (TDE). The encryption must use your own key.
SALESDB must be restorable to any given minute within the past three weeks.
Real-time processing must be monitored to ensure that workloads are sized properly based on actual usage patterns.
Missing indexes must be created automatically for REPORTINGDB.
Disk IO, CPU, and memory usage must be monitored for SALESDB.
Which counter should you monitor for real-time processing to meet the technical requirements?
  • DP-300 Exam Question 12

    Hotspot Question
    You have SQL Server on an Azure virtual machine.
    You review the query plan shown in the following exhibit.

    For each of the following statements, select yes if the statement is true. Otherwise, select no.
    NOTE: Each correct selection is worth one point.

    DP-300 Exam Question 13

    Drag and Drop Question
    You have an instance of SQL Server on Azure Virtual Machines named SQL1. SQL1 contains a database named DB1.
    You need to enable Transparent Data Encryption (TDE) for DB1.
    Which three objects should you create in sequence? To answer, move the appropriate objects from the list of objects to the answer area and arrange them in the correct order.

    DP-300 Exam Question 14

    You have an Azure SQL database named DB1 in the General Purpose service tier.
    The performance metrics for DB1 are shown in the following exhibit.

    You need to reduce the Log IO percentage. The solution must minimize costs.
    What should you do?
  • DP-300 Exam Question 15

    You have 50 Azure SQL databases.
    You need to automate Transact-SQL queries to run periodically against each database. The solution must minimize administrative effort.
    What should you configure?