CDPSE · Question #11
Which of the following zones within a data lake requires sensitive data to be encrypted or tokenized?
The correct answer is C. Raw zone. In a data lake architecture, the Raw zone holds data exactly as it was ingested from source systems - unprocessed, unvalidated, and potentially containing sensitive personal information in its original form. Because this zone stores data before any transformation or masking has b
Question
Which of the following zones within a data lake requires sensitive data to be encrypted or tokenized?
Options
- ATrusted zone
- BClean zone
- CRaw zone
- DTemporal zone
How the community answered
(50 responses)- A6% (3)
- B2% (1)
- C88% (44)
- D4% (2)
Explanation
In a data lake architecture, the Raw zone holds data exactly as it was ingested from source systems - unprocessed, unvalidated, and potentially containing sensitive personal information in its original form. Because this zone stores data before any transformation or masking has been applied, it poses the highest exposure risk and therefore requires encryption or tokenization to protect sensitive data at rest. The Trusted and Clean zones typically contain data that has already been processed, validated, or de-identified. A Temporal zone is a transient staging area and is less commonly referenced in this context.
Topics
Community Discussion
No community discussion yet for this question.