Continuos Integration/Continuous Delivery Flashcards

1
Q

What are the CI/CD Pipieline Steps?

A

Plan
Code
Build
Test
Release
Deploy
Operate

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

What step defines specifications and scope for the project?

A

Plan

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

What step is where developers create code simultaneously, making frequent commits to a repository using an IDE?

A

Code

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

What step packages code and compiles it with the necessary dependencies and can be triggered by a code commit?

A

Build

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

This step consists of unit testing, integration testing, regression and user acceptance testing

A

Test

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

At this stage the build is ready for deployment

A

Release

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

This step can happen automatically or manually there are several tools that reduce the downtime to near zero.

A

Deploy

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

This step involves continuous monitoring to ensure everything is functioning as expected

A

Operate

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

What does CI/CD stand for?

A

Continuous integration and continuous delivery

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