Courseiva
Manage implementation of cloud architecturehardMultiple SelectObjective-mapped

Google PCA Manage implementation of cloud architecture Practice Question

A company is designing a highly available architecture for a stateful application on Compute Engine. They need to protect against zonal failures. Which THREE steps should they take?

⚠ Common exam trap

A common misconception is that in-memory session state (Option A) is sufficient for high availability, but it fails because state is lost on instance failure; instead, external session stores (e.g., Cloud Memorystore or Cloud Spanner) are needed for stateful applications on Google Cloud.

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

Use a global load balancer with health checks

A global load balancer with health checks distributes traffic across healthy instances in multiple zones, automatically routing requests away from failed zones. This ensures that if a zone fails, traffic is redirected to instances in other zones, maintaining availability for the stateful application.

Answer analysis

Option-by-option breakdown

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

  • Store session state in memory

    Why it's wrong here

    Not durable; lost on failure.

  • Use a global load balancer with health checks

    Why this is correct

    Distributes traffic and fails over.

  • Use a single zone instance group

    Why it's wrong here

    Single zone is not HA.

  • Use persistent disks with regional persistent disks

    Why this is correct

    Replicates data across zones.

  • Use a managed instance group across multiple zones

    Why this is correct

    Distributes instances across zones.

About these practice questions

One of 955 original PCA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.