Which of the following is the responsibility of a Team Maintainer in a GitHub organization? (Choose two.)
Correct Answer:BC
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.
You want to ensure a secret is automatically available to only workflows in internal and private repositories in the organization. Where do you configure the required access policy?
Correct Answer:D
You set the access policy on the Organization Secret itself - configuring its visibility so it??s scoped automatically to only internal and private repositories.
You are planning GitHub account management for a healthcare organization with strict compliance requirements. Which THREE of the following statements accurately describe GitHub Enterprise Managed Users (EMU) accounts? (Choose three.)
Correct Answer:BDF
Enterprise Managed User accounts are provisioned and authenticated exclusively through your identity provider (for example, Azure AD), so the IdP handles their creation, attribute updates, and deprovisioning.
Managed user accounts cannot create public content or interact with repositories outside your enterprise; they're confined to private and internal repos within the enterprise.
EMU accounts are owned and controlled by the enterprise (via the IdP) and cannot be converted into or unlinked as personal accounts outside that enterprise.
How is CodeQL different from other static analysis tools?
Correct Answer:B
CodeQL differs from traditional static analysis tools by ingesting your code into a queryable database and letting you write QL queries - its own database‑style language - to express semantic checks and find patterns across the codebase.
What makes GitHub Apps a more secure choice for automation over OAuth Apps?
Correct Answer:D
GitHub Apps authenticate as themselves with fine?grained, installation?scoped permissions and short?lived tokens - rather than inheriting a user's broad OAuth scopes - minimizing blast radius and aligning with least?privilege principles.
Which THREE of the following accurately describe how the SCIM protocol enhances user management in GitHub Enterprise Cloud? (Choose three.)
Correct Answer:AB
SCIM automatically updates a user's account on GitHub whenever their profile attributes change in the identity provider.
When a user is removed or deactivated in the IdP, SCIM deactivates (soft?deprovisions) their GitHub account and disables access.
SCIM provisions new GitHub Enterprise Cloud accounts automatically when users are added in the identity provider.