Medium1 markMultiple Choice
GCP ACE · Question 17 · Domain 2.4: Planning and configuring network resources
You are deploying a web application that will be accessed by users worldwide. You want to route users to the backend instance that is geographically closest to them to minimize latency. The application uses standard HTTP and HTTPS protocols.
Which load balancing option should you configure?
You are deploying a web application that will be accessed by users worldwide. You want to route users to the backend instance that is geographically closest to them to minimize latency. The application uses standard HTTP and HTTPS protocols.
Which load balancing option should you configure?
Answer options:
A.
Internal TCP/UDP Load Balancer
B.
External Network TCP/UDP Load Balancer
C.
Global External HTTP(S) Load Balancer
D.
Regional External HTTP(S) Load Balancer
How to approach this question
Identify the traffic type (HTTP/HTTPS = Layer 7) and the scope (worldwide/closest region = Global).
Full Answer
C.Global External HTTP(S) Load Balancer✓ Correct
Global External 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 global external IP address. It uses Google's global network to route users to the closest healthy backend instance, significantly reducing latency for a worldwide user base.
Common mistakes
Choosing a Network Load Balancer, which is regional and operates at Layer 4.
Practice the full GCP Associate Cloud Engineer Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary purpose of a Google Cloud project?EasyQ02Your development team needs to manage Compute Engine instances in a specific project. They need t...MediumQ03You are automating the setup of a new Google Cloud project using a bash script. You need to enabl...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...MediumQ05Your finance team wants to perform granular analysis of your Google Cloud spending using SQL. The...Hard
Expert