Module 1 Cloud Native and Multicloud Concepts and Goals Flashcards

1
Q

Containers are a form of OS virtualization that can be run where?

A

Anywhere

Containers are a form of OS virtualization, when the application code is packaged in the standard way, can be run anywhere, be it a desktop, traditional IT, or the cloud.

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

How does DevSecOps differ from DevOps?

A

It adds security and compliance into the development process.

DevSecOps brings security and compliance needs into the process earlier than previous development methods.

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

What is the purpose of an SRE team?

A

Improve resiliency and reliability of applications

SRE teams focus on improving the resiliency and reliability of applications.

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

What is the meaning of the acronym SRE?

A

Site Reliability Engineering

The acronym SRE means, Site Reliability Engineering, and it allows for the creation of a reliability team, separate from the delivery team.

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

What is Mutation Testing?

A

Intentionally altering code to ensure unit testing is functioning

Mutation testing is intentionally altering lines of code to verify unit tests are in place to detect changes and fails.

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

What does Cloud-native observability mean?

A

Deploying applications that are easier to monitor, upgrade and repair.

Cloud-native observability means to deploy applications that are easier to monitor, upgrade and repair.

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

What does resiliency mean?

A

Quick recovery from unexpected failure

Resiliency is the ability to recover quickly from unexpected failures and minimize the user impact.

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

Fill in the blank.

The goals of __________ are to adopt design patterns, paradigms, and techniques that enable loosely coupled systems build around microservice architecture principles.

A

cloud-native

The goals of cloud-native are to adopt design patterns, paradigms and techniques that enable loosely coupled systems to build around microservice architecture principles.

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

What does CI/CD mean?

A

Continuous Integration, Continuous Delivery/Deployment

CI/CD stands for Continuous Integration, while the D can be used interchangeably for Continuous Delivery and/or Continuous Deployment.

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

DevOps brings together development and operations teams to overcome what obstacles?

A

Configuration and deployment delays

DevOps teams bring together development and operations teams to overcome the obstacle of configuration and deployment problems or delays.

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