InterviewSolution
Saved Bookmarks
| 1. |
What is the Scrum process? How is Scrum different from Waterfall? |
|
Answer» SCRUM, one of the "Agile Methodologies", is a well-defined set of guidelines that govern the development process of a product, from its design stages to its completion. Product owner first creates list of user stories along with acceptance criteria. This is akin to requirement description stage in Waterfall model. In Agile, this list is known as product backlog. So PO, does UPDATE the proposed value of the stories that will help us in right prioritization.
|
|