DevOps Practices and Testing in Production

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

Common Release Problems

Issues like missing dependencies and slow performance.

2
New cards

Dev - Ops Divide

Separation of coding and operations tasks.

3
New cards

QA in Development

Quality assurance continues throughout the development process.

4
New cards

DevOps

Integration of development and operations teams.

5
New cards

DevOps Goals

Reduce friction and enable rapid releases.

6
New cards

Monitoring Performance

Tracking system performance and crash reports.

7
New cards

Automated Testing

Running tests automatically on every code change.

8
New cards

Change Management

Process of managing software updates and rollbacks of individual changes

9
New cards

Dependency Management

Handling software dependencies in development.

10
New cards

Load Spikes Management

Handling sudden increases in system load.

11
New cards

Database Tuning

Optimizing database performance for efficiency.

12
New cards

Rollback Releases

Reverting to previous software versions.

13
New cards

Bottlenecks Identification

Finding and addressing performance bottlenecks.

14
New cards

Continuous Delivery

Ensures software is production-ready at all times.

15
New cards

Continuous Deployment

Automatically tests and deploys incremental software changes.

16
New cards

Continuous Integration (CI)

automates code integration and testing.

17
New cards

Containers

Lightweight virtualization for application deployment.

18
New cards

Docker

Tool for creating and managing containers.

19
New cards

Configuration Management

Scripts to manage system configurations and versions.

20
New cards

Monitoring Tools

Tools for tracking system performance and health.

21
New cards

Incremental Rollout

Gradual deployment of features to users.

22
New cards

Rolling Back Changes

Reverting to previous software versions if needed.

23
New cards

Causal Inference

Determining the impact of changes on outcomes.

24
New cards

Treatment

Variant in A/B testing that is tested against control.

25
New cards

Control

Variant in A/B testing that serves as baseline.

26
New cards

Experiments in Production

Serve different versions to varied populations for analysis.

27
New cards

Release Management

Control which software version is deployed.

28
New cards

Version

Combination of revision and variant in software.

29
New cards

Parallel Development

Simultaneous work on independent software features.

30
New cards

Traceability

Ability to track changes and their origins.

31
New cards

Accountability

Responsibility for changes made in software.

32
New cards

Branching

Creating separate lines of development in software.

33
New cards

Trunk-based Development

Single branch development with frequent merges.

34
New cards

Feature Flags

Boolean options to enable/disable features dynamically.

35
New cards

Semantic Versioning

Versioning scheme using MAJOR.MINOR.PATCH format.

36
New cards

MAJOR Version

Incremented for incompatible API changes.

37
New cards

MINOR Version

Incremented for backwards-compatible functionality additions.

38
New cards

PATCH Version

Incremented for backwards-compatible bug fixes.

39
New cards

A/B Testing

Comparative testing of two versions for performance based on user behaviour.

40
New cards

Beta Tests

Pre-release testing with real users for feedback.

41
New cards

Telemetry Infrastructure

System for collecting and analyzing performance data.

42
New cards

Rollback Script

Script to revert to a previous software version.

43
New cards

Testing in Production

Evaluating software performance under real conditions.

44
New cards

Monitoring Outcomes

Observing results from software in live environments.

45
New cards

Data Collection in Testing

Gathering metrics to assess software functionality.