
Answer-first summary for fast verification
Answer: Apply a load-shedding strategy to divert traffic to a stable fallback service or a static error page.
**Correct Answer: C** - Implementing a load-shedding strategy is the most effective method to lessen user impact. It allows users to access alternative services or receive useful incident information while the issue is being resolved. **Incorrect Answers:** - **A**: Mass notifications can cause unnecessary panic and negatively affect user experience. - **B**: Disabling non-critical features may confuse users and not address the incident's root cause. - **D**: Deploying untested fixes in production is risky and could exacerbate the incident.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a DevOps Engineer managing a critical service during an incident, what is your primary strategy to minimize user impact?
A
Send mass notifications to all users, asking them to temporarily stop using the service.
B
Disable all non-essential features to focus on core functionality and reduce system load.
C
Apply a load-shedding strategy to divert traffic to a stable fallback service or a static error page.
D
Roll out an untested fix directly in production without assessing its impact.
No comments yet.