wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Devops

Total questions: 11

Worksheet time: 9mins

Name
Class
Date
1.

The ____________ is a process followed for a

software project, within a software organization.

a)

DevOps

b)

ITIL

c)

SDLC

d)

Lifecycle

2.

The _____________ is a culture which promotes collaboration between Development and Operations Team to deploy code to production faster in an automated.

a)

DevOps

b)

ITIL

c)

HRTS

d)

ITSM

3.

The ____________ is a process followed for a

software project, within a software organization.

a)

DevOps

b)

ITIL

c)

SDLC

d)

Lifecycle

4.

The _____________ defines a methodology for improving the quality of software and the overall development process

a)

life cycle

b)

Process

c)

Design

d)

None

5.

Benefits of continuous development are ___________

a)

Faster delivery of new features

b)

Better Quality Product

c)

Less Resource Requirement

d)

All the above

6.

The _____________ is a process that ensures that a software application processes and performs in an expected manner and scope.

a)

Continue

testing

b)

Continuous

deployment

c)

Application monitoring

d)

None of these

7.

The _______________ approach focuses more on continuously aligning development with customer requirements.

a)

Agile

b)

DevOps

c)

ITIL

d)

ITSM

8.

The ____________ is an open source , distributed version control system for tracking changes in source code during s/w development.

a)

GIT

b)

Chef

c)

Ansible

d)

Docker

9.

The __________ code means to upload code to mentioned/required branch repository so that its administrator/reviewer can review the code and finally

update/merge the project version.

a)

Checkout

b)

Kernel

c)

Trunk

d)

Checkin

10.

The ____________ Downloads changes from a

remote repository into the local clone

a)

git push

b)

git pull

c)

git merge

d)

git fetch

11.

The ____________ Creates a new local branch from the current branch's tip.

a)

git checkout

b)

git checkin

c)

git checkout -b

d)

git clone