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 deploying a centralized analytics lakehouse on Google Cloud to process data across multiple business units. As the lead data engineer, you must establish an enterprise-level security baseline using Organization Policy constraints applied at the root organization node.
The baseline must satisfy three security requirements:
Which set of organization policy constraints should you enforce at the organization level to meet these requirements?
Google Cloud Organization Policies provide centralized governance across the resource hierarchy (Organization, Folders, and Projects). They enforce guardrails and constraints on resources regardless of the Cloud IAM roles granted to individual developers.
constraints/gcp.resourceLocations): This list constraint restricts the physical locations where new resources across supported Google Cloud services (such as BigQuery, Dataproc, Cloud Spanner, and Cloud Storage) can be created, ensuring full compliance with corporate data residency policies.constraints/iam.disableServiceAccountKeyCreation): This boolean constraint prevents users and automated processes from creating external, user-managed private keys (.json or .p12) for service accounts, thereby eliminating the attack vector of leaked credentials.constraints/storage.publicAccessPrevention): This boolean constraint enforces Public Access Prevention on Cloud Storage buckets, denying all operations that grant public access permissions (such as allUsers and allAuthenticatedUsers) via IAM policies or ACLs.This approach directly targets the exact built-in organization policy constraints designed to enforce geographic boundaries, credential protection, and storage exposure prevention natively without relying on post-deployment scripts or manual reviews.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.