1SOLID in depth
0/6▶2Creational patterns
0/4▶Know the object-creation patterns and the exact problem each removes.
3Structural patterns
0/5▶Patterns that compose objects into larger structures cleanly.
4Behavioural patterns
0/5▶How objects communicate and share responsibility — the most-used patterns in interviews.
5Classic LLD prompts
0/7▶These recur constantly. For each: entities, relationships, key methods, and the fitting pattern(s). Class diagram first, code the core after.
6Machine coding
0/4▶Some rounds ask you to build a runnable mini-system in 60–90 minutes. They grade structure, extensibility, and working code.