200-901 · Question #263
What is a functionality of the Waterfall method as compared to the Agile method for software development?
The correct answer is B. A phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.. The Waterfall model requires each sequential phase to fully complete before the next begins, while Agile runs development activities iteratively and concurrently through sprints.
Question
What is a functionality of the Waterfall method as compared to the Agile method for software development?
Options
- AWaterfall increases agility to implement faster while Agile promotes reliability.
- BA phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.
- CCustomers get feedback during the process in Waterfall while they can see the result at the end
- DRequirements can be updated in Waterfall while in Agile it should be gathered in the beginning.
How the community answered
(34 responses)- A3% (1)
- B88% (30)
- C3% (1)
- D6% (2)
Why each option
The Waterfall model requires each sequential phase to fully complete before the next begins, while Agile runs development activities iteratively and concurrently through sprints.
This reverses the characteristics; Agile is defined by flexibility and iterative speed, while Waterfall emphasizes predictability through rigid sequential phases rather than agility.
In the Waterfall methodology, development follows a strict linear sequence - requirements, design, implementation, testing, and deployment - where each phase must fully complete before the next one starts. Agile, in contrast, uses short iterative sprints that overlap design, development, and testing activities, allowing teams to adapt to change and deliver increments continuously rather than waiting for all prior phases to finish.
This reverses the two methodologies; Agile gives customers continuous feedback throughout each sprint, while Waterfall typically only delivers results to the customer at the end of the entire project.
This also reverses the characteristics; Agile explicitly allows requirements to evolve throughout the project, while Waterfall requires all requirements to be fully defined and locked in at the very beginning.
Concept tested: Waterfall vs Agile development methodology differences
Source: https://www.agilealliance.org/agile101/
Topics
Community Discussion
No community discussion yet for this question.