1The four OOP pillars
0/5▶Junior LLD checks that you can turn a problem into clean classes. Use the pillars deliberately, not as recitation.
Apply each with an example
2Class relationships
0/4▶Interviewers listen for whether you model relationships correctly rather than defaulting to inheritance.
3UML & modelling
0/3▶Turn nouns into classes and verbs into methods. Draw a simple class diagram before coding.
4Intro to SOLID
0/4▶5Patterns at a glance
0/4▶Recognise a few patterns by the problem they solve — depth comes at mid level.
Name the problem each solves
6Warm-up designs
0/4▶Small, self-contained designs to practise the loop: entities → relationships → methods → runnable core.
7Clean-code basics
0/4▶Junior interviewers reward readable, well-named code more than clever code.