- A
Create a server-level login for the group and assign it to the 'public' role
Why wrong: Public role gives no specific permissions
- B
Create a database user mapped to the Microsoft Entra group and grant SELECT ON SCHEMA::sales to the group
Granular permissions at schema level
- C
Assign the 'Synapse SQL Administrator' role to the group at workspace level
Why wrong: Gives admin access, not read-only
- D
Create a contained database user with password and assign it to the 'db_datareader' role
Why wrong: Does not use Microsoft Entra authentication
Quick Answer
The correct answer is to create a database user mapped to the Microsoft Entra group and grant SELECT ON SCHEMA::sales to that user. This works because serverless SQL pool uses database-level authentication, not workspace-level RBAC, so you must first map the Entra group to a database principal before schema permissions can be assigned. On the DP-203 exam, this scenario tests your understanding of the layered security model in Azure Synapse, where RBAC controls workspace access but SQL permissions control data access inside the pool. A common trap is choosing workspace-level RBAC, which is too broad and would grant access to all schemas, or granting permissions to all users via public role. Remember the two-step rule: map the group to a user in the database, then grant the specific schema permission. A useful memory tip is "Map then Grant" — you cannot grant schema permissions to an external group without first creating its database user.
DP-203 Practice Question: Secure, monitor, and optimize data storage and data processing
This DP-203 practice question tests your understanding of secure, monitor, and optimize data storage and data processing. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
You are configuring security for an Azure Synapse Analytics workspace. You need to ensure that only users in the 'DataScientists' Microsoft Entra group can read data from the 'sales' schema in the serverless SQL pool. What should you configure?
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
Create a database user mapped to the Microsoft Entra group and grant SELECT ON SCHEMA::sales to the group
Option C is correct because you create a database user mapped to the Microsoft Entra group, then grant SELECT on the schema to that user. Option A is wrong because RBAC at workspace level is too broad. Option B is wrong because it grants permissions to all users. Option D is wrong because user mapping alone does not grant permissions.
Key principle: OSPF neighbour adjacency depends on matching area, hello/dead timers, network type, and authentication — IP reachability alone is not enough.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create a server-level login for the group and assign it to the 'public' role
Why it's wrong here
Public role gives no specific permissions
- ✓
Create a database user mapped to the Microsoft Entra group and grant SELECT ON SCHEMA::sales to the group
Why this is correct
Granular permissions at schema level
Related concept
OSPF neighbours must agree on key parameters.
- ✗
Assign the 'Synapse SQL Administrator' role to the group at workspace level
Why it's wrong here
Gives admin access, not read-only
- ✗
Create a contained database user with password and assign it to the 'db_datareader' role
Why it's wrong here
Does not use Microsoft Entra authentication
Common exam traps
Common exam trap: OSPF can fail even when IP connectivity looks correct
OSPF neighbour formation depends on matching areas, timers, network type, authentication and passive-interface behaviour. Do not choose an answer only because the devices can ping.
Detailed technical explanation
How to think about this question
OSPF questions usually test the details that control adjacency and route selection. Read the neighbour state, area, router ID and interface configuration before deciding what is wrong.
KKey Concepts to Remember
- OSPF neighbours must agree on key parameters.
- Router ID selection can affect neighbour relationships and LSDB output.
- OSPF cost influences the preferred path.
- A route can appear in OSPF information but not become the installed route.
TExam Day Tips
- Check area mismatch first when OSPF adjacency fails.
- Review passive interfaces when a network is advertised but no neighbour forms.
- Use show ip ospf neighbor and show ip route clues carefully.
Key takeaway
OSPF neighbour adjacency depends on matching area, hello/dead timers, network type, and authentication — IP reachability alone is not enough.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Review OSPF neighbour requirements — matching area type, hello and dead timers, network type, stub flags, and authentication. Study show ip ospf neighbor states (INIT, 2-WAY, FULL). Then practise related DP-203 OSPF questions on adjacency and route selection.
- →
Secure, monitor, and optimize data storage and data processing — study guide chapter
Learn the concepts, then practise the questions
- →
Secure, monitor, and optimize data storage and data processing practice questions
Targeted practice on this topic area only
- →
All DP-203 questions
846 questions across all exam domains
- →
Microsoft Azure Data Engineer Associate DP-203 study guide
Full concept coverage aligned to exam objectives
- →
DP-203 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related DP-203 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Secure, monitor, and optimize data storage and data processing practice questions
Practise DP-203 questions linked to Secure, monitor, and optimize data storage and data processing.
Design and develop data processing practice questions
Practise DP-203 questions linked to Design and develop data processing.
Design and implement data security practice questions
Practise DP-203 questions linked to Design and implement data security.
Monitor and optimize data storage and processing practice questions
Practise DP-203 questions linked to Monitor and optimize data storage and processing.
Design and implement data storage practice questions
Practise DP-203 questions linked to Design and implement data storage.
Develop data processing practice questions
Practise DP-203 questions linked to Develop data processing.
DP-203 fundamentals practice questions
Practise DP-203 questions linked to DP-203 fundamentals.
DP-203 scenario practice questions
Practise DP-203 questions linked to DP-203 scenario.
DP-203 troubleshooting practice questions
Practise DP-203 questions linked to DP-203 troubleshooting.
Practice this exam
Start a free DP-203 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this DP-203 question test?
Secure, monitor, and optimize data storage and data processing — This question tests Secure, monitor, and optimize data storage and data processing — OSPF neighbours must agree on key parameters..
What is the correct answer to this question?
The correct answer is: Create a database user mapped to the Microsoft Entra group and grant SELECT ON SCHEMA::sales to the group — Option C is correct because you create a database user mapped to the Microsoft Entra group, then grant SELECT on the schema to that user. Option A is wrong because RBAC at workspace level is too broad. Option B is wrong because it grants permissions to all users. Option D is wrong because user mapping alone does not grant permissions.
What should I do if I get this DP-203 question wrong?
Review OSPF neighbour requirements — matching area type, hello and dead timers, network type, stub flags, and authentication. Study show ip ospf neighbor states (INIT, 2-WAY, FULL). Then practise related DP-203 OSPF questions on adjacency and route selection.
What is the key concept behind this question?
OSPF neighbours must agree on key parameters.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 21, 2026
This DP-203 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-203 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.