
Google Professional Cloud DevOps Engineer
Get started today
Ultimate access to all questions.
As a professional deploying a web-facing application serving users across multiple regions, you're tasked with ensuring the system's reliability during peak traffic periods. According to Google Cloud Platform's Site Reliability Engineering (SRE) best practices, which of the following strategies is not recommended to prevent system overload?
As a professional deploying a web-facing application serving users across multiple regions, you're tasked with ensuring the system's reliability during peak traffic periods. According to Google Cloud Platform's Site Reliability Engineering (SRE) best practices, which of the following strategies is not recommended to prevent system overload?
Explanation:
Options A (Load Shedding), B (Implement Retries), and D (Implement queue management) are incorrect because they are recommended strategies for managing requests during peak periods to mitigate or prevent cascading failures. Option C (Implement cross-layer communication) is correct as it is not recommended due to the risk of introducing a distributed deadlock within the system. For more details, refer to the Google SRE book's section on addressing cascading failures: https://sre.google/sre-book/addressing-cascading-failures/.