
Answer-first summary for fast verification
Answer: Over-provision resources to accommodate unexpected spikes in demand
Correct answer: D. Over-provisioning resources to handle potential demand spikes is not aligned with GCP's SRE best practices for capacity management. This approach can lead to unnecessary costs and resource underutilization. The other options are recommended practices: load testing helps predict application behavior under stress, graceful degradation ensures partial functionality during overloads, and monitoring with alerting enables prompt issue resolution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your team is developing a globally accessible web application. As part of the planning phase, you're tasked with ensuring the application can handle its intended load. According to Google Cloud Platform's Site Reliability Engineering (SRE) best practices for capacity management, which of the following approaches is not recommended?
A
Conduct load testing to understand how the application behaves under stress
B
Ensure the application can gracefully degrade to prevent total system failure during high traffic
C
Set up comprehensive monitoring and alerting to quickly address any issues
D
Over-provision resources to accommodate unexpected spikes in demand