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 globally. You need to terminate SSL/TLS connections, route traffic based on the URL path (e.g., /video goes to one backend, /images to another), and route users to the backend region closest to them.
Which Google Cloud Load Balancer should you configure?
You are deploying a web application that will be accessed by users globally. You need to terminate SSL/TLS connections, route traffic based on the URL path (e.g., /video goes to one backend, /images to another), and route users to the backend region closest to them.
Which Google Cloud Load Balancer should you configure?
Answer options:
A.
Global External HTTP(S) Load Balancer
B.
TCP Proxy Load Balancer
C.
External Network Load Balancer
D.
Internal HTTP(S) Load Balancer
How to approach this question
Identify the key requirements: Global access, Layer 7 features (SSL termination, URL routing).
Full Answer
A.Global External HTTP(S) Load Balancer✓ Correct
Global External HTTP(S) Load Balancer
The Global External HTTP(S) Load Balancer is a Layer 7 load balancer. It provides a single global IP address, automatically routes user traffic to the closest healthy backend region, supports SSL termination at the edge, and allows advanced routing rules based on HTTP headers and URL paths.
Common mistakes
Choosing Network Load Balancer, forgetting that it is a Layer 4 regional load balancer that cannot read HTTP paths.
Practice the full GCP Associate Cloud Engineer Practice Exam 5
50 questions · hints · full answers · grading
More questions from this exam
Q01You are starting a new initiative and need to create a new Google Cloud project using the command...EasyQ02A developer on your team needs to manage App Engine applications, including deploying new version...MediumQ03You have created a new Google Cloud project. You need to allow a specific group of developers to ...MediumQ04Which statement best describes the relationship between Google Cloud projects and billing accounts?EasyQ05Your company wants to be notified immediately in their Slack channel whenever their monthly Googl...Medium
Expert