Q14 Flashcards

1
Q
Which of these is part of DevOps?
 A. release
 B. support
 C. development
 D. all of the above
A

D. all of the above

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

Which of these is NOT correct about code management?
A. code management is a set of hardware-supported practices
B. the development team will probably create tens of thousands of lines of code and automated tests
C. code management tools make it easy to create an executable product from its source code files
D. all of the code will be organized into hundreds of files

A

A. code management is a set of hardware-supported practices

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

Which of these is a DevOps principle?
A. measure first, change later
B. everyone is responsible for everything
C. everything that can be automated should be automated
D. all of the above are DevOps principles

A

D. all of the above are DevOps principles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Which of these is NOT a feature of code management systems?
 A. project support
 B. change history recording
 C. dependent development
 D. version and release identification
A

C. dependent development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
Which of these is NOT an aspect of DevOps automation?
 A. continuous delivery
 B. continuous iteration
 C. continuous deployment
 D. infrastructure as code
A

B. continuous iteration

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

Which of these it NOT correct about the deployment pipeline?
A. after initial integration testing, a staged test environment is created
B. the staged test environment is a replica of the actual production environment
C. to deploy the system, you momentarily stop all new requests for service
D. none of the above

A

D. none of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
Which of these is NOT part of continuous delivery and deployment?
 A. required hardware
 B. test set
 C. required software
 D. tested system
A

A. required hardware

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

Everything that can be, should be automated is a fundamental principle of DevOps
A. True
B. False

A

A. True

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

Branching and merging are fundamental ideas that are supported by all code management systems.
A. True
B. False

A

A. True

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

A branch is a dependent version that is created when a developer wishes to change a file
A. True
B. False

A

B. False

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