ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 141 - Professional Cloud DevOps Engineer discussion

Report
Export

You are designing a deployment technique for your applications on Google Cloud. As part Of your deployment planning, you want to use live traffic to gather performance metrics for new versions Of your applications. You need to test against the full production load before your applications are launched. What should you do?

A.
Use A/B testing with blue/green deployment.
Answers
A.
Use A/B testing with blue/green deployment.
B.
Use shadow testing with continuous deployment.
Answers
B.
Use shadow testing with continuous deployment.
C.
Use canary testing with continuous deployment.
Answers
C.
Use canary testing with continuous deployment.
D.
Use canary testing with rolling updates deployment,
Answers
D.
Use canary testing with rolling updates deployment,
Suggested answer: B

Explanation:

The correct answer is B. Use shadow testing with continuous deployment.

Shadow testing is a deployment technique that involves routing a copy of the live traffic to a new version of the application, without affecting the production environment. This way, you can gather performance metrics and compare them with the current version, without exposing the new version to the users. Shadow testing can help you test against the full production load and identify any issues or bottlenecks before launching the new version. You can use continuous deployment to automate the process of deploying the new version after it passes the shadow testing.

Application deployment and testing strategies, Testing strategies, Shadow test pattern.

asked 18/09/2024
Salah Dabwan
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first