Microsoft GH-100 - GitHub Administration Exam Certification Exam
Question #1 (Topic: demo questions)
What do you need to successfully generate a support bundle on a GitHub Enterprise Server?
Correct Answer: C
Explanation:
You must have administrator-level SSH access to the GitHub Enterprise Server appliance so you can
You must have administrator-level SSH access to the GitHub Enterprise Server appliance so you can
run the ghe-support-bundle command over SSH and capture the bundle locally
Question #2 (Topic: demo questions)
You need to create a support bundle for your GitHub Enterprise Server instance with the hostname
ghe.avocado.corp. What command should you use to create a support bundle?
Correct Answer: A
Explanation:
Run the ghe-support-bundle command over SSH on your appliance and redirect its output to a file.
Run the ghe-support-bundle command over SSH on your appliance and redirect its output to a file.
For example:
ssh -p 122 admin@ghe.avocado.corp -- 'ghe-support-bundle -o' > support-bundle.tgz
This invokes the built-in support-bundle utility on your GitHub Enterprise Server instance and
captures the resulting archive locally.
Question #3 (Topic: demo questions)
Which of the following is a key benefit of using GitHub Marketplace Apps in an enterprise?
Correct Answer: B
Explanation:
GitHub Marketplace Apps come with built-in integrations to external services - so you can plug in
GitHub Marketplace Apps come with built-in integrations to external services - so you can plug in
things like CI servers, code-quality scanners, or deployment tools without writing and maintaining
custom connectors
Question #4 (Topic: demo questions)
You have subscribed to GitHub Premium Support, and you need to submit a support ticket. GitHub
Premium Support can help you with:
Correct Answer: B
Explanation:
GitHub Premium Support includes assistance with installing and using GitHub Enterprise Server,