GitHub Actions Quiz

GitHub Actions Quiz

Professional Development

8 Qs

quiz-placeholder

Similar activities

Pre Test Power Automate 2024

Pre Test Power Automate 2024

Professional Development

10 Qs

Process Areas Course 5

Process Areas Course 5

Professional Development

8 Qs

IGNITE Batch 2 - Automation Quiz - 08Sep23

IGNITE Batch 2 - Automation Quiz - 08Sep23

Professional Development

10 Qs

Searching Quiz

Searching Quiz

Professional Development

10 Qs

TEST IA I (PENANGANAN PARCEL RETURN)

TEST IA I (PENANGANAN PARCEL RETURN)

Professional Development

10 Qs

SFDC Apex Developer Training

SFDC Apex Developer Training

Professional Development

10 Qs

Repaso "Armado de CV"

Repaso "Armado de CV"

Professional Development

10 Qs

GG_prueba

GG_prueba

Professional Development

13 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