Chapter 12 Flashcards

1
Q

What are the goals of DevOps?

A
  • Ensure reliable deployment as often as business requires
  • Ensure automation of deployment of changes
  • bring development and operations together
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How should teams be sized?

A

The size of a team should be based on the complexity of the problem and it’s suitability to be deconstructed into smaller units.

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

What are Cross-Functional Teams?

A

CFT’s are teams where highly skilled prof’s from different disciplines are temporarily assigned to work together as a team.

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

Is DevOps strictly Agile?

A

No. DevOps can be implemented in to Waterfall projects. However, DevOps is crucial in an Agile environment.

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

What is a Chaos Monkey?

A

A CM is a form of testing, where components in the product are randomly disabled and the impact is observed.

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

What are Microservices?

A

MS is an approach where dependent systems are encapsulated as self-contained structures.

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

What is a Configuration Audit?

A

A CA is a procedure that aims to verify the right code gets deployed and that is has not been tampered with.

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