Google Cloud Professional Cloud Security Engineer — Question 174
Your organization wants to publish yearly reports of your website usage analytics. You must ensure that no data with personally identifiable information (PII) is published by using the Cloud Data Loss Prevention (Cloud DLP) API. Data integrity must be preserved. What should you do?
Answer options
- A. Detect all PII in storage by using the Cloud DLP API. Create a cloud function to delete the PII.
- B. Discover and quarantine your PII data in your storage by using the Cloud DLP API.
- C. Discover and transform PII data in your reports by using the Cloud DLP API.
- D. Encrypt the PII from the report by using the Cloud DLP API.
Correct answer: C
Explanation
The correct answer is C because it involves discovering and transforming PII data in the reports, which is essential for ensuring data integrity while preventing the publication of sensitive information. Options A and B suggest deleting or quarantining the data, which might compromise the integrity of the reports. Option D focuses on encryption, which does not address the transformation of PII needed for report publishing.