Google Cloud Professional Cloud Architect — Question 169

You are working with a data warehousing team that performs data analysis. The team needs to process data from external partners, but the data contains personally identifiable information (PII). You need to process and store the data without storing any of the PIIE data. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because it effectively uses the Cloud Data Loss Prevention (Cloud DLP) API to remove any PII data before storing the results in BigQuery, ensuring compliance with data protection requirements. Option B fails to protect PII data by storing it in a Cloud Storage bucket, while option C unnecessarily involves external partners uploading data to Cloud Storage, which is not required. Option D does not adequately address the need to process PII data, as it merely skips columns instead of removing PII entirely.