Core Architecture & Building Blocks of Load Balancers Quiz small

Q1. If a backend server fails its health checks consecutively (exceeding the failure threshold), how does a typical load balancer react?




Q2. A client opens two connections to a service through a layer-4 load balancer using 5-tuple hashing. The second connection comes from the same client IP but with a different source port. What is likely to happen with the second connection?




Q3. A load balancer is configured to use the client’s IP address for session stickiness. What issue can occur if many users are accessing through a single NAT gateway (sharing one IP)?




Q4. A company wants the load balancer to inspect incoming HTTP requests and direct traffic based on URL patterns. Which TLS configuration is required to enable this?




Q5. What is the purpose of enabling connection draining (graceful shutdown) on a load balancer when removing a backend instance?




Q6. In a pair of on-premises load balancers configured for high availability, what is the role of VRRP (Virtual Router Redundancy Protocol)?




Q7. A backend web server’s process has hung, so it isn’t responding to real requests, but the server still accepts TCP connections. Which type of health check would catch this failure (that a simple TCP check would miss)?




Q8. Why do many layer-4 load balancers maintain a table of active connections (flows)?




Q9. You need session persistence for an HTTP application where users often share IP addresses (for example, behind a proxy). Which stickiness method would best ensure each user’s requests go to the same backend server?




Q10. Due to strict security compliance, a company requires end-to-end encryption for user traffic; the load balancer is not allowed to decrypt incoming data. Which configuration meets this requirement?




Q11. After an auto-scaling event adds new backend instances, they do not immediately receive traffic from the load balancer. What is a common reason for this initial delay?




Q12. In a high-availability setup using BGP for two load balancers, what happens when the primary (active) load balancer goes down?




Q13. Two load balancer nodes are configured in an active-active cluster, both serving traffic for the same virtual IP. Which measure is necessary to ensure traffic is handled correctly in this design?




Q14. If the load balancer’s control-plane fails but the data-plane continues running, what is the typical impact on traffic?




Q15. For an HTTP application, each client’s requests include an “X-User-ID” header identifying the user. To ensure all requests from the same user go to the same backend server, which persistence method would be most effective?




Q16. When a load balancer is configured for TLS passthrough (no TLS termination at the LB), which of the following is NOT possible for the load balancer to do?




Q17. In a cloud provider’s managed load balancer service, how is high availability of the load balancer typically achieved without customer intervention?




Q18. Under heavy load, one backend server starts timing out on some requests, but active health checks still show it healthy. What feature helps the load balancer detect and respond to this partial failure faster?




system-design