Intermediate
System Design
Q61 / 100
What is a "canary release"?
Correct! Well done.
Incorrect.
The correct answer is A) A deployment strategy where a new version is rolled out to a small subset of users or servers first, to detect issues before a full rollout
A
Correct Answer
A deployment strategy where a new version is rolled out to a small subset of users or servers first, to detect issues before a full rollout
Explanation
Canary releases limit exposure to a new version, allowing teams to monitor for problems on a small scale before gradually increasing traffic, minimizing the impact of potential issues.
Progress
61/100