Arrange the following phases of the Agile process in the correct sequence: (A)…
2024
Arrange the following phases of the Agile process in the correct sequence:
(A) Design
(B) Release
(C) Testing
(D) Development
(E) Planning
Choose the correct answer from the options given below:
- A.
(A), (B), (D), (E), (C)
- B.
(A), (D), (E), (B), (C)
- C.
(E), (A), (D), (C), (B)
- D.
(E), (D), (A), (C), (B)
Attempted by 132 students.
Show answer & explanation
Correct answer: C
Correct sequence: Planning → Design → Development → Testing → Release
Planning: define goals, user stories, acceptance criteria, and prioritize the product backlog.
Design: create necessary UI/UX mockups, architecture and implementation approach to meet planned requirements.
Development: implement the planned and designed features in code.
Testing: verify functionality against acceptance criteria, fix defects, and ensure quality.
Release: deploy the tested increment to production or deliver it to users.
Note: Agile works iteratively, so this sequence commonly repeats for each sprint or iteration, allowing continuous delivery and improvement.
A video solution is available for this question — log in and enroll to watch it.