easy
Single Answer
0

In her role as a developer for an online bank, Maria is required to submit her code for testing and review. After it passes through this process and it is approved, another employee moves the code to the production environment. What security management does this process describe?

Answer Options

A

Regression testing

B

Code review

C

Change management

D

Fuzz testing

Correct Answer: C

Explanation

Change management is a critical control process that involves systematically managing change. Without it, Maria might simply deploy her code to production without oversight, documentation, or testing. Regression testing focuses on testing to ensure that new code doesn't bring back old flaws, while fuzz testing feeds unexpected input to code. In a code review the source code itself is reviewed, and this may be done as part of the change management process but isn't what is described here.