wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DevOps Quiz

Total questions: 20

Worksheet time: 16mins

Name
Class
Date
1.

When was DevOps introduced?

a)

1999 and 2000

b)

2003 and 2004

c)

2007 and 2008

d)

2010 and 2011

2.

What is the full form of Devops?

a)

Drive and Operations

b)

Digital and Operations

c)

Development And Operations

d)

None of the above

3.

What are the key components of DevOps?

a)

Continuous Testing

b)

Continuous Integration

c)

Continuous Delivery & Monitoring

d)

All of the above

4.

What is DevOps?

a)

Developers performing operations

b)

A small team of people that own everything related to a particular service

c)

Developers and Operations team members working together

d)

None of the above

5.

Which of the following is not a part of DevOps lifecycle ______.?

a)

Operating

b)

Plan

c)

Build

d)

Code

6.

DevOps is an extension of______.

a)

QA

b)

Agile

c)

Waterfall

d)

None of the above

7.

What cultural shift does DevOps describe?

a)

Close collaboration between developers and IT operations staff

b)

Sharing of responsibilities across departmental lines

c)

The dissolution of departmental silos

d)

All of the above

8.

What defines the DevOps process loop?

a)

Plan, build, release, deploy, monitor

b)

Code, test, deploy, operate, monitor, plan

c)

Plan, code, build, test, deploy, operate, monitor, plan

d)

Build, test, release, monitor

9.

A new DevOps team will revolutionize the IT department.

a)

True

b)

False

10.

What problems does DevOps solve?

a)

Long deployment cycles

b)

Brittle infrastructure and application code

c)

Inefficient or out-of-date applications

d)

All of the above

11.

DevOps is an official framework

a)

True

b)

False

12.

What are the requirements to become a DevOps Engineer?

a)

Fluency in web languages like Ruby, Python, PHP or Java

b)

Interpersonal skills that help you communicate and collaborate across teams and roles

c)

Experience with infrastructure automation tools like Chef, Puppet, Ansible, SaltStack or Windows PowerShell DSC

d)

All of the above

13.

When does testing occur in a DevOps environment?

a)

after development but before release

b)

during development and after release

c)

only after release

d)

only during development

14.

Which of the following best describes the Waterfall Model?

a)

Simplest model

b)

Good for small or medium-sized projects where requirements are specified and do not frequently change.

c)

Each phase must be completed before the next phase can begin, and there is no overlapping between the phases.

d)

All of the mentioned

15.

Select the option that suits the Manifesto for Agile Software Development.

a)

Customer collaboration

b)

Individuals and interactions

c)

Working software

d)

All of the mentioned

16.

What is the difference between Continuous Delivery and Continuous Deployment?

a)

Continuous Deployment ensures code is always ready to deploy to production but still requires manual approval to deploy, while Continuous Delivery automatically moves code into production after it passes automated tests.

b)

Continuous Delivery ensures code is always ready to deploy to production but still requires manual approval to deploy, while Continuous Deployment automatically moves code into production after it passes automated tests.

c)

Continuous Delivery includes all steps of the software development life cycle; Continuous Deployment may skip a few steps, such as validation and testing.

d)

Continuous Deployment includes all steps of the software development life cycle; Continuous Delivery may skip a few steps, such as validation and testing.

17.

Which of the following is a continuous integration tool?

a)

Docker

b)

Kubernetes

c)

Jenkins

d)

Ansible

18.

What Version control allow you to do ?

a)

Don't Compare changes over time.

b)

See who last modified something that might be causing a problem.

c)

Who introduced an issue and when.

d)

1 and 2

e)

2 and 3

19.

Is DevOps & Agile same?

a)

yes

b)

No

c)

May be

20.

What is the use of Git?

a)

Continuous Integration tool

b)

Version Control System tool

c)

Continuous Monitoring tool

d)

Containerization tool