Question:

In Agile development, which methodology uses sprints?

Show Hint

The key concepts to associate with Scrum are: Sprints (time-boxed iterations), Product Backlog (list of features), Sprint Backlog (work for a sprint), and specific roles like Product Owner, Scrum Master, and Development Team.
Updated On: Jul 2, 2026
  • Kanban
  • Scrum
  • Waterfall
  • Spiral
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Agile is an overarching philosophy for iterative and incremental software development. Several methodologies or frameworks exist under the Agile umbrella.
(A) Kanban is an Agile method focused on visualizing workflow and limiting work in progress, but it does not use fixed-time iterations like sprints. It's a continuous flow model.
(B) Scrum is the most popular Agile framework. It is based on organizing work into short, time-boxed iterations called sprints. Each sprint is typically 1-4 weeks long and results in a potentially shippable increment of the product.
(C) Waterfall is a sequential, non-Agile model.
(D) Spiral is an iterative model focused on risk analysis, but it is not an Agile methodology and does not use the term sprints.
Therefore, Scrum is the Agile methodology that uses sprints.
Was this answer helpful?
0
0