Objective 2.3

PCA

Configuring compute systems

Objective 2.3 sits in Managing and provisioning a cloud solution infrastructure, which carries 17.5% of the Cloud Architect exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.

Objective title verbatim from the official objectives. Google Cloud exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

2-3Managing and provisioning a cloud solution infrastructure

An engineer reuses one aggressive health check for both load balancing and autohealing on a managed instance group. What does that reuse risk?

Traffic keeps reaching instances that stopped respondingAn aggressive check pulls traffic sooner rather than later.
Instances get deleted and recreated too readilyCorrect · your answerCorrect. A brief blip now costs a rebuild.
The group stops autoscaling under loadScaling policy is driven by load signals, not by this check.
Health checks cannot be shared at allSharing one check is possible, which is exactly the trap.

Correct.

Concept

Two checks that look alike have different consequences: one moves traffic and the other destroys a machine, so the sensitivity each can afford is not the same.

Why B

Load balancing health checks only steer traffic away from non-responsive instances, while managed instance group health checks proactively signal to delete and recreate instances that become UNHEALTHY.

Source

Load balancing health checks help direct traffic away from non-responsive instances and toward healthy instances; these health checks do not cause Compute Engine to recreate instances. On the other hand, managed instance group health checks proactively signal to delete and recreate instances that become UNHEALTHY .

Instance groups, Compute Engine documentation, checked August 2026
#gcp#compute-engine#mig#health-checks

Now you: objective 2.3 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 2

2-3Managing and provisioning a cloud solution infrastructure

A team needs 1,500 VMs in a single managed instance group and does not want to ask for a limit increase. Which group does that by default?

Sample question 2 of 2

2-3Managing and provisioning a cloud solution infrastructure

A database running on VMs must keep its instance names and attached persistent disks intact when the group recreates or updates an instance. Which capability provides that?

Full Cloud Architect question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Managing and provisioning a cloud solution infrastructure