GITHUB-ACTIONS Exam Questions
71 real GITHUB-ACTIONS exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #52
You are reaching your organization's storage limit for GitHub artifacts and packages. What should you do to prevent the storage limit from being reached?
- Question #53
Based on the YAML below, which two statements are correct? (Choose two.)
- Question #54
In which scenarios could the GITHUB_TOKEN be used? (Choose two.)
- Question #55
Which default GitHub environment variable indicates the owner and repository name?
- Question #56
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?
- Question #57
What metadata file in a custom action defines the main entry point?
- Question #58
Which workflow command would output the debug message "action successfully debugged"?
- Question #59
Which workflow event is used to manually trigger a workflow run?
- Question #60
Which of the following statements are true regarding the use of GitHub Actions on a GitHub Enterprise Server instance? (Choose three.)
- Question #61
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
- Question #62
Which of the following is the best way for an enterprise to prevent certain marketplace actions from running?
- Question #63
What are the two ways to pass data between jobs? (Choose two.)
- Question #64
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 custom software. Whic...
- Question #65
Your organization needs to simplify reusing and maintaining automation in your GitHub Enterprise Cloud. Which components can be directly reused across all repositories in an organi...
- Question #66
In which locations can actions be referenced by workflows? (Choose three.)
- Question #67
As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)
- Question #68
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 following statements a...
- Question #69
As a developer, you need to use GitHub Actions to deploy a microservice that requires runtime access to a secure token. This token is used by a variety of other microservices manag...
- Question #71
When reviewing an action for use, what file defines its available inputs and outputs?
- Question #73
How can GitHub Actions encrypted secrets be used in if: conditionals within a workflow job?
- Question #75
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?