Foundations & Layering of Load Balancing Quiz

Q1. Users in different continents are experiencing high latency when accessing a service hosted in a single data center. How can load balancing help reduce response times for these users?




Q2. After implementing a new load balancer, one backend server is handling significantly more traffic than the others even though all servers have identical capacity. Which configuration issue is MOST likely the cause?




Q3. An organization wants users worldwide to connect to a single URL and be automatically directed to the nearest data center for lower latency. Which load-balancing technique best accomplishes this?




Q4. Which scenario is an example of Layer 7 (application-layer) load balancing?




Q5. A new web service uses HTTP/3, which runs over QUIC (UDP). The existing L7 proxy supports only HTTP/1.1 and HTTP/2 over TCP. What must be true for the load balancer to handle HTTP/3 traffic?




Q6. After switching to a Layer 7 load balancer, backend logs show the load balancer's IP as the client IP. Why, and how can this be fixed?




Q7. A team wants to offload SSL/TLS encryption work from backend servers by terminating TLS at the load balancer. What kind of load balancer do they need?




Q8. A Layer 4 load balancer routes traffic by forwarding packets to backend servers without modifying application content. What information does it primarily use to make routing decisions?




Q9. During a sudden backend server failure, the load balancer stops sending traffic to that server. What mechanism enables this?




Q10. A low-latency financial service is concerned that adding a load balancer might increase response times. Which type generally introduces the least latency overhead?




Q11. To achieve zero-downtime deployment, which strategy best uses the load balancer?




Q12. A stateful web application needs all requests from a specific user to go to the same backend server during their session. Which load-balancing feature addresses this?




Q13. Your microservice uses a custom UDP-based protocol. Which type of load balancer is appropriate?




Q14. Which of the following correctly describes the flow of a client request through a typical load-balanced web service?




Q15. A company uses DNS load balancing to direct clients to the nearest regional data center, then Layer 7 load balancing within each region. Which benefit does this multi-tier architecture provide?




Q16. A critical service uses a pair of load balancer instances sharing a Virtual IP (VIP); the standby takes over if the active fails. What does this achieve?




Q17. During a sale event, an e-commerce site adds a load balancer in front of multiple identical servers. Which primary goal of load balancing does this address?




Q18. DNS-based load balancing is configured across two regions. When one region fails, some clients still try to connect there for several minutes. Why?




system-design