Courseiva

Google PCA Practice Question: Managing Implementation and Ensuring Solution and Operations Reliability

A financial services company runs a critical PostgreSQL database on Cloud SQL. They need to ensure automatic failover to a replica in another zone within the same region with minimal data loss. What configuration should they choose?

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

Configure a Cloud SQL HA instance with a failover replica in a different zone

Cloud SQL for PostgreSQL offers a High Availability (HA) configuration that provisions a standby instance in a different zone within the same region. Automatic failover is provided with synchronous replication to minimize data loss.

Answer analysis

Option-by-option breakdown

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

  • Use Database Migration Service to replicate to a second Cloud SQL instance

    Why it's wrong here

    Database Migration Service is used for migration, not high availability; it does not provide automatic failover.

  • Enable point-in-time recovery (PITR) and increase backup retention

    Why it's wrong here

    PITR uses logs to restore to a point in time, but does not provide automatic failover.

  • Create a cross-region read replica and manually promote it on failure

    Why it's wrong here

    Cross-region replicas require manual promotion and may have replication lag leading to data loss.

  • Configure a Cloud SQL HA instance with a failover replica in a different zone

    Why this is correct

    HA configuration provides automatic failover with a synchronous standby replica in a different zone, minimizing data loss.

Go deeper

Related to this question

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.