Question 61 of 300
hardmultiple choiceObjective-mapped

ACE Practice Question: Your organization policy at the root level sets…

This ACE practice question tests your understanding of your organization policy at the root level sets…. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Your organization policy at the root level sets `gcp.resourceLocations` to allow only `us-central1` and `us-east1`. A business unit needs to deploy resources in `europe-west1` for GDPR compliance. How can you grant this exception without affecting other business units?

Question 1hardmultiple choice
Full question →

Your organization policy at the root level sets `gcp.resourceLocations` to allow only `us-central1` and `us-east1`. A business unit needs to deploy resources in `europe-west1` for GDPR compliance. How can you grant this exception without affecting other business units?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Create a separate GCP organization for the business unit and configure its own resource location policy.

Creating a separate org is extreme and breaks unified billing, IAM, and governance. Org policy inheritance override achieves the same result within the existing structure.

B

Distractor review

Add a `europe-west1` exception to the root org policy using the `exceptions` field.

The `gcp.resourceLocations` constraint does not have an 'exceptions' field. Exceptions are granted by overriding the policy at a child resource node, not by a field in the parent policy.

C

Best answer

Set a `gcp.resourceLocations` policy on the business unit's folder with `inheritFromParent: false`, allowing `us-central1`, `us-east1`, and `europe-west1`.

Setting inheritFromParent: false and specifying the allowed locations at the folder level overrides the root org policy for that folder's projects only, without affecting other business units.

D

Distractor review

Remove the `gcp.resourceLocations` org policy from the root and apply it to each business unit's folder individually.

Removing the root policy and re-applying it per-folder is operationally expensive and risks gaps if new folders are created without the policy. Root policy with folder-level override is more maintainable.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Related practice questions

Related ACE practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

Practice this exam

Start a free ACE practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this ACE question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Set a `gcp.resourceLocations` policy on the business unit's folder with `inheritFromParent: false`, allowing `us-central1`, `us-east1`, and `europe-west1`. — Org policy inheritance can be overridden at child resource nodes. For the business unit's folder or project, you can set a new `gcp.resourceLocations` policy with `restoreDefault` cleared and explicitly allow `europe-west1` (or set it to include all three regions). The child policy overrides the parent policy for that specific folder/project. The `inheritFromParent` field controls whether child policies merge with or replace parent policies — setting it to false means the child policy is the effective policy.

What should I do if I get this ACE question wrong?

Identify which ACE exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Discussion

Loading comments…

Sign in to join the discussion.

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.