LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


To enhance the resilience of Compute Engine instances against crashes or system terminations, which configurations should be applied?

Real Exam



Explanation:

To ensure Compute Engine instances are resilient to crashes or terminations, two key configurations are recommended:

  1. Automatic Restart: Setting the automaticRestart availability policy to true ensures that instances are automatically restarted if they crash or are terminated unexpectedly, enhancing availability and reducing downtime.
  2. Host Maintenance: Configuring the onHostMaintenance availability policy to migrate instances allows Compute Engine to move instances to another host during planned maintenance, preventing service interruptions.

Thus, the correct configurations are:

  • Set automaticRestart to true (Option C)
  • Set onHostMaintenance to migrate instances (Option D)

These settings collectively improve instance resilience against failures and maintenance events.

Powered ByGPT-5