最新的Microsoft GitHub Actions - GH-200免費考試真題
As a developer, your Actions workflow often reuses the same outputs or downloaded dependencies from one run to another. To cache dependencies for a job, you are using the GitHub cache action. Which input parameters are required for this action? (Choose two.)
正確答案: A,B
說明:(僅 Fast2test 成員可見)
You are a DevOps engineer working on deployment workflows. You need to execute the deploy job only if the current branch name is feature-branch. Which code snippet will help you to implement the conditional execution of the job?
正確答案: A
說明:(僅 Fast2test 成員可見)
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
正確答案: A
說明:(僅 Fast2test 成員可見)
As a developer, you are designing a workflow and need to communicate with the runner machine to set environment variables, output values used by other actions, add debug messages to the output logs, and other tasks. Which of the following options should you use?
正確答案: C
說明:(僅 Fast2test 成員可見)
What is the smallest scope for an environment variable?
正確答案: B
說明:(僅 Fast2test 成員可見)
Based on the YAML below, which two statements are correct? (Choose two.)


正確答案: A,C
說明:(僅 Fast2test 成員可見)