GCP-ACE domain - 20% of the exam

Setting up a cloud solution environment

Setting up a cloud solution environment is 20% of the Google Cloud Associate Cloud Engineer (GCP-ACE) exam. These are the objectives it covers, each with practice questions, with every answer explained.

Objectives in this domain

Sample question from this domain

Free sampleSetting up a cloud solution environmentmedium

A boolean organization policy constraint is enforced on a folder. A team then creates a new project inside that folder, and no policy is set directly on the project. How does the constraint apply to the new project?

  • AThe constraint is inherited from the folder and enforced on the new project, because a project evaluates an effective policy built from every ancestor above it. Correct
  • BThe constraint does not reach the project, because organization policies attach to the organization node and folders but stop above the project level.
  • CThe constraint applies only after an administrator re-applies it on the project, since existing policies do not propagate to resources created after the policy is set.
  • DThe constraint is inherited but downgraded to advisory, so violations on the project are recorded in Cloud Logging instead of being blocked.
An organization policy set on a folder is inherited by and enforced on every project created beneath it. The Resource Manager computes an effective organization policy for each node by combining that node's own policy with those inherited from its ancestor folders and organization, so a folder-level constraint reaches all descendant projects even those created afterwards.

Why A is correct: Correct: the effective policy for any node is the result of evaluating its own policy against those inherited from the folders and organization above it, so a folder constraint applies to child projects.

Why B is wrong: It sounds plausible if you assume policies protect only higher tiers, but organization policies attach to and are enforced at organization, folder, and project nodes alike.

Why C is wrong: The timing detail is tempting, but inheritance is evaluated dynamically at each request, so a project created later still inherits the folder policy without any manual re-application.

Why D is wrong: It borrows the idea of a dry-run mode, but an enforced organization policy actively blocks non-compliant actions rather than merely logging them as advisory events.

Other domains in this exam

See also the GCP-ACE cert hub, the study guide, and the cheat sheet.

Examworthy is not affiliated with or endorsed by Google Cloud. Original, blueprint-aligned practice material only.