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
As a developer, you are configuring GitHub Actions to deploy VMs to production. A member of the VMOps team must provide approval before the deployment occurs. Which of the following steps should you take? (Each correct answer presents part of the solution. Choose two.)
Answer : BC
Which of the following is the lowest repository permission you need to have for downloading workflow artifacts?
Answer : E
Which statement is true regarding the ability to delete a workflow run?
Answer : C
As a developer, how should you enable step debug logging for a workflow?
Answer : D
Which command can you include in your workflow file to set the output parameter for an action?
Answer : D
As a DevOps engineer, you need to execute a deployment to different environments like development and testing based on the labels added to a pull request. The deployment should use the releases branch and trigger only when there is a change in the files under ‘apps’ folder. Which code block should be used to define the deployment workflow trigger?
Answer : C
As a DevOps engineer, you are developing workflows to build an application. You have a requirement to create the build targeting multiple node versions. Which code block should you use to define the workflow?




Answer : A
Disabling a workflow allows you to stop a workflow from being triggered without having to delete the file from the repo. In which scenarios would temporarily disabling a workflow be most useful? (Each correct answer presents a complete solution. Choose two.)
Answer : BD
Have any questions or issues ? Please dont hesitate to contact us