Change Management Flashcards

1
Q

What is the order of testing for the Continuous Integration (CI) process of change management?

A

Involves testing code changes in the following order: Unit, Integration, System and Acceptance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is it called when both old and new systems operate at the same time?

A

Parrallel conversion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the flow of change environments?

A

Development, Testing, Staging, and Production

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Continuous integration?

A

System development approach where code changes are frequently and auotmatically integrated into a shared respository with the obj. of catching bugs early in the dev process. Automated Testing is the most common method of validating CI code changes before deployment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is unit testing?

A

It is part of CI dev practice that involves initial narrow test performed on individual components. Primary purpose is to find and resolve defect in individaul components before they are merged for broader testing.
v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is patch management and who uses it?

A

PM is the process of identifying, testing, and applying software updates (patches) to fix vulnerabilities, enhance performance, and ensure the secutiry of systems. Corp It or SaaS providers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the primary purpose of the systems specification document (SSD)?

A

It is to identify the requirements for the new system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In what environment is does UAT occur?

A

Staging - Dev, Test, Stage, and Prod. Test comes before STAGE and Staging is where UAT occurs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly