forked from svozniuk/java-interviews
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoftware Design.txt
More file actions
10 lines (10 loc) · 834 Bytes
/
Software Design.txt
File metadata and controls
10 lines (10 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
------------------------------------------------------------------------------------------
Software Design questions
------------------------------------------------------------------------------------------
1. Design a Concurrent Rule pipeline in Java?
2. Design a Vending Machine which can accept different coins, deliver different products?
3. You have a Smartphone class and will have derived classes like IPhone, AndroidPhone,WindowsMobilePhone can be even phone names with brand, how would you design this system of Classes.
4. Design ATM Machine ?
5. You are writing classes to provide Market Data and you know that you can switch to different vendors overtime like Reuters, wombat and may be even to direct exchange feed , how do you design your Market Data system.
6. Design for a chess game
7. Design for a generic card game