One idea
OOP starts with a feature, not with a class list. First ask: what real things take part in this feature, and what work does each thing do?
Start from behaviour
A recruiter will not be impressed by a random Student class with getters and setters. They want to see code that solves a small real problem clearly.
Pick a feature you can explain in one line. For example: split a canteen bill, book a lab slot, track hostel laundry, or manage club event registrations.