Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
GitHub logo

GitHubActions Certification

Domain 5Objective 2

Optimize Workflow Performance and Cost GH-200 Practice Questions (Page 3)

Part of the Secure and optimize automation domain, which accounts for 10-15% of the GH-200 exam.

24questions here
5free pages
6concepts
10-15%of the exam

Questions 11–15

  1. 11application · medium

    A workflow has a build job that compiles a C++ project. The team notices that the build step takes 10 minutes, and the workflow runs on every push. They want to reduce the time and cost. Which optimization is most effective?

    Select an answer first
  2. 12foundation · easy

    Which GitHub Actions feature is specifically designed to store and restore dependencies or build outputs across workflow runs to avoid re-downloading or recompiling them?

    Select an answer first
  3. 13expert · hard

    A workflow builds a large monorepo with multiple independent packages. The build currently takes 25 minutes because all packages are built in a single job. The team wants to reduce the time to under 10 minutes, but they also need to ensure that the build outputs are available for later jobs. Which approach best meets both requirements?

    Select an answer first
  4. 14foundation · easy

    Which GitHub Actions feature allows you to run the same job multiple times with different configurations in parallel?

    Select an answer first
  5. 15application · medium

    A workflow builds a Node.js application. The build step runs `npm ci` which takes 4 minutes because it installs all dependencies from the registry. The team wants to speed up the build. What is the most effective change?

    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.