Why would a GitHub App be favored over a machine account for automation tasks?
Answer : B
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.
Which product's usage is not included in GitHub Enterprise Cloud's monthly metered billing report?
Answer : C
GitHubDiscussions engagement isn't a metered product and doesn't appear in the ''Product billing'' list, so its usage isn't included in the monthly metered billing report.
You are managing a repository in your organization's GitHub account. A team member asks you to confirm who has access to the repository and their permission levels. Which tool should you use to review and manage repository access?
Answer : C
Use theRepositorySettingsManageAccess page to view all users and teams with access and their assigned permission levels.
Which of the following is a key benefit of setting default read permissions across organizations?
Answer : D
Enforcing a default of Read for organization members ensures they can view content without the ability to push changes, reducing the risk of accidental or unauthorized modifications.
What distinguishes Enterprise Managed Users (EMUs) from standard GitHub accounts?
Answer : A
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.
Which of the following correctly describes the difference between controlling actions at the enterprise level versus the organization level in GitHub?
Answer : B
Enterprise policies let you define and enforce mandatory settings across all member organizations - organization-level policies then operate within the options that the enterprise policy exposes.
Your organization wants to reduce costs. Which of the following actions should you take?
Answer : C
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.