Easy1 markMultiple Choice
Subtask 1.1: Business RequirementsCompute EngineMIGsAutoscalingHigh Availability

GCP PCA · Question 34 · Business Requirements

You are designing a highly available web application on Compute Engine. The application must automatically scale out during traffic spikes and scale in during quiet periods to save costs. If a VM crashes, it must be automatically recreated. Which GCP feature should you use?

Answer options:

A.

Unmanaged Instance Groups

B.

Managed Instance Groups (MIGs)

C.

Cloud Run

D.

Compute Engine Autoscaler API

How to approach this question

Identify the Compute Engine feature that provides identical VMs, autoscaling, and autohealing.

Full Answer

B.Managed Instance Groups (MIGs)✓ Correct
Managed Instance Groups (MIGs)
Managed Instance Groups (MIGs) are the foundation of scalable and highly available VM-based architectures in GCP. By defining an Instance Template, the MIG can automatically spin up new identical VMs when load increases (autoscaling) and recreate VMs if the application stops responding to health checks (autohealing).

Common mistakes

Choosing Unmanaged Instance Groups (Option A). These are only used for legacy load balancing scenarios where you need different types of VMs in the same group.

Practice the full GCP Professional Cloud Architect Practice Exam 7

50 questions · hints · full answers · grading

More questions from this exam