GH-100 · Question #57
Which of the following is the responsibility of an Organization Owner in GitHub? (Choose three.)
The correct answer is A. View and manage organization billing information. B. Create repositories without approval from other members. C. Manage organization settings, such as configuration and default permissions. Organization Owners hold the highest level of administrative control in a GitHub organization, which is why A, B, and C are all correct: they can view and manage billing (A), create repositories freely without needing anyone's approval (B), and control all organization-wide…
Question
Which of the following is the responsibility of an Organization Owner in GitHub? (Choose three.)
Options
- AView and manage organization billing information.
- BCreate repositories without approval from other members.
- CManage organization settings, such as configuration and default permissions.
- DAccess repositories only if explicitly granted by a team maintainer.
How the community answered
(17 responses)- A88% (15)
- D12% (2)
Explanation
Organization Owners hold the highest level of administrative control in a GitHub organization, which is why A, B, and C are all correct: they can view and manage billing (A), create repositories freely without needing anyone's approval (B), and control all organization-wide settings including default permissions (C).
Option D is the distractor - it describes a much more restricted role, similar to a standard outside collaborator or a member with minimal permissions. An Organization Owner is never locked out of repositories by a team maintainer; in fact, owners can override team-level access controls entirely.
Memory tip: Think of an Organization Owner as the "admin of admins" - if a task sounds like something only the top-level boss could do (billing, settings, unrestricted repo creation), it belongs to the Owner. If it sounds like someone needs permission to do something, that's not an Owner.
Topics
Community Discussion
No community discussion yet for this question.