
Answer-first summary for fast verification
Answer: Provision a higher capacity to account for possible demand spikes
Options A, B, and D are incorrect because they represent recommended practices for capacity planning. Monitoring and alerting enable timely remedial actions, graceful degradation ensures the application remains functional under heavy load by selectively rejecting requests, and load testing assesses how the application scales or fails under stress. Option C is correct as it is not recommended due to its high cost and the uncertainty of needing such resources. Reference: [Google SRE Best Practices](https://static.googleusercontent.com/media/sre.google/en//static/pdf/login_winter20_10_torres.pdf)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your team is developing a globally accessible web application and you're in charge of capacity planning. According to Google Cloud's SRE best practices for capacity management, which of the following approaches is not recommended?
A
Implement monitoring and alerting
B
Design for graceful degradation
C
Provision a higher capacity to account for possible demand spikes
D
Carry out load testing
No comments yet.