Core Architecture & Building Blocks of Load Balancers - Quiz New

Q1. Which of the following statements about active vs. passive health checks is correct?




Q2. True or False: If a load balancer uses a 5-tuple hash, changing the source port on a new connection can lead to a different backend server.


Q3. Which technique is MOST precise at ensuring each user is consistently routed to the same server in an HTTP-based application?




Q4. True or False: Cookie-based persistence typically only works for HTTP(S) traffic and requires that the client accept cookies.


Q5. Which of the following is a valid trade-off when choosing TLS termination at the load balancer (LB) versus TLS passthrough?




Q6. True or False: In TLS passthrough mode, the load balancer can still insert HTTP cookies for session persistence.


Q7. Which statement about graceful deregistration (connection draining) is FALSE?




Q8. True or False: A load balancer’s data plane handles real-time packet forwarding, while the control plane handles configuration, health checks, and server registration.


Q9. In a dynamic auto-scaling scenario, how does a new server typically become available to receive traffic from the load balancer?




Q10. True or False: Session persistence can sometimes lead to imbalanced load if certain users have significantly heavier usage.


Q11. Which of these is a main benefit of separating control plane and data plane in load balancers?




Q12. True or False: VRRP (Virtual Router Redundancy Protocol) can be used in on-premises setups to enable a shared virtual IP between two load balancer nodes for high availability.


Q13. Which statement BEST describes the concept of fail-out/fail-in thresholds in health checks?




Q14. True or False: In an active/active LB HA setup using BGP anycast, multiple LB instances can advertise the same IP address, allowing traffic to be distributed among them.


Q15. Which of the following is NOT a common session persistence technique?




Q16. True or False: If load balancers rely solely on passive health checks, a server that fails during a period of no traffic might stay in rotation undetected.


Q17. Which is a potential drawback of cookie-based session persistence?




Q18. True or False: Session replication on the application side can sometimes remove the need for sticky sessions at the load balancer.


Q19. When using a stateful (connection table-based) LB approach for flow hashing, what is one main drawback compared to a stateless hash?




Q20. True or False: In many cloud environments, the provider’s LB service handles the HA aspect behind the scenes, so you typically don’t configure VRRP or BGP yourself.


system-design