You are planning GitHub account management for a healthcare organization with strict compliance
requirements. Which THREE of the following statements accurately describe GitHub Enterprise
Managed Users (EMU) accounts? (Choose three.)
B, D, F
Explanation:
Enterprise Managed User accounts are provisioned and authenticated exclusively through your
identity provider (for example, Azure AD), so the IdP handles their creation, attribute updates, and
deprovisioning.
Managed user accounts cannot create public content or interact with repositories outside your
enterprise; they’re confined to private and internal repos within the enterprise.
EMU accounts are owned and controlled by the enterprise (via the IdP) and cannot be converted into
or unlinked as personal accounts outside that enterprise.
A GitHub Enterprise administrator is planning to implement SAML SSO across their company. Which
of the following correctly distinguishes enterprise-wide SAML SSO from organization-level SAML
SSO?
D
Explanation:
Enterprise-wide SAML SSO enforces a single IdP across all member organizations—its configuration
overrides any per-organization SAML settings, so everyone must authenticate through the same
provider.
What distinguishes Enterprise Managed Users (EMUs) from standard GitHub accounts?
A
Explanation:
EMU accounts are provisioned and authenticated exclusively through your identity provider - users
sign in via the IdP and cannot use or manage GitHub-native credentials.
Your organization is implementing team synchronization. Which of the following should you prioritize
during the setup process?
D
Explanation:
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.
What makes GitHub Apps a more secure choice for automation over OAuth Apps?
D
Explanation:
GitHub Apps authenticate as themselves with fine-grained, installation-scoped permissions and
short-lived tokens - rather than inheriting a user’s broad OAuth scopes - minimizing blast radius and
aligning with least-privilege principles.
Why would a GitHub App be favored over a machine account for automation tasks?
B
Explanation:
GitHub Apps authenticate with short-lived installation tokens scoped to fine-grained permissions
and, when owned by a GitHub Enterprise Cloud organization, enjoy a higher rate limit (15,000
requests/hour) compared to a machine account’s personal access token.
When comparing fine-grained Personal Access Tokens (PATs) with classic PATs, which of the following
statements is accurate?
B
Explanation:
Fine-grained personal access tokens let you scope permissions down to individual repositories,
whereas classic PATs grant access across every repo the user can reach.
What is the new capability of GitHub's billing dashboard?
B
Explanation:
The revamped Billing & Licensing dashboard now includes a dedicated “Copilot” tab that shows per-
user seat assignments, usage counts, and estimated costs for your organization’s GitHub Copilot
licenses, enabling you to track Copilot consumption by individual users.
What is a key characteristic of GitHub Enterprise Server (GHES) compared to GitHub Enterprise Cloud
(GHEC)?
C
Explanation:
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.
Your organization wants to reduce costs. Which of the following actions should you take?
C
Explanation:
Regularly auditing for inactive (dormant) users lets you suspend or remove accounts that aren’t
consuming seats - freeing up licenses and directly lowering your per-user subscription costs.