Question 101 of 504
Cloud Data SecuritymediumMultiple ChoiceObjective-mapped

Quick Answer

Dynamic data masking is the correct choice because it enables real-time obfuscation of sensitive columns like SSN and diagnosis at the database query layer, based on user permissions, without altering the underlying stored data. This technique transforms result sets on-the-fly for unauthorized users such as database administrators, ensuring they see masked values while authorized personnel view the actual data. On the Certified Cloud Security Professional CCSP exam, this scenario tests your understanding of access control at the data layer versus storage-layer encryption, with a common trap being the selection of static masking or encryption, which permanently alter the data at rest. The key distinction is that dynamic data masking operates at query time, preserving the original data for compliance and auditing. For a memory tip, think “DDM = Don’t Disturb the Data” — it masks on output, not on disk.

CCSP Cloud Data Security Practice Question

This CCSP practice question tests your understanding of cloud data security. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 healthcare organization stores patient records in a cloud database. They need to ensure that database administrators cannot view sensitive columns like SSN and diagnosis. Which data masking technique should be applied?

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

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

Dynamic data masking

Dynamic data masking (DDM) is the correct choice because it allows the healthcare organization to mask sensitive columns (e.g., SSN, diagnosis) in real-time at the database query layer, based on user permissions. DDM does not alter the underlying stored data; it transforms the result set on-the-fly for unauthorized users (like DBAs), ensuring they see masked values while authorized personnel see the actual data. This meets the requirement of preventing database administrators from viewing sensitive columns without changing the data at rest.

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.

  • Dynamic data masking

    Why this is correct

    DDM masks data in query results based on user privileges.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Static data masking

    Why it's wrong here

    Static masking creates a copy with masked data, not real-time.

  • Encryption at rest

    Why it's wrong here

    Encryption protects data at rest but DBAs with keys can still see plaintext.

  • Tokenization

    Why it's wrong here

    Tokenization replaces sensitive data with tokens, but requires mapping.

Common exam traps

Common exam trap: answer the scenario, not the keyword

ISC2 often tests the distinction between masking at query time (dynamic) versus masking at rest (static), and candidates mistakenly choose static masking because they think it 'permanently' protects data, but the key requirement is that DBAs cannot view sensitive columns in the live production database, which only dynamic masking addresses without altering the original data.

Detailed technical explanation

How to think about this question

Dynamic data masking works by defining masking rules (e.g., partial masking like 'XXX-XX-1234' for SSN) at the database schema level, which are applied transparently by the database engine during query execution. In cloud databases like Azure SQL Database or Amazon RDS, DDM is implemented as a security feature that integrates with role-based access control (RBAC), ensuring that even if a DBA has read permissions, they see masked data unless explicitly granted the UNMASK permission. A subtle behavior is that DDM does not prevent data leakage through side channels (e.g., inference attacks or logs), so it should be combined with other controls like auditing and row-level security for comprehensive protection.

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 developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.

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.

Related practice questions

Related CCSP practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CCSP 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 CCSP question test?

Cloud Data Security — This question tests Cloud Data Security — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Dynamic data masking — Dynamic data masking (DDM) is the correct choice because it allows the healthcare organization to mask sensitive columns (e.g., SSN, diagnosis) in real-time at the database query layer, based on user permissions. DDM does not alter the underlying stored data; it transforms the result set on-the-fly for unauthorized users (like DBAs), ensuring they see masked values while authorized personnel see the actual data. This meets the requirement of preventing database administrators from viewing sensitive columns without changing the data at rest.

What should I do if I get this CCSP 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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

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.

Loading comments…

Sign in to join the discussion.

This CCSP practice question is part of Courseiva's free ISC2 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 CCSP exam.