Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
GitHub logo

GitHubActions Certification

Domain 2Objective 1

Interpret Workflow Behavior and Results GH-200 Practice Questions (Page 4)

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 16–20

  1. 16foundation · easy

    A workflow has the following matrix strategy: ```yaml strategy: matrix: os: [ubuntu-latest, windows-latest] node: [16, 18] ``` How many jobs will be created by this matrix?

    Select an answer first
  2. 17application · medium

    A workflow runs a matrix with `os: [ubuntu-latest, macos-latest]` and `python: [3.8, 3.9, 3.10]`. The run fails for all combinations with `python: 3.10`, but succeeds for all others. What is the most likely common cause of the failures?

    Select an answer first
  3. 18foundation · easy

    A workflow with a matrix strategy has 4 jobs, and only `build (ubuntu-latest, 18)` failed. The developer wants to rerun only this failed job without rerunning the other 3 jobs. What is the correct approach?

    Select an answer first
  4. 19foundation · easy

    A workflow run failed, and the developer sees the following in the job log: ``` Run npm test npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! test: `jest` ``` What is the most likely root cause of the failure?

    Select an answer first
  5. 20foundation · easy

    A workflow is configured with a `schedule` trigger using cron syntax: `cron: '0 2 * * *'`. When will this workflow run?

    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.