Medium1 markMultiple Choice
GCP ACE · Question 17 · Domain 2.4: Planning and configuring network resources
You are deploying a public-facing web application that will be accessed by users worldwide. The application runs on Compute Engine instances in three different regions (us-central1, europe-west1, and asia-east1). You want to provide a single global IP address to users and route them to the closest region automatically.
Which load balancer should you configure?
You are deploying a public-facing web application that will be accessed by users worldwide. The application runs on Compute Engine instances in three different regions (us-central1, europe-west1, and asia-east1). You want to provide a single global IP address to users and route them to the closest region automatically.
Which load balancer should you configure?
Answer options:
A.
Global HTTP(S) Load Balancer
B.
Regional External HTTP(S) Load Balancer
C.
Internal TCP/UDP Load Balancer
D.
Network Load Balancer
How to approach this question
Look for keywords: public-facing, worldwide, single global IP, multiple regions.
Full Answer
A.Global HTTP(S) Load Balancer✓ Correct
Global HTTP(S) Load Balancer
The Global External HTTP(S) Load Balancer is a proxy-based Layer 7 load balancer that enables you to run and scale your services behind a single external IP address distributed globally. It automatically routes users to the closest backend with capacity.
Common mistakes
Selecting Network Load Balancer, which is a regional Layer 4 load balancer.
Practice the full GCP Associate Cloud Engineer Practice Exam 4
50 questions · hints · full answers · grading
More questions from this exam
Q01You have recently joined a new team and need to set up a new Google Cloud project for a developme...EasyQ02Your company uses Google Workspace. You need to grant a new developer, Alice, the ability to view...MediumQ03You have created a new GCP project and want to deploy a Compute Engine instance. However, when yo...MediumQ04Your startup has a strict monthly cloud budget of $500. You want to be notified via email when yo...EasyQ05Your finance team wants to analyze Google Cloud costs using standard SQL and build custom dashboa...Medium
Expert