
Answer-first summary for fast verification
Answer: Implement cross-layer communication
The correct answer is **Implement cross-layer communication** because it is not recommended due to its susceptibility to distributed deadlock. The other options, including **Load Shedding**, **Implement queue management**, and **Implement Retries**, are all recommended approaches for managing requests during peak periods to mitigate or prevent cascading failures. For further reading, refer to the topic on Addressing Cascading Failures in Google Cloud's SRE best practices.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you're tasked with deploying a web-facing application designed to serve users across multiple regions. The application must adhere to a reliability requirement ensuring it doesn't become overwhelmed during peak traffic periods. According to Google Cloud Platform's Site Reliability Engineering (SRE) best practices, which of the following strategies is not recommended?
A
Load Shedding
B
Implement queue management
C
Implement cross-layer communication
D
Implement Retries
No comments yet.