
Answer-first summary for fast verification
Answer: Use the Cloud Data Loss Prevention (DLP) API to de-identify the PII before performing data exploration and preprocessing.
The correct answer is A. Using the Cloud Data Loss Prevention (DLP) API to de-identify PII data before performing data exploration and preprocessing ensures that sensitive information is protected. De-identification techniques, such as masking and pseudonymization, allow data exploration and analysis without exposing personally identifiable information. This approach preserves the utility of the data while minimizing the risk of accidental exposure or unauthorized access, ensuring compliance with data privacy regulations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working for a healthcare organization and are responsible for analyzing customer data stored in Cloud Storage. This data includes personally identifiable information (PII) such as names, social security numbers, and contact information. Your task is to perform data exploration and preprocessing on this data while ensuring that the security and privacy of these sensitive fields are maintained. What steps should you take to achieve this while complying with data privacy regulations?
A
Use the Cloud Data Loss Prevention (DLP) API to de-identify the PII before performing data exploration and preprocessing.
B
Use customer-managed encryption keys (CMEK) to encrypt the PII data at rest, and decrypt the PII data during data exploration and preprocessing.
C
Use a VM inside a VPC Service Controls security perimeter to perform data exploration and preprocessing.
D
Use Google-managed encryption keys to encrypt the PII data at rest, and decrypt the PII data during data exploration and preprocessing.
No comments yet.