InterviewSolution
| 1. |
Where are the customer requirements stored? |
|
Answer» All the REQUIREMENTS GENERATED from a customer needs are stored a Product Backlog. Whenever a requirement is received, it is first placed in the product backlog, the business owner or the product owner can then prioritize the items as per the market and customers’ needs. It is a kind of a bucket which accumulates all the necessary items to deliver a complete product. There are several ways to create a product backlog, some use manual charts, OTHERS use excel or the tools available supporting Agile such as Rally, Version 1, etc. One should always remember, the product backlog is not a substitute for a requirements specification. Any FEEDBACK from the customer during the demo or and the grooming call should be captured and logged in the product backlog. This way it makes sure NOTHING gets missed, even if it is a low priority item. |
|