Question:

A software application has been in use for two years. Users report that some features are not working as expected, and there are minor bugs that need fixing. The development team also wants to add a new reporting feature based on recent user requests. Which type(s) of software maintenance does this scenario involve?

Show Hint

Corrective = Fixes. Perfective = Enhancements. Adaptive = Environment changes. Preventive = Future-proofing. Use this checklist to quickly categorize any maintenance scenario.
Updated On: Jul 4, 2026
  • Corrective maintenance only.
  • Adaptive maintenance only.
  • Both corrective and perfective maintenance.
  • Preventive maintenance only.
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept:
Once software is deployed, it enters the Maintenance phase. There are four universally recognized types of maintenance:
Corrective: Fixing bugs and errors reported by users.
Perfective: Adding new features or improving performance based on user requests.
Adaptive: Modifying the system to work in a new environment (e.g., a new OS).
Preventive: Modifying the code to prevent future errors (e.g., refactoring).

Step 1:
Analyzing the "Bug" report.
The question states: "some features are not working as expected, and there are minor bugs that need fixing." This falls squarely into the category of Corrective Maintenance, as the goal is to correct existing defects.

Step 2:
Analyzing the "New Feature" request.
The question also states: "The development team also wants to add a new reporting feature based on recent user requests." Adding new functionality that was not in the original requirements to satisfy user needs is the definition of Perfective Maintenance.

Step 3:
Conclusion.
Since both bug fixing (Corrective) and new feature addition (Perfective) are happening in this scenario, Option (C) is the correct choice.
Was this answer helpful?
0
0