CAS-001 · Question #492
A software development manager is taking over an existing software development project. The team currently suffers from poor communication due to a long delay between requirements documentation and…
The correct answer is B. Waterfall. Waterfall (B) is the methodology the team is MOST likely using. Waterfall is a linear, sequential model where all requirements are gathered upfront, followed by distinct phases (design, implementation, testing, deployment) with no overlap. This creates long delays between when…
Question
A software development manager is taking over an existing software development project. The team currently suffers from poor communication due to a long delay between requirements documentation and feature delivery. This gap is resulting in an above average number of security-related bugs making it into production. Which of the following development methodologies is the team MOST likely using now?
Options
- AAgile
- BWaterfall
- CScrum
- DSpiral
How the community answered
(53 responses)- A8% (4)
- B87% (46)
- C2% (1)
- D4% (2)
Explanation
Waterfall (B) is the methodology the team is MOST likely using. Waterfall is a linear, sequential model where all requirements are gathered upfront, followed by distinct phases (design, implementation, testing, deployment) with no overlap. This creates long delays between when requirements are documented and when features are actually delivered - sometimes months or years. This lag means requirements can become outdated and bugs go undetected until late stages. Agile (A) and Scrum (C) use short sprints with continuous delivery. Spiral (D) uses iterative cycles with early prototyping. The 'long delay' is the hallmark characteristic of Waterfall.
Topics
Community Discussion
No community discussion yet for this question.