Google
PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #189
You are configuring a CI pipeline in Cloud Build When you test the pipeline, the following cloudbuild.yaml definition results in 5 minutes each on the foo step and bar step. The foo step and bar step
Sign in or unlock PROFESSIONAL-CLOUD-DEVOPS-ENGINEER to reveal the answer and full explanation for question #189. The question stem and answer options stay visible for context.
Submitted by renata2k· Apr 18, 2026Building and implementing CI/CD pipelines for a service
Question
You are configuring a CI pipeline in Cloud Build When you test the pipeline, the following cloudbuild.yaml definition results in 5 minutes each on the foo step and bar step. The foo step and bar step are independent of each other. The baz step needs both the foo and bar steps to be completed before starting. You want to use parallelism to reduce build times What should you do?
Options
- AModify the build script to add:
- BModify the build script to add:
- CChange the build script to:
- DChange the build script to:
Unlock PROFESSIONAL-CLOUD-DEVOPS-ENGINEER to see the answer
You've previewed enough free PROFESSIONAL-CLOUD-DEVOPS-ENGINEER questions. Unlock PROFESSIONAL-CLOUD-DEVOPS-ENGINEER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Cloud Build#CI/CD#Parallel Builds#Build Optimization