Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CI/CD Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does CI stand for?

a)

Continuous Inspection

b)

Continuous Interaction

c)

Continuous Improvement

d)

Continuous Integration

2.

What does CD stand for in CI/CD?

a)

Continuous Delivery

b)

Continuous Design

c)

Continuous Development

d)

Continuous Deployment

3.

What is the main goal of CI/CD?

a)

To reduce team collaboration

b)

To slow down software development

c)

To speed up software development

d)

To increase manual testing

4.

What is continuous integration?

a)

Merging code changes frequently

b)

Writing code in isolation

c)

Testing code manually

d)

Deploying code to production

5.

What happens in continuous delivery?

a)

Code is written by one developer

b)

Code is tested and ready for deployment

c)

Code is automatically deployed to production

d)

Code is ignored until merge day

6.

What is the difference between continuous delivery and continuous deployment?

a)

There is no difference

b)

Continuous delivery is only for testing

c)

Continuous deployment is slower

d)

Continuous delivery requires manual deployment

7.

What is a CI/CD pipeline?

a)

A series of automated processes

b)

A way to write code in isolation

c)

A manual process for coding

d)

A type of software bug

8.

What is the role of automated testing in CI?

a)

To ensure code changes are reliable

b)

To slow down the development process

c)

To avoid testing altogether

d)

To increase manual work

9.

What is a common tool used for CI/CD?

a)

Jenkins

b)

PowerPoint

c)

Adobe Photoshop

d)

Microsoft Word

10.

What does DevOps focus on?

a)

Manual testing only

b)

Avoiding automation

c)

Working in isolation

d)

Collaboration between development and operations

11.

What is CI/CD security?

a)

Only testing in production

b)

Safeguarding code pipelines

c)

Ignoring security checks

d)

Manual code reviews

12.

What is the benefit of CI/CD?

a)

Faster code releases

b)

Slower development

c)

More bugs in software

d)

Less collaboration

13.

What is a key component of DevSecOps?

a)

Manual deployment only

b)

Ignoring security

c)

Working without a team

d)

Integrating security into the pipeline

14.

What does Red Hat OpenShift help with?

a)

Slowing down development

b)

Avoiding automation

c)

Working in isolation

d)

Improving developer productivity

15.

What is the purpose of automated testing in CI/CD?

a)

To avoid testing

b)

To find bugs quickly

c)

To slow down releases

d)

To ignore code changes