nerdexam
Cisco

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.

Deployment

Question

Which description of a canary deployment is true?

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)
  • A
    3% (1)
  • B
    3% (1)
  • C
    6% (2)
  • D
    88% (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.

Adeployment by accident

Canary deployment is a deliberate, controlled strategy, not an accidental deployment.

Bdeployment that is rolled back automatically after a configurable amount of minutes

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.

Cdeployment relating to data mining development

Canary deployment is a release strategy for software, unrelated to data mining development.

Ddeployment to a limited set of servers or usersCorrect

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

#Canary Deployment#Deployment Strategies#Software Release#DevOps

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice