Objective 2.1
PCDEDesigning pipelines
Objective 2.1 sits in Building and implementing CI/CD pipelines, including continuous testing, which carries 25% of the Cloud DevOps Engineer exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.
Objective title verbatim from the official objectives. Google Cloud exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
A team edits a delivery pipeline configuration while an older release is still being promoted. Which configuration does that older release use?
Correct.
Concept
A long-running deployment must not change shape underneath itself. Freezing the definition at the moment work begins is what makes a promotion hours later reproducible and auditable.
Why B
Every release carries an instance of the pipeline and its targets exactly as they stood at creation time, and later edits to the definition leave that copy untouched. Tool versions are stored the same way.
Source
Google Cloud: Cloud Deploy service architecture, checked August 2026Each release includes the pipeline instance , a "snapshot" of the delivery pipeline and targets as they were configured when the release was created.
Now you: objective 2.1 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An engineer is told that a release references artifacts. Within this delivery model, what is an artifact?
Sample question 2 of 3
A team specifies both post-deploy hooks and verification on a target. In what order does a rollout run those two?
Sample question 3 of 3
A team deploys to several clusters at once through a multi-target. Which rollout structure does that produce?
Full Cloud DevOps Engineer question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.