Questions Flashcards

Memorize

1
Q

What exactly is DevOps all about?

A

Connecting development and operations

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

Which of the following best sums up DevOps’s goal?

A

Enhance teamwork and automate software delivery

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

Which two key approaches gave rise to DevOps?

A

Agile and Lean

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

What is one of DevOps’ main advantages?

A

Quicker and more dependable software releases

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

Of the following, which is NOT a fundamental principle?

A

Isolation

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

The First Method of DevOps emphasizes:

A

Quick task transfer from Development to Operations

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

What is the focus of the Second Way of DevOps?

A

Feedback loops between operations and development

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

Which option best embodies the Third Way of DevOps?

A

Continuous learning and experimentation

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

How does DevOps benefit from feedback?

A

Facilitating quicker issue response

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

What is an illustration of DevOps continuous learning?

A

Regularly conducting retrospectives

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

Which group is primarily in charge of guaranteeing the reliability of applications?

A

Operations

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

Which of the following promotes improved DevOps collaboration?

A

Automation and shared responsibility

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

What is the main advantage of Dev, Ops, and QA communicating with each other?

A

Software releases that are quicker and more reliable

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

How does a Site Reliability Engineer (SRE) function inside DevOps?

A

Connecting development and operations

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

Which of the following describes a typical communication DevOps practice?

A

Daily stand-up meetings

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

In DevOps, which version control system is most frequently used?

17
Q

What is version control in DevOps used for?

A

Monitoring code modifications

18
Q

What can developers accomplish with Git’s ‘branching’ feature?

A

Develop new features without changing the core code

19
Q

What is the default Git main branch called?

A

Main (or Master)

20
Q

To clone a Git repository, what command is used?

21
Q

Continuous Integration (CI): What is it?

A

Frequently merging code changes

22
Q

What is the most popular tool for CI?

23
Q

What is the purpose of a CI pipeline?

A

Automate testing and code integration

24
Q

Why is automated testing used in continuous integration?

A

Decrease defects prior to deployment

25
Q

What is the best version control solution for continuous integration?

26
Q

What distinguishes Continuous Deployment (CD) from Continuous Integration (CI)?

A

CD is about automatically distributing code changes, but CI is all about mixing them.

27
Q

What is the purpose of a CI/CD pipeline?

A

Automating the software delivery procedure.

28
Q

What is an example of a common CD tool?

A

Actions on GitHub

29
Q

What is Continuous Delivery’s primary objective?

A

Ensuring software is available for release at any moment.

30
Q

What distinguishes Continuous Delivery from Continuous Deployment?

A

Continuous Deployment automatically releases.

31
Q

What is the focus of Agile?

A

Working directly with customers and making tiny, frequent improvements.

32
Q

What is the primary distinction between Scrum and Kanban?

A

Scrum is broken up into set time periods, whereas Kanban focuses on a seamless process.

33
Q

Which of the following is a Lean principle?

A

Eliminating everything superfluous.

34
Q

What is the most popular Agile framework for DevOps?

35
Q

What is the connection between Lean concepts and DevOps?

A

Always getting better.