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 region closest to them to minimize latency. The application uses HTTPS. You need to expose the application using a single global IP address.
Which load balancer should you configure?
You are deploying a web application that will be accessed by users worldwide. You want to route users to the region closest to them to minimize latency. The application uses HTTPS. You need to expose the application using a single global IP address.
Which load balancer should you configure?
Answer options:
A.
Regional External HTTP(S) Load Balancer
B.
Global External HTTP(S) Load Balancer
C.
External TCP/UDP Network Load Balancer
D.
Internal HTTP(S) Load Balancer
How to approach this question
Identify the load balancer that supports HTTPS, global routing, and a single anycast IP.
Full Answer
B.Global External HTTP(S) Load Balancer✓ Correct
The Global External HTTP(S) Load Balancer is a proxy-based Layer 7 load balancer that enables you to run and scale your services worldwide behind a single external IP address. It automatically routes user traffic to the closest healthy backend region.
Common mistakes
Selecting a Network Load Balancer, which operates at Layer 4 and is regional.
Practice the full GCP Associate Cloud Engineer Practice Exam 3
50 questions · hints · full answers · grading
More questions from this exam
Q01You are starting a new project in Google Cloud and need to create a new GCP project and enable th...EasyQ02A new team member has joined your operations team. They need to be able to view all Compute Engin...MediumQ03Your company is migrating to Google Cloud. You currently manage all employee identities in an on-...MediumQ04Your development team is experimenting with new GCP services in a sandbox project. The finance te...MediumQ05Your company wants to perform complex, custom SQL analysis on their Google Cloud billing data to ...Easy
Expert