InterviewSolution
| 1. |
What do you mean by Velocity in the context of Scrum? Does having maximum Velocity ensure maximum Productivity? |
|
Answer» The amount of work performed by a team during a sprint is measured by velocity. It refers to the number of user stories that have been finished in a sprint. No, having maximum Velocity does not ensure maximum Productivity. A team's attempt to enhance velocity may actually result in the reverse. If pressed for time, a team may forgo unit or acceptance testing, reduce CUSTOMER collaboration, forgo ISSUE fixes, minimize refactoring, and MANY other critical benefits of the agile development approach. While there may be a short-term benefit, there will be a long-term detrimental consequence. The goal is to achieve optimal velocity over time, which TAKES into ACCOUNT a variety of parameters, including the end product's quality. |
|