Courseiva

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

Your company has a production Cloud SQL for PostgreSQL instance in us-central1 with automated backups enabled. You need to ensure that if the zone fails, the database automatically fails over to a standby in a different zone with minimal downtime. What should you do?

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 the instance as a highly available (regional) instance.

Cloud SQL high availability (HA) configuration creates a standby instance in a different zone. The primary and standby use synchronous replication, and automatic failover occurs if the primary zone fails. Enabling deletion protection does not provide HA. Read replicas are for read scaling, not automatic failover. Automated backups alone do not provide failover.

Answer analysis

Option-by-option breakdown

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

  • Enable deletion protection on the instance.

    Why it's wrong here

    Deletion protection prevents accidental deletion but does not provide failover.

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

    Why it's wrong here

    Read replicas are for read scaling; manual promotion is not automatic failover and has longer downtime.

  • Configure the instance as a highly available (regional) instance.

    Why this is correct

    HA configuration creates a standby in a different zone and enables automatic failover.

  • Enable point-in-time recovery (PITR) and keep 30 days of transaction logs.

    Why it's wrong here

    PITR allows restoring to a point in time but does not provide automatic failover.

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

Go deeper

Related to this question

About these practice questions

This PCA question is part of Courseiva's 955-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.