Google Professional Cloud Architect

Google Professional Cloud Architect

Get started today

Ultimate access to all questions.


Your customer has a regional managed instance group that serves a public REST API interfacing with a Cloud SQL instance. They want to perform resilience testing specifically for their authentication layer to ensure the system remains functional during failures. What should you do?




Explanation:

The correct answer is C. According to Google documentation and best practices for resilience testing, a well-designed application should be resilient enough to withstand the loss of one or more compute resources. Scheduling a disaster simulation exercise where all VMs in a zone are shut off allows you to test how your application behaves under such a failure scenario. This approach helps ensure that your authentication layer and the rest of the application continue to function despite the outage.