Courseiva
Manage implementation of cloud architecturemediumMultiple ChoiceObjective-mapped

Google PCA Manage implementation of cloud architecture Practice Question

A company is using Cloud Load Balancing to distribute traffic to a managed instance group (MIG) of web servers. The web servers are currently running in us-central1. To improve availability, the company plans to add a second MIG in us-west1. What must be done to ensure traffic is automatically routed to the closest healthy backend?

⚠ Common exam trap

A common mix-up: candidates confuse regional load balancers (Network Load Balancer, TCP/UDP Proxy) with global load balancers, assuming any external load balancer can span regions, but only the global external HTTP(S) load balancer (and the global external SSL proxy) support multi-region backends with automatic proximity-based routing.

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 external HTTP(S) load balancer and add both MIGs as backends.

A global external HTTP(S) load balancer can route traffic to backends in multiple regions and automatically directs requests to the closest healthy backend based on the client's geographic location and backend health. Adding both MIGs as backends to this single anycast IP ensures traffic is distributed to the nearest region without additional DNS-based routing or redirects.

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 a Network Load Balancer in us-central1 and configure a redirect to the new MIG.

    Why it's wrong here

    Network Load Balancer is regional and cannot redirect to another region; it would need multiple load balancers.

  • Use a global external HTTP(S) load balancer and add both MIGs as backends.

    Why this is correct

    Global HTTP(S) load balancer provides cross-region load balancing with intelligent routing.

  • Use an internal TCP/UDP load balancer in each region and configure DNS-based routing.

    Why it's wrong here

    Internal load balancers are for internal traffic and not suitable for internet-facing applications.

  • Use an external TCP/UDP Network Load Balancer with the new MIG as an additional backend.

    Why it's wrong here

    Network Load Balancers are regional and cannot route across regions.

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.