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 C because Managed Instance Groups offer an AutoHealing feature. This feature conducts health checks and automatically recreates instances if the application is unresponsive. This ensures high availability by proactively maintaining instances in a RUNNING state. AutoHealing is particularly effective for detecting and rectifying application-specific issues like freezing, crashing, or overloading, beyond just checking the instance state. Options A and D are incorrect as these features do not exist. Option B is incorrect because auto-updating is designed for deploying new software versions to instances, not for ensuring application responsiveness or availability.