Question 51 of 509
Ensure solution and operations reliabilitymediumMultiple SelectObjective-mapped

Quick Answer

The answer is to configure an external HTTP(S) load balancer with a backend service pointing to both primary and secondary GKE clusters, and use a DNS failover policy to route traffic to the secondary region if the primary becomes unhealthy, while also automating the promotion of the Cloud SQL cross-region replica to a primary instance. This combination works because the load balancer and DNS failover handle traffic redirection at the network edge, while promoting the cross-region replica ensures the database remains available with minimal data loss, limited only by replication lag. On the Google Professional Cloud Architect exam, this scenario tests your understanding of multi-region resilience patterns, specifically how to pair stateless GKE failover with stateful Cloud SQL disaster recovery using cross-region replicas. A common trap is assuming a single global load balancer alone handles database failover, but the database promotion is a separate, critical action. Memory tip: “Traffic first, data second” — route users to the healthy region, then promote the database replica.

Google PCA Ensure solution and operations reliability Practice Question

This PCA practice question tests your understanding of ensure solution and operations reliability. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company has deployed a critical application on Google Kubernetes Engine (GKE) with a Regional cluster (us-central1). The application uses a Cloud SQL for PostgreSQL database with a cross-region replica for disaster recovery. The SRE team needs to ensure that the application can survive a regional outage with minimal data loss. Which TWO actions should the team take to improve the reliability of the solution?

Question 1mediummulti select
Full question →

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 application to automatically promote the Cloud SQL cross-region replica to a primary instance when the primary region is unavailable.

Option A is correct because promoting a Cloud SQL cross-region replica to a primary instance is the standard procedure for disaster recovery when the primary region fails. This operation is supported by Cloud SQL and can be automated using Cloud Functions or Cloud Run triggers, ensuring minimal manual intervention and reduced RTO. The cross-region replica maintains a near-synchronous copy of the data, so data loss is limited to the replication lag.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Configure the application to automatically promote the Cloud SQL cross-region replica to a primary instance when the primary region is unavailable.

    Why this is correct

    Option D is correct because promoting the replica makes it the new primary, allowing the application to continue with minimal data loss.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Configure Cloud SQL cross-region replication to be synchronous to ensure zero data loss during failover.

    Why it's wrong here

    Option C is incorrect because Cloud SQL cross-region replication is asynchronous; synchronous replication is not supported across regions.

  • Configure an external HTTP(S) load balancer with a backend service pointing to both the primary and secondary GKE clusters, and use a DNS failover policy to route traffic to the secondary region if the primary region becomes unhealthy.

    Why this is correct

    Option A correctly uses a multi-region load balancer with DNS failover for regional failover.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Deploy a secondary GKE cluster in the same region as the primary to provide a hot standby that can take over immediately.

    Why it's wrong here

    Option B does not protect against a regional outage because both clusters are in the same region.

  • Use a TCP/UDP load balancer to route traffic to both regions based on latency.

    Why it's wrong here

    Option E is incorrect because TCP/UDP load balancers do not support cross-region failover; you need an external HTTP(S) load balancer with multi-region backend services.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume synchronous replication is possible across regions for zero data loss, but in practice, cross-region replication is always asynchronous due to the speed of light and network latency constraints.

Detailed technical explanation

How to think about this question

Cloud SQL cross-region replication uses asynchronous replication with a configurable replication lag threshold (default 100 seconds) to balance performance and data loss. When promoting a replica, the operation stops replication and makes the replica a writable primary; any unreplicated transactions are lost, so the RPO is determined by the lag at the time of failure. Automating this promotion via a health-check-driven Cloud Function can reduce RTO to minutes, but the team must also update application connection strings or use a proxy that handles failover transparently.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related PCA practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PCA practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PCA question test?

Ensure solution and operations reliability — This question tests Ensure solution and operations reliability — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Configure the application to automatically promote the Cloud SQL cross-region replica to a primary instance when the primary region is unavailable. — Option A is correct because promoting a Cloud SQL cross-region replica to a primary instance is the standard procedure for disaster recovery when the primary region fails. This operation is supported by Cloud SQL and can be automated using Cloud Functions or Cloud Run triggers, ensuring minimal manual intervention and reduced RTO. The cross-region replica maintains a near-synchronous copy of the data, so data loss is limited to the replication lag.

What should I do if I get this PCA question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.