Google
PROFESSIONAL-CLOUD-ARCHITECT · Question #104
You are building a continuous deployment pipeline for a project stored in a Git source repository and want to ensure that code changes can be verified before deploying to production. What should you d
Sign in or unlock PROFESSIONAL-CLOUD-ARCHITECT to reveal the answer and full explanation for question #104. The question stem and answer options stay visible for context.
Submitted by manish99· Mar 30, 2026Managing implementation
Question
You are building a continuous deployment pipeline for a project stored in a Git source repository and want to ensure that code changes can be verified before deploying to production. What should you do?
Options
- AUse Spinnaker to deploy builds to production using the red/black deployment strategy so that
- BUse Spinnaker to deploy builds to production and run tests on production deployments.
- CUse Jenkins to build the staging branches and the master branch. Build and deploy changes to
- DUse Jenkins to monitor tags in the repository. Deploy staging tags to a staging environment for
Unlock PROFESSIONAL-CLOUD-ARCHITECT to see the answer
You've previewed enough free PROFESSIONAL-CLOUD-ARCHITECT questions. Unlock PROFESSIONAL-CLOUD-ARCHITECT 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
#CI/CD pipeline#Jenkins#staging environment#deployment strategy