1
You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.