Objective 2.3
PCAConfiguring 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.
An engineer reuses one aggressive health check for both load balancing and autohealing on a managed instance group. What does that reuse risk?
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
Instance groups, Compute Engine documentation, checked August 2026Load 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 .
Now you: objective 2.3 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 2
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
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.