- A
Send an email to all 200 engineers explaining the policy and asking them to manually enable uniform bucket-level access on their buckets
Why wrong: Email-based manual enforcement doesn't scale, isn't enforceable, and leaves the policy dependent on all 200 engineers correctly following instructions. Non-technical controls cannot enforce security policies reliably at this scale.
- B
Apply an Organization Policy constraint ('storage.uniformBucketLevelAccess') at the organization level to enforce the setting automatically across all current and future projects and buckets
Organization Policy is the scalable solution. By applying the constraint at the organization level, it cascades to all 50 projects automatically. New projects created in the future also inherit the constraint. No per-project configuration or per-engineer action required.
- C
Create a Cloud Function that checks bucket configurations hourly and enables uniform access on non-compliant buckets
Why wrong: A periodic remediation function provides eventual enforcement with a compliance gap between when a non-compliant bucket is created and when the function runs. Organization Policy prevents non-compliant creation upfront.
- D
Grant the security team Owner access to all 50 projects so they can manually enforce the policy in each project
Why wrong: Granting Owner access to 50 projects for manual configuration work is an operational anti-pattern — it doesn't scale, creates security risk (overly broad access), and leaves enforcement dependent on manual work that can be forgotten or skipped.
Quick Answer
The answer is to apply an Organization Policy constraint, specifically `storage.uniformBucketLevelAccess`, at the organization level. This is correct because Organization Policies enforce rules hierarchically, meaning a constraint set at the root node automatically cascades down to all current and future projects and their resources, including every Cloud Storage bucket. This approach scales seamlessly across 50 projects and 200 engineers without requiring manual configuration per project or bucket. On the Google Cloud Digital Leader exam, this question tests your understanding of centralized governance versus project-level settings; a common trap is choosing a solution that requires per-project scripting or folder-level policies, which do not guarantee coverage for new projects. The key insight is that organization-level constraints are the only way to enforce uniform bucket-level access across the entire hierarchy. Memory tip: think of the organization node as the "master switch" — flip it once, and every bucket in every project, now and in the future, automatically complies.
Cloud Digital Leader Scaling with Google Cloud operations Practice Question
This GCDL practice question tests your understanding of scaling with google cloud operations. 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.
A company has a Google Cloud environment with 50 projects and 200 engineers. The security team wants to ensure that a new security policy — requiring all Cloud Storage buckets to have uniform bucket-level access enabled — applies to all existing and future buckets across all projects. Which approach scales to the entire organization?
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
Apply an Organization Policy constraint ('storage.uniformBucketLevelAccess') at the organization level to enforce the setting automatically across all current and future projects and buckets
Option B is correct because Organization Policy constraints, such as `storage.uniformBucketLevelAccess`, are enforced at the organization level and automatically apply to all existing and future projects and resources within the organization. This ensures uniform compliance without manual intervention, scaling seamlessly across 50 projects and 200 engineers.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Send an email to all 200 engineers explaining the policy and asking them to manually enable uniform bucket-level access on their buckets
Why it's wrong here
Email-based manual enforcement doesn't scale, isn't enforceable, and leaves the policy dependent on all 200 engineers correctly following instructions. Non-technical controls cannot enforce security policies reliably at this scale.
- ✓
Apply an Organization Policy constraint ('storage.uniformBucketLevelAccess') at the organization level to enforce the setting automatically across all current and future projects and buckets
Why this is correct
Organization Policy is the scalable solution. By applying the constraint at the organization level, it cascades to all 50 projects automatically. New projects created in the future also inherit the constraint. No per-project configuration or per-engineer action required.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Create a Cloud Function that checks bucket configurations hourly and enables uniform access on non-compliant buckets
Why it's wrong here
A periodic remediation function provides eventual enforcement with a compliance gap between when a non-compliant bucket is created and when the function runs. Organization Policy prevents non-compliant creation upfront.
- ✗
Grant the security team Owner access to all 50 projects so they can manually enforce the policy in each project
Why it's wrong here
Granting Owner access to 50 projects for manual configuration work is an operational anti-pattern — it doesn't scale, creates security risk (overly broad access), and leaves enforcement dependent on manual work that can be forgotten or skipped.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between reactive remediation (e.g., Cloud Functions) and proactive enforcement (e.g., Organization Policies), where candidates may choose a technically functional but less scalable or secure option like C because it seems automated, missing the requirement for organization-wide, preventive enforcement.
Detailed technical explanation
How to think about this question
Organization Policy constraints are defined using the Resource Manager hierarchy and are evaluated at resource creation time, ensuring that any new Cloud Storage bucket automatically inherits the constraint. The `storage.uniformBucketLevelAccess` constraint is a boolean policy that, when set to `True`, prevents the creation of buckets without uniform bucket-level access and denies any API call that attempts to disable it on existing buckets. This approach leverages Google Cloud's hierarchical policy evaluation, which is more efficient and secure than reactive or manual methods.
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.
TExam Day Tips
- 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.
Real-world example
How this comes up in practice
A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Scaling with Google Cloud operations — study guide chapter
Learn the concepts, then practise the questions
- →
Scaling with Google Cloud operations practice questions
Targeted practice on this topic area only
- →
All GCDL questions
507 questions across all exam domains
- →
Google Cloud Digital Leader study guide
Full concept coverage aligned to exam objectives
- →
GCDL practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related GCDL practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Why cloud technology is transforming business practice questions
Practise GCDL questions linked to Why cloud technology is transforming business.
Fundamental cloud concepts practice questions
Practise GCDL questions linked to Fundamental cloud concepts.
Google Cloud products, services, and solutions practice questions
Practise GCDL questions linked to Google Cloud products, services, and solutions.
Scaling with Google Cloud operations practice questions
Practise GCDL questions linked to Scaling with Google Cloud operations.
Trust and security with Google Cloud practice questions
Practise GCDL questions linked to Trust and security with Google Cloud.
GCDL fundamentals practice questions
Practise GCDL questions linked to GCDL fundamentals.
GCDL scenario practice questions
Practise GCDL questions linked to GCDL scenario.
GCDL troubleshooting practice questions
Practise GCDL questions linked to GCDL troubleshooting.
Practice this exam
Start a free GCDL 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 GCDL question test?
Scaling with Google Cloud operations — This question tests Scaling with Google Cloud operations — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Apply an Organization Policy constraint ('storage.uniformBucketLevelAccess') at the organization level to enforce the setting automatically across all current and future projects and buckets — Option B is correct because Organization Policy constraints, such as `storage.uniformBucketLevelAccess`, are enforced at the organization level and automatically apply to all existing and future projects and resources within the organization. This ensures uniform compliance without manual intervention, scaling seamlessly across 50 projects and 200 engineers.
What should I do if I get this GCDL question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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 →
Keep practising
More GCDL practice questions
- What is virtualization in the context of cloud computing, and why is it fundamental to how cloud providers deliver servi…
- A company stores its data in Google Cloud. The security team asks: can Google employees access our customer data without…
- A company is evaluating whether to use a content delivery network (CDN) for its e-commerce website. Which scenario would…
- A company's SRE team is debating whether to automate a frequently performed manual operational task. The automation woul…
- A DevOps team wants to adopt GitOps practices for managing their Google Cloud infrastructure. Which combination of tools…
- A startup is building an application that sends daily promotional push notifications to millions of mobile users on both…
Last reviewed: Jun 11, 2026
This GCDL 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 GCDL exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.