DP-300
Exam Practice Questions
This DP-300 exam PDF provides detailed practice questions, answers, and
explanations. These Microsoft DP-300 exam practice questions are designed for
IT professionals, system administra
...
DP-300
Exam Practice Questions
This DP-300 exam PDF provides detailed practice questions, answers, and
explanations. These Microsoft DP-300 exam practice questions are designed for
IT professionals, system administrators, and students preparing for Microsoft
Azure certification certification.
Key Features
Exam-Oriented Questions: Realistic practice questions that mirror the format
and difficulty of actual certification exams.
Wide Coverage: Includes cloud computing, networking, security, AI, and
enterprise IT management exams.
Study-Friendly Format: Organized sections by exam type, enabling focused
preparation.
Important Note:
This material is for personal study purposes only. Please do not
redistribute or use for commercial purposes without permission.
Share some DP-300 exam online questions below.
1.You have an Azure SQL Database elastic pool that contains 10 databases.
You receive the following alert.
Msg 1132, Level 16, State 1, Line 1
The elastic pool has reached its storage limit. The storage used for the elastic pool cannot exceed
(76800) MBs.
You need to resolve the alert. The solution must minimize administrative effort.
Which three actions can you perform? Each correct answer presents a complete solution. NOTE:
Each correct selection is worth one point.
A. Delete data from a database.
B. Remove a database from the pool.
C. Increase the maximum storage of the elastic pool.
D. Shrink individual databases.
E. Enable data compression.
Answer: B, C, D
2.You need to recommend a solution to ensure that the customers can create the database objects.
The solution must meet the business goals.
What should you include in the recommendation?
A. For each customer, grant the customer ddl_admin to the existing schema.
B. For each customer, create an additional schema and grant the customer ddl_admin to the new
schema.
C. For each customer, create an additional schema and grant the customer db_writerto the new
schema.
D. For each customer, grant the customer db_writerto the existing schema.
Answer: B
3.SIMULATION
Task 2
You need to configure your user account as the Azure AD admin for the server named sql3700689S.
Answer:
To configure your user account as the Azure AD admin for the server named sql3700689S, you can
use the Azure portal or the Azure CLI.
Here are the steps for both methods:
Using the Azure portal:
Go to the Azure portal and select SQL Server C Azure Arc.
Select the server named sql3700689S and click on Active Directory admin.
Click on Set admin and choose your user account from the list of Azure AD users.
Click on Select and then Save to confirm the change.
You can verify the Azure AD admin by clicking on Active Directory admin again and checking the
current admin.
Using the Azure CLI:
Install the Azure CLI and log in with your Azure account.
Run the following command to get the object ID of your user account: az ad user show --id --query objectId -o tsv
Run the following command to set your user account as the Azure AD admin for the server: az sql
server ad-admin create --server sql3700689S --object-id --display-name
You can verify the Azure AD admin by running the following command: az sql server ad-admin show -
-server sql3700689S
These are the steps to configure your user account as the Azure AD admin for the server named
sql3700689S.
4.HOTSPOT
You have an Azure subscription that contains an instance of SQL Server on Azure Virtual Machines.
The virtual machine hosts a database named DB1. You need to monitor DB1 by using Extended
Events.
The solution must meet the following requirements:
• Capture raw event data and store the data in Azure Storage.
• Minimize the performance impact of capturing extended events.
How should you complete the Transact-SQL statement? To answer, select the appropriate options in
the answer area. NOTE: Each correct selection is worth one point.
[Show More]