Prev Next

DataStructures / System Design

Explain few load balancing algorithms that you know.

  • Round Robin also called as "Next in Loop".
  • Weighted Round Robin, similar to Round Robin, but some servers get a larger share of the overall traffic.
  • Random.
  • In Source IP hash Connections are distributed to backend servers based on the source IP address. If a web node fails and is taken out of service the distribution changes. As long as all servers are running a given client IP address will always go to the same web server.
  • Using Least connections, the load balancer monitors the number of open connections for each server and sends to the least busy server.
  • Least traffic. The load balancer monitors the bitrate from each server and sends to the server that has the least outgoing traffic.
  • Least latency. The load balancer makes a quick HTTP OPTIONS request to backend servers, and sends the request to the first server to answer.

It's right time to invest in Cryptocurrencies Dogecoin! Earn free bitcoins up to $250 now by signing up.

Earn bitcoins upto $250 (free), invest in other Cryptocurrencies when you signup with blockfi. Use the referral link: Signup now and earn!

Using BlockFi, don't just buy crypto - start earning on it. Open an interest account with up to 8.6% APY, trade currencies, or borrow money without selling your assets.


Join CoinBase! We'll both receive $10 in free Bitcoin when they buy or sell their first $100 on Coinbase! Available in India also. Use the referral Join coinbase!


Invest now!!! Get Free equity stock (US, UK only)!

Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.

The Robinhood app makes it easy to trade stocks, crypto and more.


Webull! Receive free stock by signing up using the link: Webull signup.

More Related questions...

Difference between horizontal and vertical scaling. What is a Load Balancer? Explain few load balancing algorithms that you know. Explain CAP theorem. Explain the BASE property of the database. Explain ACID properties of database transactions. What is database sharding? Difference between database sharding and partitioning. Difference between eventual and strong consistency in Distributed Databases. How to choose between SQL and No-SQL Database? What is TLS? Explain Request Throttling. Difference: hard vs soft real-time system. What is NAT-T (NAT Traversal)? What does HLS stand for? Security measures to follow when you are developing your projects. Explain about EquiFax 2017 security incident. Different Injection defects. Different Authentication & access control defects. Causes of Data protection defects. What is Cross-site scripting? What is SQL injection? Explain Command injection. What is meant by Insecure redirects? Explain about "insecure upload/download" injection defect. What is the "Buffer overflow" attack? Differentiate Authentication and Authorization. What is parameter tampering? What is Cross-site request forgery (CSRF)? What is SACM (Service Asset and Configuration management)? What is digital accessibility? What is WAI-ARIA? What is VUI? What are Alexa skills? What is DNS TXT record? What is Resident Set Size (RSS)? Explain 12-Factor App methodology. What is certificate pinning? Difference between SSL authentication and Mutual SSL Authentication. What is OAUTH? What is a Canary release? What is Domain Driven Design? Difference between TLS and MTLS. What is RSocket? What is Site reliability engineering (SRE)? Difference Between Semaphore and Mutex. What is Privilege Escalation? What is SSRF? Best practices for Strong cryptography. Define Latency and throughput. What is Insecure Design? What is threat modeling? Explain STRIDE threat modeling. What is meant by tokenization? What is the PACELC theorem? What is a denial of service attack (DoS)? What is a Finite State Machine (FSM)? What is SNAT (Secure network address translation)? What is Global Traffic Manager (GTM)? What is Local Traffic Manager (LTM)?
Show more question and Answers...

Blockchain interview questions

Comments & Discussions