DVA-C02 · Question #567
DVA-C02 Question #567: Real Exam Question with Answer & Explanation
The correct answer is B: Canary deployment. A canary deployment involves releasing the new version of the software to a small subset of users (the "canary group") first. The company can gather feedback from this group, and if the testing validates the feature, the deployment can be extended to all users at once. This strat
Question
A company is creating a new feature for existing software. Before the company fully releases a new version of the software, the company wants to test the feature. The company needs to gather feedback about the feature from a small group of users while the current software version remains deployed. If the testing validates the feature, the company needs to deploy the new software version to all other users at the same time. Which deployment strategy will meet these requirements?
Options
- AAll-at-once deployment
- BCanary deployment
- CIn-place deployment
- DLinear deployment
Explanation
A canary deployment involves releasing the new version of the software to a small subset of users (the "canary group") first. The company can gather feedback from this group, and if the testing validates the feature, the deployment can be extended to all users at once. This strategy aligns with the company's need to test the feature with a small group of users while keeping the current version deployed for the rest of the users.
Community Discussion
No community discussion yet for this question.