Q53.Marks: +2.0UGC NET Paper 2: Computer Science 11 March 2023
How do you create agile processes to manage unpredictability?
A. Requirements gathering must be conducted very carefully.
B. Risk analysis must be conducted before planning takes place.
C. Software increments must be delivered in short time periods.
D. Software processes must not adapt to changes incrementally.
Choose the correct answer from the options given below:
1.A only
2.B only
3.C only✓ Correct
4.D only
Solution
The correct answer is C only
Key Points
Agility in project management typically refers to the ability to rapidly and flexibly respond to change, which is particularly important in environments marked by uncertainty and unpredictability.
Option C "Software increments must be delivered in short time periods" accurately represents this concept. Agile frameworks, such as Scrum and Kanban, rely on iterative development, where solutions evolve through the collaborative effort of self-organizing cross-functional teams.
Delivering software in increments or iterations, often in short time periods (usually ranging from a week to a month), allows teams to incorporate feedback and make necessary adjustments as the project progresses.
This practice helps handle unpredictability as it encourages continuous improvement and adaptation to change.
So, only Option C accurately reflects a key element of creating agile processes to manage unpredictability.
Additional Information
Option A "Requirements gathering must be conducted very carefully" is relevant to every software project irrespective of it being agile or not. Agile methodology doesn't abandon careful requirements gathering, but rather it promotes the idea of building a product incrementally and refining requirements throughout the project lifecycle instead of trying to define all requirements upfront.
Option B "Risk analysis must be conducted before planning takes place" is again an essential part of every project but not specific to agile. Furthermore, agile methodology encourages continuous risk analysis throughout the project rather than only at the beginning.
Option D "Software processes must not adapt to changes incrementally" contradicts the essence of agile. Agile methods are built specifically to adapt and respond to changes incrementally. It's about learning and adjusting through each iteration based on empirical feedback, rather than sticking to a rigidly defined plan from the start.