Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
Your enterprise is deploying an enterprise-grade Google Cloud foundation using the Cloud Foundation Toolkit (CFT) and Terraform. You need to establish the bootstrap pipeline architecture and Terraform state management according to Google-recommended practices.
The deployment must satisfy the following technical requirements:
Which implementation should you choose?
The Cloud Foundation Toolkit (CFT) deployment methodology uses a phased, layered approach to establish an enterprise cloud foundation. The initial stage, 0-bootstrap, provisions the prerequisite infrastructure required to run automated GitOps pipelines securely, establishing isolated environments for continuous integration and continuous deployment (CI/CD) and state management.
0-bootstrap stage configures a dedicated seed project that hosts Google Cloud Storage (GCS) buckets for Terraform remote backends. Enabling Object Versioning on these state buckets prevents catastrophic data loss by preserving previous revisions of the state file across modifications.outputs.tf reference direct resource attributes (e.g., google_compute_network.vpc.id) rather than passing through input variables (e.g., var.network_name). This ensures Terraform accurately builds the directed acyclic graph (DAG) for resource creation order and dependency tracking.This architecture establishes a secure, repeatable foundation baseline aligned with Google Cloud landing zone standards, ensuring complete auditability, immutability of historical state, and seamless dependency propagation across modular stages.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.