nerdexam
Microsoft

GH-100 · Question #29

A financial services company is evaluating GitHub account types. Which of the following is a key distinction between GitHub Enterprise Managed Users and Personal Accounts?

The correct answer is B. Personal Accounts are owned by users and can be used for both personal and professional work. Option B is correct because GitHub Personal Accounts are truly user-owned - they exist independently of any organization, persist even if a user leaves a company, and can be used for both personal projects and professional work within organizations. This is a fundamental design…

Manage user identities and GitHub authentication

Question

A financial services company is evaluating GitHub account types. Which of the following is a key distinction between GitHub Enterprise Managed Users and Personal Accounts?

Options

  • AEnterprise Managed Users can collaborate across both personal and enterprise repositories.
  • BPersonal Accounts are owned by users and can be used for both personal and professional work.
  • CPersonal Accounts provide stricter control over repositories and user activity.
  • DEnterprise Managed Users require the organization to manage their own authentication server.

How the community answered

(51 responses)
  • A
    6% (3)
  • B
    90% (46)
  • C
    2% (1)
  • D
    2% (1)

Explanation

Option B is correct because GitHub Personal Accounts are truly user-owned - they exist independently of any organization, persist even if a user leaves a company, and can be used for both personal projects and professional work within organizations. This is a fundamental design principle of GitHub's standard account model.

Why the distractors are wrong:

  • A is incorrect because Enterprise Managed Users (EMUs) are the opposite - they are restricted to the enterprise and cannot collaborate on personal repositories or external organizations outside the enterprise.
  • C is backwards - it's Enterprise Managed Users, not Personal Accounts, that provide stricter control; EMUs are fully governed by the enterprise (identity, access, visibility).
  • D is a misattribution - EMU authentication is handled via the enterprise's external Identity Provider (IdP) (like Okta or Azure AD) integrated through GitHub's own infrastructure, not a server the organization independently manages.

Memory tip: Think of the acronym EMU = Enterprise Managed, Unified - every aspect of an EMU account (login, repos, visibility) is locked to the enterprise. Personal Accounts are the opposite: you own them, you control them, and they follow you wherever you go.

Topics

#GitHub Enterprise Managed Users#Personal Accounts#Account types#User identity

Community Discussion

No community discussion yet for this question.

Full GH-100 Practice