DevOps Flashcards

1
Q

What is CI/CD?

A

Continuous Integration and Continuous Delivery

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

What is the driving idea behind Dev-Ops?

A

Making sure that the software being built meets the requirements

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

What are the stages of Dev-Ops

A
  1. Development

In this DevOps stage the development of software takes place constantly. In this phase, the entire development process is separated into small development cycles. This benefits DevOps team to speed up software development and delivery process.

  1. Testing

QA team use tools like Selenium to identify and fix bugs in the new piece of code.

  1. Integration

In this stage, new functionality is integrated with the prevailing code, and testing takes place. Continuous development is only possible due to continuous integration and testing.

  1. Deployment

In this phase, the deployment process takes place continuously. It is performed in such a manner that any changes made any time in the code, should not affect the functioning of high traffic website.

  1. Monitoring

In this phase, operation team will take care of the inappropriate system behavior or bugs which are found in production.

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

What are continuous development testing tools?

A

QA team use tools like Selenium to identify and fix bugs in the new piece of code.

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

What are some integration testing tools used for?

A

Used for ensuring different modules will work together.

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