Challenge - 5 Problems
Load Balancer Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Which GCP load balancer type operates at the HTTP/HTTPS layer and supports URL-based routing?
Identify the GCP load balancer type that works at the application layer (Layer 7) and can route traffic based on URL paths.
Attempts:
2 left
💡 Hint
Think about which load balancer understands HTTP headers and URLs.
✗ Incorrect
HTTP(S) Load Balancer operates at Layer 7 and supports advanced routing like URL path-based routing, unlike Network or TCP Proxy Load Balancers which operate at lower layers.
❓ Architecture
intermediate2:00remaining
Which GCP load balancer type is best suited for handling non-HTTP TCP traffic with global load balancing?
Choose the GCP load balancer type that supports global load balancing for TCP traffic but does not inspect HTTP headers.
Attempts:
2 left
💡 Hint
This load balancer works at Layer 4 and supports global traffic distribution for TCP.
✗ Incorrect
TCP Proxy Load Balancer handles TCP traffic globally without inspecting HTTP headers, unlike HTTP(S) Load Balancer which is Layer 7.
❓ scaling
advanced2:00remaining
What is a key limitation of the GCP Internal Load Balancer compared to external load balancers?
Select the main limitation of the Internal Load Balancer in GCP regarding its scope and accessibility.
Attempts:
2 left
💡 Hint
Consider whether the load balancer can distribute traffic globally or only within a network.
✗ Incorrect
Internal Load Balancer is regional and only routes traffic within a VPC network, unlike external load balancers which can distribute traffic globally.
❓ tradeoff
advanced2:00remaining
Which tradeoff is true when choosing Network Load Balancer over HTTP(S) Load Balancer in GCP?
Identify the correct tradeoff when selecting Network Load Balancer instead of HTTP(S) Load Balancer.
Attempts:
2 left
💡 Hint
Think about the OSI layer each load balancer works on and the features that come with it.
✗ Incorrect
Network Load Balancer works at Layer 4, offering faster performance but without Layer 7 features such as URL-based routing and SSL termination which HTTP(S) Load Balancer provides.
❓ estimation
expert2:00remaining
Estimate the maximum number of backend instances supported by a single GCP HTTP(S) Load Balancer backend service.
Given GCP's HTTP(S) Load Balancer, estimate the maximum number of backend instances you can attach to one backend service.
Attempts:
2 left
💡 Hint
Consider GCP's documented quotas and typical backend service limits.
✗ Incorrect
GCP HTTP(S) Load Balancer backend services have no fixed limit on the number of backend instances; the capacity depends on quotas, region, and overall system limits.