application development, deployment, and automation concepts. Flashcards
_____ tracks the versions of software in real time. It will record who has accessed the code, and what was changed.
Version control
_____ is a process that follows a change to a system from identification to implementation. It is used for controlled identification and implementation of required changes within a computer system.
Change management
_____ is the act of removing or disabling access to a resource.
Deprovisioning
A _____ is a set of Structured Query Language (SQL) statements stored in a database as a group, so it can be reused and shared by multiple programs. Stored procedures can validate input.
stored procedure
A _____ contains information about sessions between network hosts. This type of data is gathered by a stateful firewall.
state table
_____ is the ability to resize an environment based on the load
Elasticity
_____ is the capacity to resize current resources based on workload resources. It is commonly used on cloud technologies.
Scalability
_____ is used to optimize database performance by removing duplicates, use of primary keys, and related data contained in separate tables.
Normalization