
Answer-first summary for fast verification
Answer: Automate the process of collecting, validating, and updating quotas to minimize manual work.
Google's Site Reliability Engineering (SRE) principles emphasize the importance of eliminating toil, which includes repetitive, manual tasks that can be automated. Automating the quota management process (Option C) directly addresses the root cause of the toil by reducing the need for manual intervention. Options A, B, and D do not effectively reduce toil; they either temporarily mask the issue or add more manual processes. Reference: [Google SRE Workbook on Eliminating Toil](https://sre.google/workbook/eliminating-toil/).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your SRE team is overwhelmed with tickets requesting increased resource quotas due to the rising popularity of a new public cloud provider. According to Google's SRE best practices, what is the most effective way to address this issue?
A
Increase the current quota of all users to reduce the number of requests.
B
Develop a rotating schedule among the SRE team members to manage quota requests.
C
Automate the process of collecting, validating, and updating quotas to minimize manual work.
D
Hire additional staff to manually handle the increasing volume of quota requests.
No comments yet.