Certs Vault
See all results for ""
Home Exams
CRISC ISACA CISSP ISC2 200-301 Cisco SY0-701 CompTIA AZ-104 Microsoft AI-900 Microsoft AIGP IAPP 1Z0-1067-26 Oracle View All Exams →
Sign in Create account

GitHub Administration Exam GH-100 Exam Questions

Preparing for the GH-100 exam is simple with Certs Vault. We offer easy-to-understand study materials that help you learn the most important exam topics. You can study using our PDF questions, practice online with a real exam-style test, or use the desktop practice software. Choose the study method that works best for you and prepare at your own pace.

At Certs Vault, we keep our GH-100 practice questions up to date. Whenever the exam syllabus or objectives change, we update our study materials so you always learn the latest topics. This helps you save time, avoid outdated content, and feel more confident when you take your exam.

Download Exam View Entire Exam
Page: 1 / 1
Question #1 (Topic: demo questions)

What do you need to successfully generate a support bundle on a GitHub Enterprise Server?

A.
Approval from GitHub Support
B.
A custom GitHub Action in the root repo
C.
Administrator SSH access to the appliance
D.
A GitHub App with read:org permissions
Correct Answer: C
Explanation:
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?

A.
ssh -p 122 adming@ghe.avocado.corp -- 'ghe-support-bundle -o' > support-bundle.tgz
B.
ssh -p 122 adming@ghe.avocado.corp – 'ghe-diagnostics' > support-bundle.tgz
C.
curl -u admin https://ghe.avocado.corp/diagnostics/support-bundle.tgz -o
D.
ssh -p 122 adming@ghe.avocado.corp -- 'ghe-config generate-support-bundle' > supportbundle.
tgz
Correct Answer: A
Explanation:
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?

A.
They guarantee no downtime during enterprise GitHub maintenance windows
B.
They often include integrations with external services, reducing the need for custom code
C.
Apps eliminate the need for GitHub Actions entirely
D.
All apps come pre-approved by GitHub's internal security team
Correct Answer: B
Explanation:
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:

A.
writing scripts.
B.
installing GitHub Enterprise Server.
C.
setting up hardware.
D.
integrating with third-party applications.
Correct Answer: B
Explanation:
GitHub Premium Support includes assistance with installing and using GitHub Enterprise Server,
ensuring your deployment is configured correctly and any installation issues are resolved.
Download Exam
Page: 1 / 1
Next Page