300-910 · Question #6
Which description of a canary deployment is true?
The correct answer is D. deployment to a limited set of servers or users. A canary deployment involves gradually rolling out a new version of an application to a small subset of users or servers to test its stability and performance before a full rollout.
Question
Options
- Adeployment by accident
- Bdeployment that is rolled back automatically after a configurable amount of minutes
- Cdeployment relating to data mining development
- Ddeployment to a limited set of servers or users
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- C6% (2)
- D88% (28)
Why each option
A canary deployment involves gradually rolling out a new version of an application to a small subset of users or servers to test its stability and performance before a full rollout.
Canary deployment is a deliberate, controlled strategy, not an accidental deployment.
While canary deployments can be rolled back, the 'automatic rollback after a configurable amount of minutes' describes a specific feature often used *with* deployments, not the definition of a canary deployment itself.
Canary deployment is a release strategy for software, unrelated to data mining development.
A canary deployment strategy involves releasing a new version of an application to a small, controlled group of users or servers first. This allows for monitoring the new version's performance and stability with minimal impact, and if issues arise, the impact is contained, making it safer to roll out changes.
Concept tested: Deployment strategies - Canary deployment
Source: https://learn.microsoft.com/en-us/azure/devops/deploy/blue-green-canary-deployments?view=azure-devops
Topics
Community Discussion
No community discussion yet for this question.