Google Cloud Professional Machine Learning Engineer — Question 290

Your team is developing a customer support chatbot for a healthcare company that processes sensitive patient information. You need to ensure that all personally identifiable information (PII) captured during customer conversations is protected prior to storing or analyzing the data. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because using the DLP API to scan and de-identify PII ensures that sensitive information is properly handled and anonymized before it is stored, thereby complying with privacy regulations. Option A is incorrect as it focuses on redaction rather than comprehensive de-identification. Option B does not address the protection of PII specifically. Option C incorrectly suggests encryption, which does not ensure the data is de-identified.