Which SDLC phase concludes with functional code that satisfies customer requirements and is ready to be tested?
- maintenance
- testing
- deployment
- implementation
Explanation: There are six phases in the SDLC process:
- Requirements & analysis: The product owner and qualified team members gather the requirements for the software to be built.
- Design: Software architects and developers design the software based on the provided software request specification.
- Implementation: Developers take the design documentation and develop the code according to that design. At the conclusion of this phase, functional code that implements customer requirements is ready to be tested.
- Testing: Test engineers take the code and install it into the testing environment so they can follow the test plan.
- Deployment: The software is installed into the production environment.
- Maintenance: The development team provides support for customers and works on software improvements.
Exam with this question: 3.7.2 Module 3: Software Development and Design Quiz
Please login or Register to submit your answer