Which of the following is true about outside collaborators in a GitHub organization?
Correct Answer:
A
Outside collaborators aren't organization members; instead, they're granted explicit access - at read, write, or admin level - to only the repositories you choose.
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
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.
Your organization is implementing team synchronization. Which of the following should you prioritize during the setup process?
Correct Answer:
D
Before you enable team synchronization, you should clearly define how groups in your identity provider will map to GitHub teams and roles - ensuring that when the sync runs, users land in the correct teams with the right permissions.
Which of the following is a benefit of creating a new GitHub organization?
Correct Answer:
C
Creating a new organization gives you a dedicated container for your shared work, letting you isolate repositories, projects, teams, billing settings, and policy configurations on an organization#by#organization basis.
What is a key characteristic of GitHub Enterprise Server (GHES) compared to GitHub Enterprise Cloud (GHEC)?
Correct Answer:
C
GitHub Enterprise Server is a self‑hosted product you install and manage on your own infrastructure - giving you full control over data storage, network security policies, and the underlying environment.
