- A
Always Encrypted
Correct for the stated requirement.
- B
Transparent Data Encryption only
Why wrong: This does not meet the stated requirement as directly as the correct option.
- C
Secure enclaves with Always Encrypted for richer operations
Correct for the stated requirement.
- D
Basic server firewall rule
Why wrong: This does not meet the stated requirement as directly as the correct option.
Quick Answer
The answer is Always Encrypted with secure enclaves for richer operations. This is correct because Always Encrypted performs encryption on the client side, ensuring that sensitive column data remains encrypted at all times within the SQL database engine, so database administrators never see plaintext values even when querying the database directly. On the Microsoft Azure Security Engineer Associate AZ-500 exam, this concept tests your understanding of column-level encryption to protect against privileged users like DBAs, often appearing in scenario-based questions where you must choose between Always Encrypted and Transparent Data Encryption. A common trap is selecting TDE, which only protects data at rest but does not prevent DBAs from viewing plaintext during queries. Remember the key distinction: Always Encrypted protects data from the database engine itself, while TDE protects the files on disk. Memory tip: “Always Encrypted = Always hidden from the DBA.”
AZ-500 Secure compute, storage, and databases Practice Question
This AZ-500 practice question tests your understanding of secure compute, storage, and databases. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.
A SQL workload needs to protect sensitive column values from database administrators who should not see plaintext. Which two features may be relevant depending on the query requirement?
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
Always Encrypted
Always Encrypted (Option A) is correct because it ensures that sensitive column data is encrypted at the client side and never exposed in plaintext to the database engine, preventing database administrators from viewing the actual values. This feature protects data at rest and in transit between the client and server, making it ideal for scenarios where DBAs should not see plaintext column values.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Always Encrypted
Why this is correct
Correct for the stated requirement.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Transparent Data Encryption only
Why it's wrong here
This does not meet the stated requirement as directly as the correct option.
- ✓
Secure enclaves with Always Encrypted for richer operations
Why this is correct
Correct for the stated requirement.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Basic server firewall rule
Why it's wrong here
This does not meet the stated requirement as directly as the correct option.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse Transparent Data Encryption (TDE) with column-level encryption, assuming TDE protects against DBA access, when in fact TDE only encrypts data at rest and does not prevent authorized users from reading plaintext data via queries.
Detailed technical explanation
How to think about this question
Always Encrypted uses a two-tier key hierarchy: a column encryption key (CEK) that is encrypted by a column master key (CMK), with the CMK stored outside SQL Server (e.g., in Azure Key Vault or Windows Certificate Store). When a client application queries an encrypted column, the SQL Server driver (e.g., ADO.NET) decrypts the data using the CEK, ensuring the database engine never sees the plaintext; this is enforced by the client-side driver and the server-side enclave (if used). Secure enclaves (Option C) extend Always Encrypted by allowing richer operations (e.g., pattern matching, equality comparisons) on encrypted data inside a hardware-based trusted execution environment (like Intel SGX), without exposing plaintext to the DBA.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Secure compute, storage, and databases — study guide chapter
Learn the concepts, then practise the questions
- →
Secure compute, storage, and databases practice questions
Targeted practice on this topic area only
- →
All AZ-500 questions
1,000 questions across all exam domains
- →
Microsoft Azure Security Engineer Associate AZ-500 study guide
Full concept coverage aligned to exam objectives
- →
AZ-500 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AZ-500 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Secure identity and access practice questions
Practise AZ-500 questions linked to Secure identity and access.
Secure compute, storage, and databases practice questions
Practise AZ-500 questions linked to Secure compute, storage, and databases.
Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel practice questions
Practise AZ-500 questions linked to Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel.
Manage identity and access practice questions
Practise AZ-500 questions linked to Manage identity and access.
Secure networking practice questions
Practise AZ-500 questions linked to Secure networking.
AZ-500 fundamentals practice questions
Practise AZ-500 questions linked to AZ-500 fundamentals.
AZ-500 scenario practice questions
Practise AZ-500 questions linked to AZ-500 scenario.
AZ-500 troubleshooting practice questions
Practise AZ-500 questions linked to AZ-500 troubleshooting.
Practice this exam
Start a free AZ-500 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 AZ-500 question test?
Secure compute, storage, and databases — This question tests Secure compute, storage, and databases — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Always Encrypted — Always Encrypted (Option A) is correct because it ensures that sensitive column data is encrypted at the client side and never exposed in plaintext to the database engine, preventing database administrators from viewing the actual values. This feature protects data at rest and in transit between the client and server, making it ideal for scenarios where DBAs should not see plaintext column values.
What should I do if I get this AZ-500 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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 →
Keep practising
More AZ-500 practice questions
- A public web application should be protected from OWASP-style attacks and network-layer DDoS attacks. Which two Azure se…
- A security analyst uses Microsoft Defender for Cloud. They want to view a list of all security recommendations for their…
- A company uses Azure AD B2B collaboration to invite external vendors. They want to restrict the vendors to only be able…
- A company uses Defender for Servers Plan 2. Which two capabilities are included compared with a basic posture-only confi…
- A Sentinel detection should enrich alerts with business-critical asset context. Which two mechanisms are appropriate?
- A company uses Microsoft Defender for Cloud to manage its security posture. The compliance team wants to monitor the sub…
Last reviewed: Jun 11, 2026
This AZ-500 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 AZ-500 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.