🏢 Organization & Enterprise Management - GH-ADMIN Practice Questions

Manage GitHub organizations, enterprise accounts, teams, members, roles, and billing.

10Questions Available
1Exam Domains

Practice Organization Management Questions Now

Start a timed practice session focusing on Organization & Enterprise Management topics from the GH-ADMIN question bank.

Start GH-ADMIN Practice Quiz →

GH-ADMIN Organization Management Question Bank (10 Questions)

Browse all 10 practice questions covering Organization & Enterprise Management for the GH-ADMIN certification exam. Each question includes the full answer and a detailed explanation to help you understand the concepts.

  1. Question 1Manage Access and Permissions

    What is the lowest organization role in GitHub that can manage a specific team's membership?

    AOrganization owner
    BOrganization member
    CTeam maintainer
    DRepository admin
    Show Answer & Explanation
    Correct Answer: C
    Explanation:

    Team maintainers can manage team membership and settings for their specific team but do not have org-wide admin rights.

  2. Question 2Support GitHub Enterprise for Users

    An organization admin wants to notify all members about a policy change. Which GitHub feature is best suited?

    ASend a pull request to the .github/policies folder
    BPost an announcement in organization-wide GitHub Discussions
    CUse GitHub Pages to publish the announcement
    DEnable a mandatory GitHub Actions workflow
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Organization-level GitHub Discussions allow admins to post announcements visible to all organization members.

  3. Question 3Manage User Identities and Authentication

    What can an organization owner require for all organization members on GitHub?

    AA minimum number of public repositories
    BTwo-factor authentication (2FA) enabled on their personal accounts
    CA verified email address from a specific domain
    DUse of SSH keys instead of HTTPS for Git operations
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Organization owners can require 2FA for all members. Members who do not enable it are removed from the organization.

  4. Question 4Manage User Identities and Access

    How can organizations enforce 2FA for all members?

    ACannot enforce
    BOrganization Settings > Authentication > require two-factor authentication — members without 2FA are removed from the org
    CEmail reminders only
    DUse SAML only
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Enabling required 2FA in org settings removes members who haven't set up 2FA and prevents new members from joining without it. Send advance notice before enabling to avoid disruption.

  5. Question 5Manage GitHub at Scale

    How do you manage GitHub at enterprise scale with multiple organizations?

    AManage each org separately
    BUse Enterprise accounts for centralized governance: unified billing, enterprise-wide policies, cross-org audit logs, and shared IdP configuration
    CCreate one large org
    DUse separate GitHub accounts
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Enterprise accounts centralize management: unified billing across orgs, enterprise-level SAML SSO/SCIM, cross-org audit logs, policy enforcement, and centralized admin for multiple organizations.

  6. Question 6Manage User Identities and Access

    What is the difference between organization members and outside collaborators?

    ASame access
    BMembers belong to the organization with base permissions. Outside collaborators have access to specific repositories only, without org-level visibility.
    COutside collaborators have more access
    DMembers are external
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Members: belong to org, see other members, base permissions apply, can be assigned to teams. Outside collaborators: access specific repos only, no org visibility, no team membership, explicitly granted per-repo roles. Use collaborators for: contractors, vendors, partners.

  7. Question 7Manage User Identities and Access

    What is SAML SSO for GitHub organizations?

    AA password manager
    BAn authentication standard that allows organizations to authenticate GitHub users through their identity provider (Okta, Azure AD, etc.), requiring SAML login for org access
    CA two-factor method
    DAn API protocol
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    SAML SSO: configure in org Settings > Authentication security. IdPs: Okta, Azure AD, OneLogin, PingOne. Flow: user accesses org → redirected to IdP → authenticates → token returned to GitHub. Enforcement: require SAML (members must authenticate via IdP). PATs and SSH keys: must be SSO-authorized after SAML enablement. Sessions: configurable timeout.

  8. Question 8Manage User Identities and Access

    What are organization roles and their permissions?

    AOnly one role
    BOwner (full control), Member (default access), Billing Manager (billing only), Security Manager (security alerts/settings), and Moderator (manage interactions)
    COnly Owner and Member
    DUnlimited custom roles
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Org roles: Owner (full admin — billing, members, settings, repos, teams), Member (default — clone/push to assigned repos), Billing Manager (billing settings only, no code), Security Manager (security overview, manage security settings across repos), and Moderator (block users, manage interactions). Base member permissions: configurable (None/Read/Write/Admin for all repos). Best practice: minimize Owner count.

  9. Question 9Manage GitHub at Scale

    What are GitHub Enterprise custom repository roles?

    AOnly default roles
    BUp to 5 custom roles that combine base permissions (read, triage, write, maintain, admin) with specific additional permissions, tailored to organization-specific workflows
    CUnlimited custom roles
    DOnly admin and read
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Custom roles: org Settings > Repository roles > Create. Base: inherit from a base role (read/triage/write/maintain). Add permissions: close issues, manage webhooks, edit repo metadata, manage deploy keys, bypass branch protection, etc. Use for: release manager (write + manage releases), security reviewer (read + security alerts), and tech lead (maintain + bypass protection for hotfixes). Limit: 5 custom roles per org. Assign: to teams or individuals at repo level.

  10. Question 10Manage User Identities and Access

    What are organization roles and their hierarchy?

    AOnly member and owner
    BMultiple levels: outside collaborator (specific repo access), member (base org access), billing manager (billing only), security manager (security overview), team maintainer (team management), and owner (full control)
    COnly member and admin
    DFlat hierarchy
    Show Answer & Explanation
    Correct Answer: B
    Explanation:

    Roles: Outside collaborator (repo-specific, no org visibility), Member (base permission to org resources), Billing manager (billing settings only, no code access), Security manager (security overview, manage alerts across repos), Team maintainer (manage team membership and settings), and Owner (full admin: settings, members, billing, integrations). Enterprise: Enterprise owner (all enterprise settings), Billing manager (enterprise billing). Best practice: minimize owners (2-3 for redundancy), use teams for access management.

Key Organization Management Concepts for GH-ADMIN

organizationenterpriseteamsmembersrolesbillingsso

GH-ADMIN Organization Management Exam Tips

Organization & Enterprise Management questions in GH-ADMIN are typically scenario-based. Focus on service-level decision making aligned to official exam objectives. Priority concepts: organization, enterprise, teams, members, roles, billing.

What GH-ADMIN Expects

  • Anchor your answer in select the most practical, secure, and scalable answer for the stated scenario.
  • Organization Management scenarios for GH-ADMIN are frequently mapped to Domain 1 (15%), so read the objective carefully before picking controls or architecture.
  • Expect multi-service scenarios where Organization Management interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated service question.
  • When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Intermediate) and managed-service best practices.

High-Value Organization Management Concepts

  • Know the core Organization Management building blocks cold: organization, enterprise, teams, members.
  • Review the edge-case features and limits for roles, billing; these details are commonly used to differentiate answer choices.
  • Practice service-integration reasoning: how Organization Management pairs with Repository Management, Security in real deployment patterns.
  • For GH-ADMIN, explain why the chosen Organization Management design meets reliability, security, and cost expectations better than the alternatives.

Common GH-ADMIN Traps

  • Watch for answers that partially solve the requirement but miss operational constraints.
  • Questions in Support GitHub Administration often include distractors that look correct for Organization Management but violate least-privilege, durability, or availability requirements.
  • Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
  • If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.

Fast Review Checklist

  • Can you compare at least two Organization Management implementation paths and justify which one best fits the scenario?
  • Can you map the chosen answer back to Support GitHub Administration (15%) outcomes for GH-ADMIN?
  • Can you explain security and access boundaries for Organization Management without relying on default-open assumptions?
  • Can you describe how Organization Management integrates with Repository Management and Security during failure, scaling, and monitoring events?

Exam Domains Covering Organization Management

Related Resources

More GH-ADMIN Study Resources