4. LLD Interview Problems
A curated list of 20 common LLD interview problems, ranked by Probability of being asked in SDE 2 interviews.
Legend:
Very High (80-100%): Must prepare. Asked in almost every LLD round.
High (60-80%): Frequently asked.
Medium (20-60%): Domain-specific or less common.
The Master List (Ranked)
Rank
Problem
Probability
Difficulty
Key Concepts
Preparation Strategy
Tier 1 (Fire ): Implement these from scratch 3 times. These are your bread and butter.
Parking Lot, Rate Limiter, Vending Machine, Tic-Tac-Toe, Splitwise.
Tier 2 (Green ): Understand the Class Diagram and Key Design Pattern.
Elevator, Snake & Ladder, Comments, Hotel, LRU Cache.
Tier 3 (Yellow ): Read the code to understand specific algorithms (e.g. QuadTree for Locker, Tries for Search).
Note: Problems marked with links are completed.
Last updated