wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Champ jan

Total questions: 11

Worksheet time: 4mins

Name
Class
Date
1.

What does CI/CD stand for?

a)

Computer Integration / Computer Deployment

b)

Continuous Integration / Continuous Deployment

c)

Code Inspection / Code Distribution

d)

Central Installation / Central Database

2.

What is the main purpose of running tests in a CI/CD pipeline?

a)

To make the deployment process slower

b)

To prevent broken code from reaching production

c)

To increase the size of the codebase

d)

To make GitHub Actions more expensive

3.

Where do you store GitHub Actions workflows?

a)

In the root directory of your repository

b)

In a folder called /actions

c)

In .github/workflows/ directory

d)

In the package.json file

4.

What happens when tests fail in a GitHub Actions workflow?

a)

The workflow continues and deploys anyway

b)

The workflow stops and deployment is prevented

c)

GitHub deletes your repository

d)

The tests automatically fix themselves

5.

What is the main advantage of automated deployment over manual deployment?

a)

It takes longer

b)

It requires more steps

c)

It's consistent, fast, and reduces human error

d)

It only works on Mondays

6.

What is Azure Static Web Apps?

a)

A text editor for writing code

b)

A hosting service for static websites and web apps

c)

A database management tool

d)

A video game platform

7.

What is the main advantage of automated deployment over manual deployment?

a)

It takes longer

b)

It requires more steps

c)

It's consistent, fast, and reduces human error

d)

It only works on Mondays

8.

Which of these is a trigger for GitHub Actions workflows?

a)

Push to a branch

b)

Pull request created

c)

Scheduled time (cron)

d)

All of the above

9.

What does the runs-on: ubuntu-latest line mean in a workflow?

a)

The workflow only runs on Ubuntu computers

b)

GitHub provides a free Ubuntu virtual machine to run the workflow

c)

You must install Ubuntu on your computer

d)

You must install Ubuntu on your computer

10.

How much does GitHub Actions cost for public repositories?

a)

$10 per month

b)

$10 per month

c)

Free with unlimited minutes

d)

$100 per year

11.

What is the green checkmark or red X next to a commit?

a)

A decoration to make GitHub pretty

b)

The status of the CI/CD workflow (pass or fail)

c)

A random selection

d)

Your grade on the assignment