
Answer-first summary for fast verification
Answer: Error budget is typically represented as a percentage nearing 100%.
The incorrect statement about error budgets is that they are expressed as a percentage with a value close to 100%. In reality, error budgets are usually much lower, representing the allowable amount of downtime or errors within a period to meet the SLO. For example, with an SLO of 99.9% uptime, the error budget is 0.1%, indicating the small tolerance for errors or downtime.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your team is preparing to deploy and monitor a new application in the production environment. As part of the planning, you're tasked with defining SLIs, SLOs, and SLAs during the application's testing phase in a staging environment. Regarding error budgets, which statement is incorrect?
A
Developers can focus on new features as long as they remain within their error budget.
B
An alerting strategy should be in place to notify developers when an event is consuming a significant portion of the error budget.
C
The error budget is calculated as 100% minus the SLO percentage, for a given SLI.
D
Error budget is typically represented as a percentage nearing 100%.
No comments yet.