Low Level System Design :: A Complete Guide
- Published on
- -1 mins read
- Authors
- Name
- Krishankant
Pre-Requisites -
- OOPs Concepts ( in any OOPs supported language)
- Concurrency and Thread Locks
- SOLID Principles
- Design Patterns
- Class Diagram and Use Case Diagram
Interview template for LLD -
- List down required features
- Draw the Use Case Diagram
- Draw Class Diagram with relations
- Write a modular code with all classes mentioned in the class diagram
Examples of LLD Problems -
- BookMyShow (ticket booking site)
- Facebook (A social media site)