When a user becomes a member of multiple GitHub organizations, which THREE of the following are important considerations for administrators? (Choose three.)
Answer : B, C, D
A user's repository access and team memberships are scoped to each organization, so admins must configure permissions separately per org.
When an organization enforces SAML SSO, each member must authorize their personal access tokens or SSH keys for that org, requiring separate approval for each SAML-enabled organization
Roles and permission levels (owner, member, billing manager, repository roles, etc.) are assigned on a per-organization basis, so a user often has different permissions in different organizations.
When comparing a partner identity provider integration with a non-partner identity management solution for GitHub Enterprise Managed Users, which statement is Correct?
Answer : B
Non-partner identity provider integrations require you to enter SAML2.0 configuration details by hand - such as the Sign-on URL, Issuer, and X.509 certificate - whereas partner IdPs supply a pre-configured application integration.
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.
Your organization is implementing team synchronization. Which of the following should you prioritize during the setup process?
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.
Your enterprise has multiple organizations, and you want to ensure consistent security policies across all teams. Which feature should you use?
Answer : C
By using enterprise-level teams with inherited enterprise policies, you can group members across all your organizations and enforce the same security settings globally - ensuring every team abides by the enterprise's mandatory policies.
In a GitHub repository using Dependabot, which of the following best describes the purpose of the .github/dependabot.yml file?
Answer : A
The .github/dependabot.yml file defines Dependabot's package-ecosystem, the directories to inspect, and the update schedule (daily/weekly/monthly), controlling when and where Dependabot checks for new versions.
Which of the following is the responsibility of a Team Maintainer in a GitHub organization? (Choose two.)
Answer : B, C
Team maintainers can manage nested sub-teams - requesting to add or change parent/child teams within the organization's hierarchy.
Team maintainers have permission to add and remove members from their team, controlling day-to-day team membership.