최신GitHub Actions Certificate - GitHub-Actions무료샘플문제
문제1
You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you perform to prepare the runner and your users to run these workflows? (Choose two.)
You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you perform to prepare the runner and your users to run these workflows? (Choose two.)
정답: A,B
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
Where should workflow files be stored to be triggered by events in a repository?
Where should workflow files be stored to be triggered by events in a repository?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
Which of the following commands will set the $FOO environment variable within a script, so that it may be used in subsequent workflow job steps?
Which of the following commands will set the $FOO environment variable within a script, so that it may be used in subsequent workflow job steps?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
As a developer, you want to review the step that caused a workflow failure and the failed step's build logs.
First navigate to the main page of the repository on GitHub. Which section contains the step failure information?
As a developer, you want to review the step that caused a workflow failure and the failed step's build logs.
First navigate to the main page of the repository on GitHub. Which section contains the step failure information?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)