
GitHubActions Certification
Domain 2Objective 1
Interpret Workflow Behavior and Results GH-200 Practice Questions (Page 3)
Part of the Consume and troubleshoot workflows domain, which accounts for 15-20% of the GH-200 exam.
26questions here
6free pages
10concepts
15-20%of the exam
Questions 11–15
- 11
A workflow file has a job that uses a YAML merge key to combine two anchors: `base: &base` with `runs-on: ubuntu-latest` and `steps: [checkout]`, and `extra: &extra` with `runs-on: windows-latest`. The job uses `<<: [*base, *extra]`. What is the effective `runs-on` value for the job?
Select an answer first - 12
A workflow run failed, and the developer is looking at the logs. The `Build` job shows a step `Run tests` that failed, but the error message is truncated. The developer needs to see the full error message. What is the best way to get the full error?
Select an answer first - 13
A workflow run failed, and the developer is looking at the run logs. They see multiple jobs listed, but they are not sure which job failed. What is the quickest way to identify the failing job?
Select an answer first - 14
A workflow run failed. In the run summary, the developer sees that the job `build` failed at step `Run tests`. What is the most direct way to find the root cause of the failure?
Select an answer first - 15
A developer pushes a commit to the `main` branch of a repository. The workflow file contains `on: push: branches: [main]` and also `on: schedule: - cron: '0 2 * * *'`. The developer checks the Actions tab and sees a workflow run that started at 2:00 AM, but no run for the push they just made. What is the most likely reason for this behavior?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GitHub. “GH-200” is a trademark of its owner, used for identification only.