Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise is designing a centralized Customer-Managed Encryption Key (CMEK) strategy in Google Cloud to protect sensitive datasets across several workload projects.
The security architecture must adhere to the following operational and compliance requirements:
Which architectural approach should you implement in Cloud Key Management Service (Cloud KMS)?
Google Cloud Key Management Service (Cloud KMS) provides a scalable and secure cryptographic key management system. In a secure enterprise architecture, keys are organized hierarchically within Projects, Key Rings, and CryptoKeys, allowing administrators to define fine-grained Identity and Access Management (IAM) policies and automate key lifecycle workflows.
roles/cloudkms.admin role allows them to manage key rings, create keys, set automatic rotation periods, and disable or destroy retired key versions without granting data access. The roles/cloudkms.admin role specifically does not include permissions to encrypt or decrypt data payload contents (cloudkms.cryptoKeyVersions.useToEncrypt or cloudkms.cryptoKeyVersions.useToDecrypt).roles/cloudkms.cryptoKeyEncrypterDecrypter role directly at the individual CryptoKey resource level ensures workload service accounts can only encrypt and decrypt using their designated key, preventing cross-workload access and administrative modifications.prj-c-kms project enables dedicated auditability and strict perimeter management.This design perfectly balances least privilege, operational automation, and separation of duties by keeping administrative permissions isolated from data plane cryptographic access.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.