
Answer-first summary for fast verification
Answer: Provision a higher capacity to account for possible demand spikes
Correct: Provisioning a higher capacity to account for possible demand spikes is not recommended according to GCP's SRE best practices for capacity management. This approach can lead to unnecessary costs and does not efficiently utilize resources. Why Other Options are Wrong: - **Design for graceful degradation**: Ensures the application remains functional under heavy load by selectively disabling non-essential features. - **Carry out load testing**: Helps understand how the application behaves under stress, allowing for better capacity planning. - **Implement monitoring and alerting**: Enables proactive identification and resolution of issues before they impact users.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your team is developing a globally accessible web application. As part of the capacity planning process, which of the following actions does not align with Google Cloud Platform's (GCP) Site Reliability Engineering (SRE) best practices for capacity management?
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.