Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Microsoft > Microsoft Certifications > DP-300 > DP-300 Online Practice Questions and Answers

DP-300 Online Practice Questions and Answers

Questions 4

You are evaluating the business goals.

Which feature should you use to provide customers with the required level of access based on their service agreement?

A. dynamic data masking

B. Conditional Access in Azure

C. service principals

D. row-level security (RLS)

Buy Now

Correct Answer: D

Reference: https://docs.microsoft.com/en-us/sql/relational-databases/security/row-level-security?view=sql-server-ver15

Questions 5

You need to implement a solution to notify the administrators. The solution must meet the monitoring requirements. What should you do?

A. Create an Azure Monitor alert rule that has a static threshold and assign the alert rule to an action group.

B. Add a diagnostic setting that logs QueryStoreRuntimeStatistics and streams to an Azure event hub.

C. Add a diagnostic setting that logs Timeouts and streams to an Azure event hub.

D. Create an Azure Monitor alert rule that has a dynamic threshold and assign the alert rule to an action group.

Buy Now

Correct Answer: D

Reference: https://azure.microsoft.com/en-gb/blog/announcing-azure-monitor-aiops-alerts-with-dynamic-thresholds/

Questions 6

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while

others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure Data Lake Storage account that contains a staging zone.

You need to design a daily process to ingest incremental data from the staging zone, transform the data by executing an R script, and then insert the transformed data into a data warehouse in Azure Synapse Analytics.

Solution: You schedule an Azure Databricks job that executes an R notebook, and then inserts the data into the data warehouse.

Does this meet the goal?

A. Yes

B. No

Buy Now

Correct Answer: B

Must use an Azure Data Factory, not an Azure Databricks job.

Reference: https://docs.microsoft.com/en-US/azure/data-factory/transform-data

Questions 7

You have SQL Server on an Azure virtual machine that contains a database named DB1.

You view a plan summary that shows the duration in milliseconds of each execution of query 1178902 as shown in the following exhibit:

What should you do to ensure that the query uses the execution plan which executes in the least amount of time?

A. Force the query execution plan for plan 1221065.

B. Run the DBCC FREEPROCCACHE command.

C. Force the query execution plan for plan 1220917.

D. Disable parameter sniffing.

Buy Now

Correct Answer: A

As per exhibit, the execution plan 1221065 has lower execution time compared to plan 1220917.

Reference: https://docs.microsoft.com/en-us/sql/relational-databases/performance/query-store-usage-scenarios

Questions 8

You have an Azure virtual machine named VM1 on a virtual network named VNet1. Outbound traffic from VM1 to the internet is blocked.

You have an Azure SQL database named SqlDb1 on a logical server named SqlSrv1.

You need to implement connectivity between VM1 and SqlDb1 to meet the following requirements:

1.

Ensure that VM1 cannot connect to any Azure SQL Server other than SqlSrv1.

2.

Restrict network connectivity to SqlSrv1. What should you create on VNet1?

A. a VPN gateway

B. a service endpoint

C. a private endpoint

D. an ExpressRoute gateway

Buy Now

Correct Answer: C

A private endpoint is a network interface that uses a private IP address from your virtual network. This network interface connects you privately and securely to a service powered by Azure Private Link. By enabling a private endpoint, you're bringing the service into your virtual network.

The service could be an Azure service such as:

1.

Azure Storage

2.

Azure Cosmos DB

3.

Azure SQL Database

4.

Your own service using a Private Link Service.

Reference: https://docs.microsoft.com/en-us/azure/private-link/private-endpoint-overview

Questions 9

You have an Azure SQL managed instance named MI1.

You need to implement automatic tuning for the databases of MI1.

What should you do?

A. Use the REST API to call the patch operation and modify the AutomaticTuningServerMode property.

B. Use Transact-SQL to enable the force_last_good_plan option.

C. From the Azure portal, configure automatic tuning.

Buy Now

Correct Answer: B

For Azure SQL Managed Instance, the supported option FORCE_LAST_GOOD_PLAN can only be configured through T-SQL.

