How to secure PII during data exploration?
You are analyzing customer data for a healthcare organization that is stored in Cloud Storage. The data contains personally identifiable information (PII). You need to perform data exploration and preprocessing while ensuring the security and privacy of sensitive fields. What should you do?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests the distinction between data protection via encryption versus de-identification, with the common trap being selecting encryption options that expose raw PII during processing.
Use the Cloud Data Loss Prevention (DLP) API to de-identify PII before analysis to protect sensitive data. Community consensus confirms that de-identification is the best method to ensure privacy during data exploration.
Selecting CMEK or Google-managed encryption (Options B or D) is incorrect because encryption protects data at rest but requires decryption for processing, exposing PII to the analyst.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The Cloud Data Loss Prevention (DLP) API provides de-identification techniques like masking, redaction, or tokenization. Applying this before exploration ensures that sensitive fields are never visible to the analyst or the processing logic. This strictly adheres to privacy requirements while allowing data utility.Why the Other Options Are Wrong
Options B and D focus on encryption at rest. While secure for storage, data must be decrypted in memory to be explored or preprocessed, meaning the PII is exposed to anyone with access to the processing environment. Option C (VPC Service Controls) prevents data exfiltration but does not obscure the data content from authorized users.Community Comment Notes
Community members strongly supported Option A, noting that DLP minimizes exposure and preserves data utility. Comments highlighted that de-identification ensures sensitive information is not revealed during analysis. This makes it the obvious choice for privacy preservation compared to encryption methods.Official Reference
Exam Strategy
When questions involve PII and analysis, prioritize de-identification over encryption to ensure data privacy during processing. Remember that encryption protects data at rest, but de-identification protects data in use.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →