Chapter 3.4 Flashcards

1
Q

sandbox

A

The sandbox is an isolated environment that is often used for testing. Security, patches, and critical updates can be tested in a sandbox without touching the system before implementation.

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

staging

A

The staging environment mimics that of production and allows for an environment to practice deployment. In the event deployment fails in this environment, it can roll back to the test and development environments.

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

production

A

The production environment is the final stage of the deployment effort. Testing in this environment would be too late, given it is the operational environment.

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

development

A

The development environment is a place for creation. Requirements are turned into reality in this environment. It is not a complete copy of production, but just the beginning of an application.

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

remediation

A

When a baseline change is detected in a system, the system is removed from the network to perform remediation techniques. This can include applying updates and correcting code to resolve errors and vulnerabilities.

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

code refactoring

A

Code refactoring is the process of improving existing code without changing its behavior and adding new requirements.

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