112-51 · Question #32
Which of the following techniques protects sensitive data by obscuring specific areas with random characters or codes?
The correct answer is D. Data masking. Data masking is correct because it's a technique that replaces sensitive data (like credit card numbers or SSNs) with realistic but fictitious values - random characters, symbols, or codes - so the data remains usable in format while the actual content is obscured. Why the others
Question
Which of the following techniques protects sensitive data by obscuring specific areas with random characters or codes?
Options
- AData retention
- BData resilience
- CData backup
- DData masking
How the community answered
(20 responses)- B5% (1)
- C5% (1)
- D90% (18)
Explanation
Data masking is correct because it's a technique that replaces sensitive data (like credit card numbers or SSNs) with realistic but fictitious values - random characters, symbols, or codes - so the data remains usable in format while the actual content is obscured.
Why the others are wrong:
- A. Data retention - a policy governing how long data is kept, not how it's protected
- B. Data resilience - refers to a system's ability to recover from failures, not obscure data
- C. Data backup - creates copies of data for recovery purposes, leaving the original data intact and visible
Memory tip: Think of a physical mask - it hides a face while keeping the shape recognizable. Data masking hides sensitive values while keeping the data format intact (e.g., ****-****-****-1234). If the question mentions "obscuring," "hiding," or "replacing" specific fields, data masking is almost always the answer.
Topics
Community Discussion
No community discussion yet for this question.