Microsoft GitHub Actions - GH-200 Exam Practice Test

As a DevOps engineer, you are trying to leverage an organization secret in a repo. The value received in the workflow is not the same as that set in the secret. What is the most likely reason for the difference?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which of the following statements are true regarding the use of GitHub Actions on a GitHub Enterprise Server instance? (Choose three.)
Correct Answer: A,D,E
What is the simplest action type to run a shell script?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
As a developer, how can you identify a composite action on GitHub?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
What are the two ways to pass data between jobs? (Choose two.)
Correct Answer: B,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).