Professional Cloud Security Engineer
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.
A financial enterprise is implementing an organizational security architecture in Google Cloud to meet strict compliance mandates for data at rest across regional workloads. The security team has established the following requirements:
Which combination of organization policies and Identity and Access Management (IAM) configurations should the security engineer implement?
This architectural solution combines Google Cloud CMEK organization policy constraints with least-privilege Cloud KMS Identity and Access Management (IAM) role bindings to enforce centralized cryptographic governance across an enterprise hierarchy.
constraints/gcp.restrictNonCmekServices list constraint blocks the creation of resources in designated services if CMEK is omitted. Setting this policy to Deny for specific services (e.g., bigquery.googleapis.com, storage.googleapis.com, alloydb.googleapis.com) prevents users from falling back to Google default encryption.constraints/gcp.restrictCmekCryptoKeyProjects list constraint restricts which projects can supply Cloud KMS keys for CMEK. Setting it to Allow with values such as under:projects/KMS_PROJECT_ID ensures workload projects can only consume keys provisioned in central, governed security projects.roles/cloudkms.cryptoKeyEncrypterDecrypter role to each service's respective service agent (e.g., service-[PROJECT_NUMBER]@gcp-sa-...iam.gserviceaccount.com) provides exactly the encrypt and decrypt capabilities required to wrap and unwrap Data Encryption Keys (DEKs) during I/O operations without granting administrative privileges.FAILED_PRECONDITION error responses.This approach directly leverages predefined organization policy constraints designed for CMEK governance and avoids custom scripting or complex detective-only remediation pipelines.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.