CAS-003 · Question #499
An internal application has been developed to increase the efficiency of an operational process of a global manufacturer. New code was implemented to fix a security bug, but it has caused operations…
The correct answer is D. Change management. Note: The listed answer shows only D, but this 'choose two' question is best answered with A and D. Version control (A) is the most direct technical enabler of rollback - a version control system (such as Git) maintains a complete history of code changes, allowing the team to…
Question
An internal application has been developed to increase the efficiency of an operational process of a global manufacturer. New code was implemented to fix a security bug, but it has caused operations to halt. The executive team has decided fixing the security bug is less important than continuing operations. Which of the following would BEST support immediate rollback of the failed fix? (Choose two.)
Options
- AVersion control
- BAgile development
- CWaterfall development
- DChange management
- EContinuous integration
How the community answered
(30 responses)- A13% (4)
- B3% (1)
- C3% (1)
- D73% (22)
- E7% (2)
Explanation
Note: The listed answer shows only D, but this 'choose two' question is best answered with A and D. Version control (A) is the most direct technical enabler of rollback - a version control system (such as Git) maintains a complete history of code changes, allowing the team to immediately revert the codebase to the prior working state before the security fix was applied. Change management (D) is the procedural framework that supports rollback: a well-executed change management process documents what was changed, ensures a rollback plan exists before any change is deployed, identifies approvers, and provides the process steps needed to execute a rollback safely and quickly. Together, version control provides the technical mechanism and change management provides the documented procedure. Agile (B) and Waterfall (C) are development methodologies, not rollback mechanisms. Continuous integration (E) helps catch issues during development but does not directly enable production rollbacks.
Topics
Community Discussion
No community discussion yet for this question.