Google Cloud Professional Cloud Security Engineer — Question 35

You need to follow Google-recommended practices to leverage envelope encryption and encrypt data at the application layer.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because it follows the envelope encryption model by generating a local DEK for data encryption and a KEK in Cloud KMS to encrypt the DEK, ensuring both keys are securely managed. Options B, C, and D are incorrect as they either store the KEK instead of the encrypted DEK or incorrectly generate the DEK and KEK, deviating from recommended practices.