Design does not mean implementation.
Design means:
Interview questions :
Design means:
- what all classes you will have
- The methods(functionality) your classes will provide
- What will be the relation between classes you have
- What will be the Lifetimes of objects of your classed
- Having said a design is not something which gets done in a mere 15-20mins of an interview.It's all blood and sweat and it needs lot of time and consideration albeit discussions to arrive at a good design.
- In a interview the Questioner usually want to know if you can think in the right direction atleast.
Check design pattern interview questions here
Interview questions :
- Tutorial for object oriented design
- Design hashmap
- Design concurrent linked hashMap
- Design customers "who bought also bought" section in amazon.
- Design a restaurent order management.
- Design a java vector class which allows a maximum of 3 threads to access add and get methods simultaneously.
- Design a chess game.
- Difference between Static class and singleton patterns
No comments:
Post a Comment