Ultimate access to all questions.
Your company's critical application is hosted on Compute Engine managed instance groups. To ensure the instances are resilient and highly available without manual intervention, how should the managed instance group be configured?
Explanation:
The correct answer is B because Managed Instance Groups offer the AutoHealing feature. This feature conducts health checks and automatically recreates any instance where the application is unresponsive. This ensures high availability by proactively maintaining instances in a RUNNING state and addressing application-specific issues like freezing or crashing.
For more details, refer to the GCP documentation on Managed Instance Groups and Autohealing.