System Design: Interview Topics
Hi guys , system design questions are now important rounds in SDE interview questions. Here in this blog, I tried to shed some light like why it is important & tried to categorize to create a road map.
Why it is important ?
Ans :
1. Because it’s being asked in the Interview: NO (Totally wrong )
2. As an Engineer, to create a robust Application: YES
If you aspire to become a billionaire like Jeff Bezos or Mark Zuckerberg or Kunal Shah then you have to provide a service that could be used by Millions. To manage a million users, your application should be capable to handle it. So, it’s not just about the interview round, it’s about you as an Engineer creating something like the Great Wall of China, withstanding any situation, handling any condition.
System Design Category
Common Applications you use or Inspire to create ( new product by Interviewer).
Below are some applications used commonly by millions every day.
- Chat System :
Text chat: whatsapp design
Video Chat : Zoom/Teams - Entertainment :
Movie/Series: Bookmyshow , Netflix
Game: multiplayer online game - Travel Transportation:
hotel booking : Oyo , AirBnb
Travel : uber , make my trip - Internet Utilites:
Storage based : Google drive & file edit syncing
Subscription based/Account based :
Open To use:
Topic or basic tool required to complete the task are mentioned below
- Database (Sql or NoSql)
- caching (Redis , memcahce , Aerospike)
- asyncProcess (Kafka , Rabbit MQ)
- services (microservices instances , distributed , Load balancer )
- Server (cpu , memory , disk space ,network bandwidth)