Readings Flashcards

1
Q

Company cultures often fall into four categories:

A

-Apathetic
-Caring
-Exacting
-Integrative

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

How should we tackle waste in our organisation?

A

Improving efficiency through optimisation and simplification

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

What should we do to implement continous integration?

A

-Write automated tests for every feature
-Set up a CI server
-Update developer habits

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

Continuous delivery is a step up from CI in that developers treat every change to
the code as deliverable. What should we do to implement CD?

A

-Have a strong foundation in CI
-Automate releases
-Consider feature flags

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

Continuous deployment takes continuous delivery even one step further than
continuous delivery. To implement continuous deployment:

A

-Maintain a strong testing culture
-Document new features
-Coordinate with other departments

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

What is the advantage of micro services over a monolithic architecture?

A

Modularity makes the application more resilient and easy to maintain

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

Containers have isolated CPU, memory, and network resources while sharing the…

A

Operating system kernel

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

Three important qualities of containers?

A

-Scalable
-Lack persistent storage
-Require monitoring through orchestrator/monitoring tool

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