GitHub Actions Quiz

GitHub Actions Quiz

Professional Development

8 Qs

quiz-placeholder

Similar activities

Streamlit

Streamlit

Professional Development

8 Qs

Day 7 Huddle

Day 7 Huddle

Professional Development

10 Qs

Game Github Codpiot

Game Github Codpiot

Professional Development

10 Qs

AZ-400 | Mod-1 & 2

AZ-400 | Mod-1 & 2

Professional Development

13 Qs

Microsoft 365

Microsoft 365

Professional Development

11 Qs

git colaboration

git colaboration

Professional Development

10 Qs

PHP Tours Meetup #16 (Gitkraken + API Platform)

PHP Tours Meetup #16 (Gitkraken + API Platform)

University - Professional Development

10 Qs

GitHub Actions Quiz

GitHub Actions Quiz

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Ed Hayter

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

Media Image

What is GitHub Actions

A cloud storage service

A CI/CD platform

A version control system

A code editor

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which syntax is used to define workflows in GitHub Actions

JSON

XML

YAML

HTML

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Where are workflow files stored in a GitHub repository

/src

/github/workflows

/actions

/build

4.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What is a 'job' in GitHub Actions

A single command

A workflow step

A set of steps run on the same runner

An event trigger

5.

MULTIPLE CHOICE QUESTION

20 sec • 15 pts

Which of these is an example of a condition event that triggers a workflow?

Code push

Workflow run manually

Scheduled event

All of the theses

6.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What are 'Actions' in GitHub Actions

Reusable units of code

Event triggers

Steps within a Job

Workflow schedules

7.

MULTIPLE CHOICE QUESTION

20 sec • 15 pts

In the context of CI/CD, what does 'Continuous Deployment' involve?

Writing code

Testing features

Automatically deploying code to environments

Creating pull requests

8.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

Which platforms can GitHub Actions workflows run on?

Linux only

MacOS only

Windows Only

Linux, MacOS and Windows