DP-300 Implement a secure environment Practice Question
Which THREE actions are required to configure Microsoft Entra ID authentication for an Azure SQL Database? (Choose three.)
⚠ Common exam trap
A common mix-up: candidates confuse network-level firewall rules with authentication configuration, incorrectly assuming that a special firewall rule is needed for Entra ID traffic, when in fact only IP-based rules are required for network access.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Set a Microsoft Entra ID administrator for the Azure SQL Database server.
Setting a Microsoft Entra ID administrator for the Azure SQL Database server is a mandatory step to enable Entra ID authentication at the server level. This action configures the server to accept authentication tokens from the specified Entra ID tenant and allows the creation of contained database users mapped to Entra identities.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Configure a firewall rule to allow connections from the Microsoft Entra ID service.
Why it's wrong here
Firewall rules control network access, not authentication method.
- ✓
Set a Microsoft Entra ID administrator for the Azure SQL Database server.
Why this is correct
Required to enable Entra ID authentication at the server level.
- ✓
Create contained database users in the database mapped to Microsoft Entra identities.
Why this is correct
Users must be created in each database to grant access.
- ✓
Ensure that the Microsoft Entra identity used to connect is a member of the same Azure AD tenant as the server.
Why this is correct
Guest users can be added but must be from the same tenant or invited.
- ✗
Ensure that SQL authentication is enabled as a fallback.
Why it's wrong here
SQL authentication is optional and not required for Entra ID authentication.
Go deeper
Related to this question
Learn chapter
Overview of Azure Data Platform Options
Key term
Azure SQL Authentication
Azure SQL Authentication is the process of verifying a user's identity to access an Azure SQL database using either a username and password (SQL Authentication) or a Microsoft Entra ID (formerly Azure AD) identity.
Key term
Azure SQL Performance Tuning
Azure SQL Performance Tuning is the process of optimizing the speed and efficiency of queries and database operations in Microsoft Azure SQL Database or SQL Managed Instance to reduce latency and improve throughput.
About these practice questions
One of 906 original DP-300 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DP-300 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-300 exam.