Courseiva

DP-203 Always Encrypted Practice Question

Which TWO actions should you take to secure data at rest in Azure Synapse Analytics dedicated SQL pools?

⚠ Common exam trap

Candidates often confuse Always Encrypted with Dynamic Data Masking or mistake TDE for a column-level solution. Remember: TDE encrypts the whole database, Always Encrypted protects specific columns.

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

Use Always Encrypted with secure enclaves for specific columns.

Always Encrypted with secure enclaves encrypts sensitive columns at rest and during query processing. Option C is correct: Transparent Data Encryption (TDE) encrypts the entire database at rest. Options B, D, and E are incorrect: column-level security and Dynamic Data Masking control access or mask output but do not encrypt at rest; Azure RBAC manages permissions, not encryption.

Answer analysis

Option-by-option breakdown

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

  • Use Always Encrypted with secure enclaves for specific columns.

    Why this is correct

    Always Encrypts protects data at rest and in use.

  • Implement column-level security to filter sensitive columns.

    Why it's wrong here

    Column-level security restricts access, not encryption.

  • Enable Transparent Data Encryption (TDE) on the SQL pool.

    Why this is correct

    TDE encrypts data files at rest.

  • Configure Dynamic Data Masking on tables containing sensitive data.

    Why it's wrong here

    Dynamic Data Masking hides data in query results, not at rest.

  • Assign Azure RBAC roles to restrict access to the storage account.

    Why it's wrong here

    RBAC controls access, not encryption at rest.

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

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.