Which SDLC model is best suited for projects where requirements are well-defined and unlikely to change?
- Agile Model
- Incremental Model
- Spiral Model
- Waterfall Model
The Waterfall Model is best suited for projects with well-defined and stable requirements. It follows a linear and sequential approach, where each phase must be completed before moving to the next. While it may lack flexibility for changing requirements, it is effective when the project scope is clear from the beginning.
Loading...
Related Quiz
- What is the role of consistency level in distributed databases like Cassandra?
- The command "git reflog" displays a _______ of actions that have been taken in the repository.
- _______ is the process of creating a new class from an existing class in OOP.
- How does "git reset" differ from "git revert"?
- _______ is a data format commonly used for representing resources in RESTful APIs.