Which of the following scenarios would require the use of self-hosted runners instead of GitHub-hosted runners?
Answer : D
You are developing a GitHub Actions workflow that will build a .NET app.
You need to provide the workflow with access to a sensitive enterprise license. The solution must ensure that the license is NOT exposed publicly or hardcoded.
What should you do?
Answer : D
Which YAML snippet triggers a GitHub Actions workflow for both push and pull request events?




Answer : D
You need to stop a GitHub Actions workflow from running. The solution must retain the configuration and execution history of the workflow.
What should you do?
Answer : B
You need to publish a release that includes assets in GitHub Actions. The solution must meet GitHub support requirements.
What should you do?
Answer : B
As a developer, you want to run a workflow from the Actions tab in GitHub. Which YAML snippet should you use to match the interface in this image?




Answer : B
By default, which workflows can use an action stored in internal repository? (Each answer presents a complete solution. Choose two.)
Answer : BD
Which default environment variable specifies the branch or tag that triggered a workflow?
Answer : A
As a developer, you need to add the correct syntax to allow the following workflow file to be triggered by multiple types of events. Which two code blocks should you add starting at line 5? (Each correct answer presents a complete solution. Choose two.)
Answer : AE
You need to make a script to retrieve workflow run logs via the API. Which is the correct API to download a workflow run log?
Answer : B
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? (Each correct answer presents a complete solution. Choose two.)
Answer : BC
While awaiting approval, how many days can a workflow be in the “Waiting” state before it automatically fails?
Answer : A
What is the proper syntax to reference the system-provided run number variable?
Answer : D
How can a workflow deploy mitigate the risk of multiple workflow runs that are deploying to a single cloud environment simultaneously? (Each correct answer presents part of the solution. Choose two.)
Answer : CD
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
Answer : A
Have any questions or issues ? Please dont hesitate to contact us