Courseiva

DP-203 Practice Question: Secure, monitor, and optimize data storage and data processing

Your organization has an Azure Synapse Analytics dedicated SQL pool that stores sensitive customer data. You need to ensure that only authorized users can access the data, and auditing must be enabled to track all access attempts. What should you do first?

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

Configure Microsoft Entra ID authentication and use RBAC to grant only necessary permissions.

The first step to secure access to the Azure Synapse Analytics dedicated SQL pool is to configure authentication and authorization using Microsoft Entra ID and RBAC. This establishes who can access the pool and what they can do. Once that is in place, you can then implement additional security measures like auditing (option B), column-level security (option A), or dynamic data masking (option D), but these are secondary steps. Option B is not the first step because auditing tracks access but does not control it. Option A is too granular for initial access control. Option D obfuscates data but does not prevent unauthorized access.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Implement column-level security to restrict sensitive columns.

    Why it's wrong here

    Column-level security restricts access to specific columns but is not the first step; authentication and authorization must be configured first.

  • Enable auditing on the SQL pool and configure a storage account for audit logs.

    Why it's wrong here

    Auditing tracks access attempts but does not prevent unauthorized access; it should be enabled after access controls are in place.

  • Configure Microsoft Entra ID authentication and use RBAC to grant only necessary permissions.

    Why this is correct

    Configuring Microsoft Entra ID authentication and RBAC is the foundational step to control who can access the SQL pool, ensuring only authorized users have access.

  • Apply dynamic data masking to the sensitive columns.

    Why it's wrong here

    Dynamic data masking hides sensitive data from unauthorized users but does not actually restrict access; it is a secondary measure.

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

Quick reference

Access Control Model Comparison

ModelAcronymWho Controls Access?Best For
Discretionary Access ControlDACResource ownerSmall teams, file shares
Mandatory Access ControlMACSystem / security labelsClassified govt / military
Role-Based Access ControlRBACAdministrator (via roles)Enterprise environments
Attribute-Based Access ControlABACPolicy engine (user + resource attributes)Fine-grained, dynamic policies
Rule-Based Access ControlRuBACSystem rules / ACLsFirewall rules, network ACLs

Go deeper

Related to this question

About these practice questions

One of 760 original DP-203 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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.