wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CI/CD Training

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is CI?

a)

Continuous Integration

b)

Continuous Implementation

c)

Code Initiation

d)

Code Ignitor

2.

What is CD?

a)

Continuous Delivery/Deployment

b)

Continuous Development

c)

Continuous Decommission

d)

Continuous Digitalization

3.

Continuous Delivery...

a)

Provides fast, automated feedback on a system’s production-readiness

b)

Prioritizes working on new features over keeping software releasable/deployabl

c)

Relies on a deployment pipeline that automatically deploys on demand

d)

Increases the cost, time, and risk of delivering incremental changes

4.

Which of the followings is not needed for Continuous Integration?

a)

Developers commit code to trunk/master at least daily

b)

Push button deployment

c)

Unit, Integration and user acceptance tests

d)

Consistent coding standards

5.

Why we make a Pipeline?

a)

To deploy a production

b)

To deploy a service

c)

To deploy a production to service

d)

To deploy a service to production

6.

Benefits of Cloud-Native tooling?

a)

Scalability

b)

Continuous delivery

c)

Automation

d)

Continuous integration

7.

When Kubernetes was first initially released?

a)

2014

b)

2015

c)

2013

d)

2012

8.

Git is a DevOps tool used for..

a)

host an application

b)

store data

c)

source code management

d)

automated testing

9.

When you optimize for stability using DevOps principles and practices, what do you sacrifice?

a)

Speed

b)

Quality

c)

Nothing

d)

Your people

10.

An organization is preparing to automatically deploy every release that passes automated unit, integration, user acceptance and non-functional tests. Which DevOps practice are they applying?

a)

Continuous delivery

b)

Continuous testing

c)

Continuous deployment

d)

Continuous integration