DP 300 Demo
DP 300 Demo
https://dumpsarena.com
[email protected]
Topic Break Down
Total 197
You have 40 Azure SQL databases, each for a different customer. All the databases reside on the same Azure SQL
Database server.
You need to ensure that each customer can only connect to and access their respective database.
Which two actions should you perform? Each correct answer presents part of the solution.
ANSWER: B C
Explanation:
Manage database access by adding users to the database, or allowing user access with secure connection strings.
Incorrect Answers:
B: Server-level IP firewall rules apply to all databases within the same server.
Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/secure-database-tutorial
QUESTION NO: 2
You are designing a star schema for a dataset that contains records of online orders. Each record includes an order date, an
order due date, and an order ship date.
You need to ensure that the design provides the fastest query times of the records when querying for arbitrary date ranges
and aggregating by fiscal calendar attributes.
Which two actions should you perform? Each correct answer presents part of the solution.
ANSWER: B D
Explanation:
Reference: https://community.idera.com/database-tools/blog/b/community_blog/posts/why-use-a-date-dimension-table-in-a-
data-warehouse
QUESTION NO: 3
You have an on-premises app named App1 that stores data in an on-premises Microsoft SQL Server 2019 database named
DB1.
You plan to deploy additional instances of App1 to separate Azure regions. Each region will have a separate instance of
App1 and DB1. The separate instances of DB1 will sync by using Azure SQL Data Sync.
You need to recommend a database service for the deployment. The solution must minimize administrative effort.
ANSWER: B
Explanation:
Incorrect Answers:
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/features-comparison
QUESTION NO: 4
D. Import a BACPAC.
ANSWER: D
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/migrate-to-database-from-sql-server#method-1-
migration-with-downtime-during-the-migration
DRAG DROP
Your company analyzes images from security cameras and sends alerts to security teams that respond to unusual activity.
The solution uses Azure Databricks.
You need to send Apache Spark level events, Spark Structured Streaming metrics, and application metrics to Azure Monitor.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions in the
answer area and arrange them in the correct order.
Explanation:
Spark uses a configurable metrics system based on the Dropwizard Metrics Library.
To send application metrics from Azure Databricks application code to Azure Monitor, follow these steps:
Step 1: Configure your Azure Databricks cluster to use the Databricksmonitoring library. Prerequisite: Configure your Azure
Databricks cluster to use the monitoring library.
DRAG DROP
You need to use Policy-Based Management in Microsoft SQL Server to identify stored procedures that do not comply with
your naming conventions.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the
answer area and arrange them in the correct order.
Explanation:
Reference:
https://www.mssqltips.com/sqlservertip/2298/enforce-sql-server-database-naming-conventions-using-policy-based-
management/
HOTSPOT
You have an Azure SQL database named DB1. The automatic tuning options for DB1 are configured as shown in the
following exhibit.
Hot Area:
Explanation:
Box 1: Yes
CREATE INDEX - Identifies indexes that may improve performance of your workload, creates indexes, and automatically
verifies that performance of queries has improved.
Box 2: No
Box 3: Yes
QUESTION NO: 8
Which two dynamic management views should you use? Each correct answer presents part of the solution.
A. sys.dm_pdw_nodes_tran_locks
B. sys.dm_exec_compute_node_errors
C. sys.dm_exec_requests
D. sys.dm_cdc_errors
E. sys.dm_pdw_nodes_os_wait_stats
F. sys.dm_tran_locks
ANSWER: A E
Explanation:
SalesSQLDb1 experiences performance issues that are likely due to out-of-date statistics and frequent blocking queries.
A: Use sys.dm_pdw_nodes_tran_locks instead of sys.dm_tran_locks from Azure Synapse Analytics (SQL Data Warehouse)
or Parallel Data Warehouse.
E: Example:
SELECT
FROM sys.dm_tran_locks as t1
ON t1.lock_owner_address = t2.resource_address;
Note: Depending on the system you’re working with you can access these wait statistics from one of three locations:
sys.dm_os_wait_stats: for SQL Server sys.dm_db_wait_stats: for Azure SQL Database sys.dm_pdw_nodes_os_wait_stats:
for Azure SQL Data Warehouse
Incorrect Answers:
Reference: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-tran-
locks-transact-sql
QUESTION NO: 9
A. automated
B. interactive
C. High Concurrency
ANSWER: A
Explanation:
Azure Databricks makes a distinction between all-purpose clusters and job clusters. You use all-purpose clusters to analyze
data collaboratively using interactive notebooks. You use job clusters to run fast and robust automated jobs.
The Azure Databricks job scheduler creates a job cluster when you run a job on a new job cluster and terminates the cluster
when the job is complete.
Reference: https://docs.microsoft.com/en-us/azure/databricks/clusters
HOTSPOT
You need to implement the monitoring of SalesSQLDb1. The solution must meet the technical requirements.
How should you collect and stream metrics? To answer, select the appropriate options in the answer area.
Hot Area:
Explanation:
Box 1: The server, the elastic pool, and the database Senario:
Litware technical requirements include: all SQL Server and Azure SQL Database metrics related to CPU and storage usage
and limits must be analyzed by using Azure built-in functionality.
Scenario: Migrate ManufacturingSQLDb1 to the Azure virtual machine platform. Event hubs are able to handle custom
metrics.
Incorrect Answers:
However, because Azure SQL Analytics does not use agents to connect to Azure Monitor, it does not support monitoring of
SQL Server hosted onpremises or in virtual machines.