InterviewSolution
| 1. |
What is the story point in Agile? |
|
Answer» Agile story points are a metric for measuring the difficulty of implementing a user story, and therefore reflect the level of effort involved in implementing it. Story points are measures of the difficulty level of a story. It can be related to the risks, complexities, and efforts involved. An increasing number of story points will result in a greater effort. One popular method for estimating agile story points is to use Fibonacci sequences. In this series, each number represents the sum of the two preceding ones. The Fibonacci sequence begins with 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89... and so forth. |
|