Courseiva
Manage implementation of cloud architecturehardMultiple ChoiceObjective-mapped

Google PCA Manage implementation of cloud architecture Practice Question

A company runs a critical application on Compute Engine with a stateful workload. They want to achieve 99.99% availability within a single region. Which architecture should they recommend?

⚠ Common exam trap

Google Cloud often tests the misconception that more instances or zones automatically increase availability, but the key is the data replication mechanism—regional persistent disks provide synchronous replication, while zonal disks with custom scripts or snapshots introduce data loss or latency that fails the 99.99% SLA.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Two instances in different zones with a regional persistent disk attached to the active instance and failover using a load balancer

It uses a regional persistent disk, which synchronously replicates data across two zones within the same region, ensuring data durability and availability. The active instance in one zone attaches the disk, and a load balancer with health checks detects failures and redirects traffic to the standby instance in the other zone, enabling automatic failover to meet the 99.99% availability target.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Two instances in different zones with a zonal persistent disk each and data replication using a custom script

    Why it's wrong here

    Custom replication is complex and may cause data inconsistencies.

  • One instance in a single zone with a persistent disk snapshot every hour

    Why it's wrong here

    Single zone failure can cause downtime; snapshots are not live replicas.

  • Two instances in different zones with a regional persistent disk attached to the active instance and failover using a load balancer

    Why this is correct

    Regional disk replicates data synchronously across zones; load balancer provides automated failover.

  • Four instances across two zones with a regional persistent disk and active-passive failover using a health check

    Why it's wrong here

    More instances than needed; regional disk is sufficient for two instances.

About these practice questions

Courseiva writes every PCA question from scratch — 955 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PCA practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PCA exam.