CV0-004 · Question #291
CV0-004 Question #291: Real Exam Question with Answer & Explanation
The correct answer is C: Canary. A canary deployment gradually exposes a new feature to a small subset of users before expanding access, allowing controlled testing and minimizing risk.
Question
A software development team would like to test a new feature that was added to the company's production website. The team would like to allow access to only a small number of users and then, in a controlled way, slowly increase the number of users who have access to the feature. Which of the following best describes the deployment strategy the software development team should use?
Options
- AIn-place
- BBlue-green
- CCanary
- DRolling
Explanation
A canary deployment gradually exposes a new feature to a small subset of users before expanding access, allowing controlled testing and minimizing risk.
Topics
Community Discussion
No community discussion yet for this question.