Exam GH-900 Topic 1 Question 91 Discussion
Actual exam question for Microsoft's GH-900 exam
Question #: 91
Topic #: 1
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
[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
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).