SOFTWARE ENGINEERING

INTRODUCTION TO SOFTWARE ENGINEERING

AGILE SOFTWARE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A Project Team has completed three iterations and recorded a velocity of 25, 30 and 35 story points; the total Release backlog has 300 story points. How many iterations are required to complete the project?
A
10
B
7
C
8.5
D
12
Explanation: 

Detailed explanation-1: -Simply add up the total of story points completed from each sprint, then divide by the number of sprints. So, your average sprint velocity is 96 ÷ 3 = 32.

Detailed explanation-2: -It’s the total completed story points divided by the total number of sprints. For example, let’s say that your team finishes 50 story points in 2 sprints. Then, their sprint velocity will be (50/2) = 25 points per sprint.

There is 1 question to complete.