How to approach a question of low-level design in interviews?

It's very common that in interviews, they say us to design a library management system or a payroll management system (or anything similar) and I have to say the names of classes I will use, the names of methods in my classes, the data structures I will use, etc.
How do I approach such questions? Do you have any resources that can help me prepare for such interviews?

Comments (0)