Google Cloud Professional Data Engineer — Question 316

Government regulations in the banking industry mandate the protection of clients' personally identifiable information (PII). Your company requires PII to be access controlled, encrypted, and compliant with major data protection standards. In addition to using Cloud Data Loss Prevention (Cloud DLP), you want to follow
Google-recommended practices and use service accounts to control access to PII. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because using multiple service accounts allows for fine-grained access control, ensuring that only the appropriate IAM groups have access to the PII as required by regulations. Option A is incorrect as assigning IAM roles to every employee does not restrict access appropriately. Option B is not ideal because it limits access to the Cloud SQL database and doesn't adequately address PII access control. Option C fails to implement the necessary segmentation of access needed for compliance.