LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud Architect

Google Professional Cloud Architect

Get started today

Ultimate access to all questions.


You are tasked with building a continuous deployment pipeline for a project stored in a Git source repository. The objective is to ensure that all code changes can be thoroughly verified and tested before being deployed to the production environment to minimize risks and maintain stability. What should you do?

Exam-Like



Explanation:

Option D is the correct answer. The question asks for a solution where code changes can be verified before being deployed to production. Option D uses Jenkins to monitor tags in the repository, deploy staging tags to a staging environment for testing, and only after successful testing, tag the repository for production and deploy it to the production environment. This approach ensures that code changes are tested before being released to production, which aligns with the requirement of verifying changes prior to deployment. Options A, B, and C involve deploying directly to production without a prior comprehensive testing phase, which does not meet the requirement outlined in the question.

Powered ByGPT-5