PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #155
You need to implement an encryption-at-rest strategy that protects sensitive data and reduces key management complexity for non-sensitive data. Your solution has the following requirements…
The correct answer is D. Encrypt non-sensitive data with Google default encryption, and encrypt sensitive data with Cloud. The correct answer is D: use Google default encryption for non-sensitive data and Cloud KMS (Customer-Managed Encryption Keys, CMEK) for sensitive data. Google default encryption requires zero key management overhead, directly satisfying the 'reduces key management complexity…
Question
Options
- AEncrypt non-sensitive data and sensitive data with Cloud External Key Manager.
- BEncrypt non-sensitive data and sensitive data with Cloud Key Management Service.
- CEncrypt non-sensitive data with Google default encryption, and encrypt sensitive data with Cloud
- DEncrypt non-sensitive data with Google default encryption, and encrypt sensitive data with Cloud
How the community answered
(34 responses)- A3% (1)
- B9% (3)
- C3% (1)
- D85% (29)
Explanation
The correct answer is D: use Google default encryption for non-sensitive data and Cloud KMS (Customer-Managed Encryption Keys, CMEK) for sensitive data. Google default encryption requires zero key management overhead, directly satisfying the 'reduces key management complexity for non-sensitive data' requirement. Cloud KMS satisfies all three sensitive-data requirements: it supports scheduled automatic key rotation, allows you to specify the region where keys are stored (meeting data residency/control requirements), and because keys are hosted within Google's infrastructure, access latency is minimal - far lower than Cloud External Key Manager (A/B), which routes key requests to an external system outside Google's network. Options A and B both apply the same solution to non-sensitive data, unnecessarily adding management complexity.
Topics
Community Discussion
No community discussion yet for this question.