wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DevOps

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

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

2.

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

3.

Which event is not part of Scrum?

a)

Sprint Review

b)

Sprint Planning

c)

Sprint Closure

d)

Daily Scrum

4.

Which of the following choices drives the ongoing merging and testing of code that leads to finding defects early?

a)

Continuous Integration

b)

Continuous Delivery

c)

Continuous Deployment

d)

Continuous Feedback

5.

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.

6.

What is the full form of DevOps?

a)

Drive and Operations

b)

Digital and Operations

c)

Development and Operations

d)

None of the above

7.

What defines the DevOps process loop?

a)

Plan, Code, Build, Test, Release, Deploy, Operate, Monitor, Plan

b)

Plan, Code, Test, Build, Release, Deploy, Operate, Monitor, Plan

c)

Plan, Code, Build, Test, Deploy, Release, Operate, Monitor, Plan

d)

Plan, Code, Build, Test, Release, Deploy, Monitor, Operate, Plan

8.

Which of the following is a build tool?

a)

Ansible

b)

Terraform

c)

Maven

d)

JMeter

9.

Which of the following is a continuous integration tool?

a)

Docker

b)

Kubernetes

c)

Jenkins

d)

Ansible

10.

Which of the following is an infrastructure provisioning tool?

a)

Nagios

b)

Terraform

c)

JUnit

d)

SonarQube