
Answer-first summary for fast verification
Answer: Recognize repetitive tasks contributing to toil and implement automation to eliminate them.
**Correct Answer: C** - Identifying and automating repetitive tasks that contribute to toil is the most effective strategy. This approach not only reduces burnout by eliminating mundane work but also improves efficiency and aligns with SRE best practices. **Incorrect Answers:** **A** - Simply delegating the project does not address the underlying issue of toil. **B** - Adding more team members may provide temporary relief but does not eliminate the root cause of toil. **D** - Adjusting the SLO does not remove toil; it merely shifts the problem without solving it.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your Site Reliability Engineering (SRE) team is engaged in toil work, specifically archiving unused data in your application’s relational database, to maintain a low Latency Service Level Indicator (SLI) and meet your Service Level Objective (SLO). This toil is hindering your team from focusing on a high-priority project aimed at improving the Availability SLI of your application. Your goals are to: (1) reduce repetitive tasks to prevent burnout, (2) enhance organizational efficiency, and (3) adhere to Site Reliability Engineering best practices. What is the best course of action?
A
Delegate the Availability SLI engineering project to the Software Engineering team.
B
Recognize repetitive tasks contributing to toil and bring in additional team members to assist.
C
Recognize repetitive tasks contributing to toil and implement automation to eliminate them.
D
Adjust the SLO for your Latency SLI to allow for less frequent toil work, freeing up capacity for the Availability SLI project.
No comments yet.