Google Cloud Professional Data Engineer — Question 232

You have a BigQuery table that ingests data directly from a Pub/Sub subscription. The ingested data is encrypted with a Google-managed encryption key. You need to meet a new organization policy that requires you to use keys from a centralized Cloud Key Management Service (Cloud KMS) project to encrypt data at rest. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because creating a new BigQuery table with customer-managed encryption keys (CMEK) allows you to comply with the new policy while ensuring that the data is encrypted using the required method. Options A and C do not address the requirement for CMEK, and option D, while it involves CMEK, is unnecessary since migrating data to a new table suffices to meet the policy.