Exam-style question
Try this first
In an iterative development process focused on the critical path, what is the most appropriate early priority?.
- A.Implement and test the essential functionality needed for the main solution
- B.Complete every non-essential feature before any testing
- C.Wait until the entire solution is finished before obtaining feedback
- D.Avoid prototypes because the first implementation must be final
Model answer
What a good answer should say
- Implement and test the essential functionality needed for the main solution
Explanation
Why this works
An iterative or agile approach can focus first on the critical path: the essential functionality needed for the solution to work. Prototyping, testing and feedback can then guide later improvements.
Common mistake
No common mistake is linked to this question yet.
