professional-cloud-data-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.
An enterprise is designing a data analytics architecture in Google Cloud that must comply with strict local data sovereignty and regulatory residency mandates. The compliance team has established the following requirements:
europe-west1) and prohibited from using multi-regions.Which set of configuration actions and organization policies should the data engineering team implement to meet these requirements?
This architecture leverages Google Cloud organization policies alongside regionalized resource provisioning and Customer-Managed Encryption Keys (CMEK) in Cloud KMS to establish an end-to-end data residency and sovereignty boundary.
gcp.resourceLocations organization policy constraint with allowedValues set strictly to europe-west1 prevents the creation of storage, compute, and analytics resources in any other location, including broader multi-regions (such as EU).gcp.restrictNonCmekServices organization policy constraint enforces that services such as bigquery.googleapis.com and storage.googleapis.com cannot write data using default Google-managed keys, requiring all new at-rest data to use CMEK.gcp.restrictCmekCryptoKeyProjects organization policy restricts which hierarchy nodes (specific projects or folders) are allowed to supply cryptographic keys, preventing unapproved projects from providing CMEK keys.europe-west1 satisfies the cryptographic locality requirement, ensuring keys and encrypted data reside within the same regulatory boundary.Combining granular organization policies (gcp.resourceLocations, gcp.restrictNonCmekServices, and gcp.restrictCmekCryptoKeyProjects) with explicit regional provisioning provides deterministic technical enforcement of data sovereignty, preventing administrative errors or out-of-boundary data dispersion.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.