U.S. Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Professional Cloud DevOps Engineer Exam - Topic 4 Question 106 Discussion

You are developing the deployment and testing strategies for your CI/CD pipeline in Google Cloud You must be able to* Reduce the complexity of release deployments and minimize the duration of deployment rollbacks* Test real production traffic with a gradual increase in the number of affected usersYou want to select a deployment and testing strategy that meets your requirements What should you do?
B) Blue/green deployment and canary testing
A) Recreate deployment and canary testing
C) Rolling update deployment and A/B testing
D) Rolling update deployment and shadow testing

Google Professional Cloud DevOps Engineer Exam - Topic 4 Question 106 Discussion

Actual exam question for Google's Professional Cloud DevOps Engineer exam
Question #: 106
Topic #: 4
[All Professional Cloud DevOps Engineer Questions]

You are developing the deployment and testing strategies for your CI/CD pipeline in Google Cloud You must be able to

* Reduce the complexity of release deployments and minimize the duration of deployment rollbacks

* Test real production traffic with a gradual increase in the number of affected users

You want to select a deployment and testing strategy that meets your requirements What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: B

The best option for selecting a deployment and testing strategy that meets your requirements is to use blue/green deployment and canary testing. A blue/green deployment is a deployment strategy that involves creating two identical environments, one running the current version of the application (blue) and one running the new version of the application (green). The traffic is switched from blue to green after testing the new version, and if any issues are discovered, the traffic can be switched back to blue instantly. This way, you can reduce the complexity of release deployments and minimize the duration of deployment rollbacks. A canary testing is a testing strategy that involves releasing a new version of an application to a subset of users or servers and monitoring its performance and reliability. This way, you can test real production traffic with a gradual increase in the number of affected users.


Contribute your Thoughts:

0/2000 characters
Shonda
1 month ago
I think blue/green deployment with canary testing might be the best choice since it allows for quick rollbacks and testing with real traffic.
upvoted 0 times
...

Save Cancel