Free GH-200 Microsoft GH-200 Practice Test Question

Loading demo links...

Showing 1–3 of 9 questions

Question 1 (Topic 3)

Which workflow commands send information from the runner? (Each correct answer presents a complete solution. Choose two.)

Select an option, then click Submit answer.

  • reading from environment variables
  • setting a debug message
  • populating variables in a Dockerfile
  • setting output parameters
Question 2 (Topic 4)

An organization’s policies specify only local actions are allowed. How should actions be distributed for this organization?

Select an option, then click Submit answer.

  • via a repository owned by a third party
  • via repositories owned by the organization
  • via the GitHub Marketplace
  • via the .github repository owned by the organization
Question 3 (Topic 2)

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.)

Select an option, then click Submit answer.

  • Reference the mutex in the task performing the deployment.
  • Set the concurrency in the deploymentjob to 1.
  • Specify a target environment in the deploymentjob.
  • Specify a concurrency scope in the workflow.
  • Configure the mutex setting in the environment.
  • Pass the mutex into the deployment job.