Microsoft GitHub Administration GH-100 Exam Questions

Page: 1 / 14
Total 65 questions
Question 1

What benefit does GitHub Advanced Security provide?



Answer : B

GitHub Advanced Security equips developers with built-in code scanning (CodeQL), secret scanning, dependency review, and other AppSec tools - helping them find, fix, and prevent security vulnerabilities while maintaining code quality.


Question 2

Which of the following accurately contrasts a GitHub App and a GitHub Action?



Answer : D

GitHub Actions workflows are defined and triggered within a single repository's context, whereas GitHub Apps are installed at the organization or user level and can subscribe to events across multiple repositories.


Question 3

When comparing Group SCIM to Team Sync for identity management in GitHub Enterprise, which statement is Correct?



Answer : D

GroupSCIM lets you manage both user accounts and group memberships centrally in your identity provider - automatically provisioning, updating, and deprovisioning users and groups in GitHub - whereas TeamSync only mirrors IdP group membership into existing GitHub teams.


Question 4

Which Git operation is not included in the Git activity audit log?



Answer : A

Delete branch operations aren't tracked as Git-activity events; the Git activity audit log only records Git events such as clone, fetch (pull), and push.


Question 5

Why would someone choose to configure a security policy?



Answer : B

A security policy (the SECURITY.md file) lets maintainers of an open source repository provide clear, private instructions for collaborators and external researchers on how to report and disclose security vulnerabilities responsibly.


Question 6

Why is a GitHub App preferred over a PAT for machine authentication?



Answer : B

GitHub Apps issue short-lived installation tokens that you scope to only the permissions and repositories your automation needs, reducing blast radius and automatically rotating credentials.


Question 7

What distinguishes Enterprise Managed Users (EMUs) from standard GitHub accounts?



Answer : A

EMU accounts are provisioned and authenticated exclusively through your identity provider - users sign in via the IdP and cannot use or manage GitHub-native credentials.


Page:    1 / 14   
Total 65 questions