Scenario Base Flashcards

Memorize

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

How can a development team dealing with delays brought on by integration conflicts benefit from Continuous Integration (CI)?

A

By regularly merging code changes automatically.

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

Which DevOps practice would help your team release software updates faster than every six months?

A

Continuous Deployment.

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

Which technology can prevent developers from mistakenly overwriting one another’s modifications in a shared repository?

A

Git.

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

What should you do if you want to automate the approval phase as well as the rest of your deployment process?

A

Continuous Deployment.

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

What DevOps technique can spare a QA team from manually executing the same test cases for hours on end?

A

Test automation.

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

What procedure ought your group to use in order to minimize rollbacks and deployment failures?

A

Blue-Green deployment.

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

How can DevOps assist in stopping unknown flaws from causing an application to fail in production?

A

Through the use of automated monitoring and testing.

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

Which DevOps technique should a business use to guarantee that software releases can happen at any time without unforeseen problems?

A

Continuous Delivery.

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

If a DevOps engineer wishes to release changes with no downtime, what is the best approach?

A

Blue-Green deployment.

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

How can a novice developer obtain the most recent code version?

A

Clone the Git repository.

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

Which DevOps technique can assist a business that is having trouble with delayed deployments because of frequent approval bottlenecks?

A

CI/CD pipeline automation.

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

What is the best tool for your company to identify performance problems early?

A

Prometheus-like monitoring tools.

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

How can a DevOps team guarantee that their infrastructure is set up uniformly across environments?

A

Infrastructure as Code (IaC).

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

How can a developer test a new feature without interfering with the primary application?

A

Make a feature branch in Git.

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

What strategy ought a business to employ to enhance communication among QA, Ops, and Dev?

A

Cross-functional teams and daily standups.