Enable automatic tuning on server On the server level you can choose to inherit automatic tuning configuration from "Azure Defaults" or not to inherit the configuration. Azure defaults are FORCE_LAST_GOOD_PLAN enabled, CREATE_INDEX disabled, and DROP_INDEX disabled.

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/automatic-tuning-enable

Questions 10

You have an Azure virtual machine named VM1 that runs Windows Server 2022 and hosts a Microsoft SQL Server 2019 instance named SQL1. You need to configure SQL! to use mixed mode authentication. Which procedure should you run?

A. sp_addremoteIogin

B. xp_instance_regwrite

C. sp_cnarge_users_login

D. xp_grant_login

Buy Now

Correct Answer: B

Questions 11

You have an Azure subscription.

You plan to deploy an instance of SQL Server on Azure Virtual Machines by using an Azure Marketplace image.

You need to register the SQL Server IaaS Agent extension (SqlIaasExtension). The solution must meet the following requirements:

1.

Install critical updates for SQL Server automatically.

2.

Minimize performance impact on the virtual machine. Which management mode should you select?

A. full

B. lightweight

C. NoAgent

Buy Now

Correct Answer: A

You can choose to register your SQL IaaS extension in three management modes:

*

Full mode installs the SQL IaaS Agent to the VM to deliver full functionality. Use it for managing a SQL Server VM with a single instance. Full mode installs two Windows services that have a minimal impact to memory and CPU - these can be monitored through task manager. There is no cost associated with using the full manageability mode. System administrator permissions are required. As of September 2021, restarting the SQL Server service is no longer necessary when registering your SQL Server VM in full management mode.

Note: The SQL Server IaaS Agent extension allows for integration with the Azure portal, and depending on the management mode, unlocks a number of feature benefits for SQL Server on Azure VMs:

Feature benefits: The extension unlocks a number of automation feature benefits, such as portal management, license flexibility, automated backup, automated patching and more.

Incorrect:

*

NoAgent mode is dedicated to SQL Server 2008 and SQL Server 2008 R2 installed on Windows Server 2008. There is no impact to memory or CPU when using the NoAgent mode. There is no cost associated with using the NoAgent manageability mode, the SQL Server is not restarted, and an agent is not installed to the VM.

*

Lightweight mode copies extension binaries to the VM, but does not install the agent. Lightweight mode only supports changing the license type and edition of SQL Server and provides limited portal management. Use this option for SQL Server VMs with multiple instances, or those participating in a failover cluster instance (FCI). Lightweight mode is the default management mode when using the automatic registration feature, or when a management type is not specified during manual registration. There is no impact to memory or CPU when using the lightweight mode, and there is no associated cost.

Reference: https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-server-iaas-agent-extension-automate-management

Questions 12

HOTSPOT

You have an Azure SQL database named that contains a table named Table1.

You run a query to bad data into Table1.

The performance Of Table1 during the load operation are shown in exhibit.

Hot Area:

Buy Now

Correct Answer:

Questions 13

HOTSPOT

You have an Azure SQL database named DB1 in the General Purpose service tier.

You need to monitor DB1 by using SQL Insights.

What should you include in the solution? To answer, select the appropriate options in the answer area.

Hot Area:

Buy Now

Correct Answer:

Box 1: The Azure Monitor agent

SQL Insights performs all monitoring remotely. Monitoring agents on dedicated virtual machines connect to your SQL resources and remotely gather data. The gathered data is stored in Azure Monitor Logs to enable easy aggregation,

filtering, and trend analysis. You can view the collected data from the SQL Insights workbook template, or you can delve directly into the data by using log queries.

Box 2: A Log Analytics workspace

Log Analytics workspaces

For the Log Analytics workspaces, you're charged based on the pricing published on the Azure Monitor pricing page. The Log Analytics workspaces that SQL Insights uses will incur costs for data ingestion, data retention, and (optionally) data

export.

Reference:

https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-insights-overview

Exam Code: DP-300
Exam Name: Administering Relational Databases on Microsoft Azure
Last Update: May 25, 2026
Questions: 376

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.