0
0
GCPcloud~20 mins

Load balancer types comparison in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Load Balancer Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2: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.
AHTTP(S) Load Balancer
BNetwork Load Balancer
CTCP Proxy Load Balancer
DInternal Load Balancer
Attempts:
2 left
💡 Hint
Think about which load balancer understands HTTP headers and URLs.
Architecture
intermediate
2: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.
ANetwork Load Balancer
BTCP Proxy Load Balancer
CHTTP(S) Load Balancer
DInternal Load Balancer
Attempts:
2 left
💡 Hint
This load balancer works at Layer 4 and supports global traffic distribution for TCP.
scaling
advanced
2: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.
AIt only supports HTTP/HTTPS traffic
BIt requires manual scaling of backend instances
CIt does not support SSL termination
DIt cannot load balance traffic across multiple regions
Attempts:
2 left
💡 Hint
Consider whether the load balancer can distribute traffic globally or only within a network.
tradeoff
advanced
2: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.
ANetwork Load Balancer operates at Layer 4 and is faster but lacks Layer 7 features like URL routing
BNetwork Load Balancer supports SSL termination but HTTP(S) Load Balancer does not
CNetwork Load Balancer provides global load balancing but HTTP(S) Load Balancer is regional
DNetwork Load Balancer supports HTTP/2 but HTTP(S) Load Balancer does not
Attempts:
2 left
💡 Hint
Think about the OSI layer each load balancer works on and the features that come with it.
estimation
expert
2: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.
AUp to 100 backend instances
BUp to 5000 backend instances
CNo fixed limit; depends on quota and region
DUp to 1000 backend instances
Attempts:
2 left
💡 Hint
Consider GCP's documented quotas and typical backend service limits.