Courseiva
Question 444 of 486

Bootstrapping a Google Cloud Organization for DevOps

Which TWO statements about bootstrapping a Google Cloud organization for DevOps are correct?

Quick Answer

The answer is that organization policies can be applied at the organization, folder, or project level, and Cloud Asset Inventory provides a complete view of all resources across the entire organization. The first statement is correct because hierarchical policy inheritance is a core principle of Google Cloud’s resource hierarchy, allowing DevOps teams to enforce consistent guardrails—like restricting public access—at any level during bootstrapping. The second is correct because Cloud Asset Inventory, using the Cloud Asset API, gives you a unified snapshot of every resource, IAM policy, and configuration across all projects and folders, which is essential for auditing and managing a bootstrapped environment at scale. On the Google Professional Cloud DevOps Engineer exam, this tests your understanding of foundational organization setup and resource visibility, often appearing as a trap where candidates confuse Cloud Asset Inventory with simple logging or monitoring tools. Remember the mnemonic “Policy Hierarchy, Asset Clarity”—policies flow down the hierarchy, while assets need a single pane of glass for full clarity.

⚠ Common exam trap

Google Cloud often tests the misconception that organization policies are automatically applied after enabling an API, or that Cloud Audit Logs are disabled by default, when in fact Admin Activity logs are always enabled and Data Access logs require explicit activation.

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

Cloud Asset Inventory can be used to discover all resources in the organization.

Cloud Asset Inventory provides a complete view of all resources (e.g., Compute Engine instances, Cloud Storage buckets, IAM policies) across the entire organization, including all folders and projects. This is essential for DevOps bootstrapping to audit, monitor, and manage resources at scale. It uses the Cloud Asset API to export asset metadata and supports real-time feeds for change detection.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • After enabling the cloudresourcemanager.googleapis.com API, organization policies are automatically applied.

    Why it's wrong here

    Incorrect: Enabling the API does not apply policies; you must define them.

  • Cloud Asset Inventory can be used to discover all resources in the organization.

    Why this is correct

    Correct: Cloud Asset Inventory provides a historical view of all resources.

  • All projects in an organization automatically share a default VPC network.

    Why it's wrong here

    Incorrect: Each project has its own default VPC; Shared VPC is optional.

  • Cloud Audit Logs are disabled by default and must be enabled for each service.

    Why it's wrong here

    Incorrect: Admin activity audit logs are enabled by default; data access logs are not.

  • Organization policies can be applied at the organization, folder, or project level.

    Why this is correct

    Correct: Organization policies are hierarchical and can be applied at any level.

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

Same concept, more angles

2 more ways this is tested on PCDOE

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Which TWO are best practices for bootstrapping a Google Cloud organization for DevOps?

easy
  • A.Share a single service account key across multiple projects for simplicity.
  • B.Disable Organization Policies to allow maximum flexibility for DevOps teams.
  • C.Use a separate project to host shared CI/CD tools and artifacts.
  • D.Set up Organization Policies to enforce compliance requirements across projects.
  • E.Create a single service account with broad permissions to be used by all projects.

Why C: Hosting shared CI/CD tools and artifacts in a dedicated project follows the principle of resource isolation and centralized management. This approach simplifies access control, cost tracking, and lifecycle management for DevOps pipelines, as the project acts as a single source of truth for build outputs and deployment tools.

Variation 2. Which TWO options are best practices when bootstrapping a Google Cloud organization for DevOps? (Choose 2)

medium
  • A.Grant the Owner role to a group of DevOps engineers to manage all projects.
  • B.Store service account keys in the source code repository for ease of use.
  • C.Create a single VPC network for all environments to simplify management.
  • D.Use folders to separate environments (e.g., dev, staging, prod) and apply policies at the folder level.
  • E.Use resource tags to enable conditional access policies and cost tracking.

Why D: Using folders to separate environments (e.g., dev, staging, prod) allows you to apply IAM policies and organization policies at the folder level, which are inherited by all projects within that folder. This enforces consistent security controls and resource governance across each environment, a key DevOps practice for managing lifecycle and access boundaries.

Last reviewed: Jun 30, 2026

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.

Loading comments…

Sign in to join the discussion.

This PCDOE 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 PCDOE exam.