
GitHubActions Certification
Domain 2Objective 1
Interpret Workflow Behavior and Results GH-200 Practice Questions (Page 1)
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 1–5
- 1
A workflow is configured with `on: pull_request: types: [opened, synchronize]`. A developer opens a pull request, then pushes a new commit to the branch. How many workflow runs will be triggered?
Select an answer first - 2
A workflow run log shows the line: `Triggered via push` at the top of the run summary. Which event caused this workflow to run?
Select an answer first - 3
Given the following YAML: ```yaml common: &common environment: production concurrency: ci-${{ github.ref }} job: <<: *common environment: staging ``` What is the effective `environment` for `job`?
Select an answer first - 4
A workflow uses a matrix with `os: [ubuntu-latest, windows-latest]` and `node: [14, 16, 18]`. The developer wants to exclude the combination `windows-latest` and `node: 14`. How should the matrix be configured?
Select an answer first - 5
A workflow file contains the following trigger configuration: ```yaml on: pull_request: types: - opened - synchronize ``` Which action will cause this workflow to 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.