
Answer-first summary for fast verification
Answer: Create an HTTPS load balancer with URL Maps.
The question requires global load balancing based on URL path routing with operational reliability and end-to-end encryption. Option B (Create an HTTPS load balancer with URL Maps) is the correct choice because: 1) HTTPS load balancers are global by default and support URL path-based routing through URL Maps, as confirmed by multiple community comments with high upvotes and official Google documentation links. 2) They provide end-to-end encryption by terminating SSL/TLS at the load balancer and can establish secure connections to backends. 3) They ensure operational reliability through Google's global infrastructure. Option A is incorrect as 'cross-region load balancer' is not a standard Google Cloud term, and HTTP(S) load balancers are inherently global. Options C and D are unsuitable because SSL proxy load balancing does not support URL path-based routing and is not designed for global load balancing based on URL paths.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to design a globally load-balanced solution that routes traffic based on the URL path. The solution must ensure operational reliability and end-to-end encryption in transit, following Google-recommended best practices. What should you do?
A
Create a cross-region load balancer with URL Maps.
B
Create an HTTPS load balancer with URL Maps.
C
Create appropriate instance groups and instances. Configure SSL proxy load balancing.
D
Create a global forwarding rule. Configure SSL proxy load balancing.