ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 94 - Professional Cloud Architect discussion

Report
Export

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 deploying to production. What should you do?

A.
Use Spinnaker to deploy builds to production using the red/black deployment strategy so that changes can easily be rolled back.
Answers
A.
Use Spinnaker to deploy builds to production using the red/black deployment strategy so that changes can easily be rolled back.
B.
Use Spinnaker to deploy builds to production and run tests on production deployments.
Answers
B.
Use Spinnaker to deploy builds to production and run tests on production deployments.
C.
Use Jenkins to build the staging branches and the master branch. Build and deploy changes to production for 10% of users before doing a complete rollout.
Answers
C.
Use Jenkins to build the staging branches and the master branch. Build and deploy changes to production for 10% of users before doing a complete rollout.
D.
Use Jenkins to monitor tags in the repository. Deploy staging tags to a staging environment for testing. After testing, tag the repository for production and deploy that to the production environment.
Answers
D.
Use Jenkins to monitor tags in the repository. Deploy staging tags to a staging environment for testing. After testing, tag the repository for production and deploy that to the production environment.
Suggested answer: C

Explanation:

Reference: https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes/blob/master/README.md

asked 18/09/2024
Devon Woods
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first