Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Architecture - Interview Questions and Answers for 'Canopy tax' - 1 question(s) found - Order By Newest | ||||
Library Management System has always been the favorite question. This questions is asked irrespective of level. | ||||
| ||||
Ans. Following could be the business sub domains or database schemas in such a system 1. Users / Members 2. Sourcing 3. Inventory Management 4. Operations Following services end points could be there 1. Users - addNewUser ( put ), removeUser ( post ) 2. Sourcing - addSupplier ( put ), removeSupplier ( post ) 3. Inventory Management - getInventory ( get ) 4. Operations - checkIn ( post ), checkout ( post ) There could be following Tables in Database 1. Users / Members - MEMBER, MEMBERSHIP_TYPE 2. Sourcing - SUPPLIER, SUPPLIER_PRODUCT, PRODUCT_REORDER_LEVELS 3. Inventory Management - INVENTORY,PRODUCTS 4. Operations - TRANSACTION | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  database  architecture  design Asked in 1 Companies | ||||
Related Questions | ||||
What is a Lambda Expression ? What's its use ? | ||||
What is Lazy Initialization in Hibernate ? | ||||
If you are given a choice to use either ArrayList and LinkedList, Which one would you use and Why ? | ||||
Explain Flow of Spring MVC ? | ||||
What are the ways to avoid LazyInitializationException ? | ||||
Difference between first level and second level cache in hibernate ? | ||||
What is session tracking and how do you track a user session in servlets? | ||||
How does volatile affect code optimization by compiler? | ||||
Can you provide some implementation of a Dictionary having large number of words ? | ||||
What are the benefits of using Spring Framework ? | ||||