GCP Professional Cloud Architect Practice Question

An enterprise is containerizing a multi-service retail application and adopting Cloud Build and Cloud Deploy for its CI/CD pipeline. Regulatory policy states that every release must pass black-box system tests in an environment that is configuration-identical to production before any traffic can be directed to production. If the system tests fail, promotion must halt automatically, but the container images should remain available for post-mortem analysis. Which pipeline design best satisfies these requirements while minimizing manual effort?

  • Configure Cloud Build to build container images and push them to Artifact Registry, then define a Cloud Deploy pipeline with a staging GKE target identical to production. Add a verify job that runs the end-to-end system test suite; Cloud Deploy will promote the release to the production target only if the verify job passes, leaving the images in Artifact Registry even on failure.

  • Require developers to execute the system test suite on their workstations; once tests pass locally, tag the container images and deploy them to production with manual gcloud commands.

  • Use Cloud Build to deploy blue/green releases to a single production GKE cluster and rely on Cloud Monitoring SLO-based alerts to detect problems instead of pre-production system testing.

  • Add a Cloud Build step that promotes the release directly to the production GKE cluster, then runs system tests against production; trigger an automated rollback script if any test fails.

GCP Professional Cloud Architect
Ensuring solution and operations excellence
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot