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.
- Question 1Manage Access and Permissions
What is the lowest organization role in GitHub that can manage a specific team's membership?
Show Answer & Explanation
Correct Answer: CExplanation:Team maintainers can manage team membership and settings for their specific team but do not have org-wide admin rights.
- Question 2Support GitHub Enterprise for Users
An organization admin wants to notify all members about a policy change. Which GitHub feature is best suited?
Show Answer & Explanation
Correct Answer: BExplanation:Organization-level GitHub Discussions allow admins to post announcements visible to all organization members.
- Question 3Manage User Identities and Authentication
What can an organization owner require for all organization members on GitHub?
Show Answer & Explanation
Correct Answer: BExplanation:Organization owners can require 2FA for all members. Members who do not enable it are removed from the organization.
- Question 4Manage User Identities and Access
How can organizations enforce 2FA for all members?
Show Answer & Explanation
Correct Answer: BExplanation: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.
- Question 5Manage GitHub at Scale
How do you manage GitHub at enterprise scale with multiple organizations?
Show Answer & Explanation
Correct Answer: BExplanation: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.
- Question 6Manage User Identities and Access
What is the difference between organization members and outside collaborators?
Show Answer & Explanation
Correct Answer: BExplanation: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.
- Question 7Manage User Identities and Access
What is SAML SSO for GitHub organizations?
Show Answer & Explanation
Correct Answer: BExplanation: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.
- Question 8Manage User Identities and Access
What are organization roles and their permissions?
Show Answer & Explanation
Correct Answer: BExplanation: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.
- Question 9Manage GitHub at Scale
What are GitHub Enterprise custom repository roles?
Show Answer & Explanation
Correct Answer: BExplanation: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.
- Question 10Manage User Identities and Access
What are organization roles and their hierarchy?
Show Answer & Explanation
Correct Answer: BExplanation: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
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?