Google ACE Setting Up a Cloud Solution Environment Practice Question
A company wants to manage multiple Google Cloud projects and enforce consistent security policies across all of them. Which TWO resources should they use? (Choose two.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Organization policies
Organization policies are used to enforce constraints across projects. Folders allow grouping projects and applying common IAM policies.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Cloud Audit Logs
Why it's wrong here
Cloud Audit Logs — These logs record audit trails of administrative actions, data access, and system events within Google Cloud. They are a detective control: they help you review what happened after the fact, but they do not enforce or restrict any action during runtime. Policies are enforced at request time by the Organization Policy service, not by the logging subsystem. Therefore, while useful for compliance monitoring, Audit Logs cannot manage or govern multiple projects by preventing policy violations.
- ✓
Organization policies
Why this is correct
Organization policies — The Organization Policy service is the correct mechanism for centrally governing multiple projects. It applies constraints like `compute.vmExternalIpAccess` or `iam.disableServiceAccountKeyCreation` at the organization, folder, or project level, and these constraints are inherited by all descendant resources. This provides a hierarchy-wide, enforceable governance layer that either permits or denies certain API calls before they execute. It directly meets the requirement to manage and enforce rules across all projects in the organization.
- ✗
Shared VPC
Why it's wrong here
Shared VPC — Shared VPC lets you centrally administer a common network across multiple projects, sharing subnets, firewall rules, and routes without duplicating network infrastructure. However, its scope is entirely network connectivity and address management; it does not enforce security policies or constraints on resource configurations, IAM permissions, or API usage. Shared VPC cannot block creation of non-compliant resources or mandate a particular setting. Consequently, it addresses networking centralization, not the company’s need for cross-project policy enforcement.
- ✓
Folders
Why this is correct
Folders — Folders are structural containers in the Google Cloud resource hierarchy (organization > folders > projects) that let you group projects for easier administration and IAM policy inheritance. Applying an IAM binding or an organization policy to a folder does make it apply to all projects inside it, but the folder itself is merely the attachment point; the enforcement is still performed by the Organization Policy service. Folders alone do not impose constraints — they only provide a hierarchy node for organizing projects and delegating management. Thus, while useful and correct in many governance designs, folders are not the enforcement mechanism itself, making them a support rather than the correct answer to this question.
- ✗
Labels
Why it's wrong here
Labels — Labels are key-value pairs attached to resources to filter, categorize, and track cost allocations; they are metadata, not policy logic. The Organization Policy engine does not use labels to allow or deny actions, so labels cannot enforce constraints like disabling external IPs or restricting resource locations. Although IAM conditions can reference resource labels to grant roles conditionally, that is a fine-grained conditional permission, not an organization-wide enforcement control. Labels are therefore a tool for identifying or grouping resources, not for enforcing governance across multiple projects.
Go deeper
Related to this question
Learn chapter
Google Cloud Platform Overview
Key term
IAM
Identity and Access Management (IAM) is a framework of policies and technologies that ensures the right individuals have the appropriate access to technology resources.
Key term
Organization
An Organization is a top-level container in Google Cloud that represents your company or entities and serves as the root node for all your cloud resources, policies, and access control.
About these practice questions
One of 769 original ACE practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This ACE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ACE exam.