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.
A financial services organization is designing a cloud architecture on Google Cloud to handle sensitive customer service interactions and logging data. The company is subject to strict European regulatory frameworks governing data residency, sovereignty, and cross-border transfers.
The compliance mandate requires:
Which combination of architectural controls should you implement to meet these requirements?
The combination of Google Cloud Organization Policy constraints and regional service endpoints provides centralized governance and strict enforcement of data residency, locality, and sovereignty mandates.
constraints/gcp.resourceLocations organization policy constraint acts as a preventative guardrail across the entire resource hierarchy (organization, folder, or project level). By configuring it to allow only in:europe-locations, Google Cloud automatically blocks developers and automated pipelines from creating non-compliant resources (such as VMs, Cloud Storage buckets, or AI agents) outside European data centers.[region-id]-[service].googleapis.com) guarantees that the control plane and data plane processing remain strictly within that specific region, avoiding the global default endpoint routing which might terminate or inspect traffic in other jurisdictions.This approach provides comprehensive, end-to-end enforcement at both the infrastructure provisioning layer (Organization Policies) and the operational data processing layer (regional endpoints and regional storage), satisfying compliance mandates without modifying individual application authorization models.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.