GitHub Foundations Free Practice Exam Questions

28 real GitHub Foundations exam questions with answers and AI explanations. Microsoft certification prep — page 1 of 3.

  1. Question 1: You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified…
  2. Question 2: As a developer, you are designing a workflow and need to communicate with the runner machine to set environment variables, output values used by other actions,…
  3. Question 3: When should you use the GITHUB_TOKEN in a workflow?
  4. Question 4: As a developer, you need to leverage Redis in your workflow. What is the best way to use Redis on a self-hosted Linux runner without affecting future workflow…
  5. Question 5: Which of the following is the best way for an enterprise to prevent certain marketplace actions from running?
  6. Question 6: As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the f…
  7. Question 7: As a developer, you created a JavaScript action. What is the best way to test your JavaScript action?
  8. Question 8: You have exactly one Windows x64 self-hosted runner, and it is configured with custom tools. Which syntax could you use in the workflow to target that runner?
  9. Question 9: You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
  10. Question 10: When creating and managing custom actions in an enterprise setting, which of the following is considered a best practice?