Exam GH-900 Topic 1 Question 91 Discussion

Actual exam question for Microsoft's GH-900 exam
Question #: 91
Topic #: 1
Which of the following are components of GitHub Actions? (Choose three.)

Suggested Answer: A,C,D Vote an answer

The components of GitHub Actions
[A] Events. An event is a specific activity in a repository that triggers a workflow run.
[C] Jobs. A job is a set of steps in a workflow that is executed on the same runner.
[ACD] Example (includes steps):

Workflows. A workflow is a configurable automated process that will run one or more jobs.
Actions
An action is a pre-defined, reusable set of jobs or code that performs specific tasks within a workflow, reducing the amount of repetitive code you write in your workflow files.
Runners
A runner is a server that runs your workflows when they're triggered. Each runner can run a single job at a time.
Reference:
https://docs.github.com/en/actions/get-started/understand-github-actions

by Belle at Jul 17, 2026, 08:53 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10