Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Microsoft > GitHub Administrator > GH-100

GH-100 GitHub Administration Question and Answers

Question # 4

When a user becomes a member of multiple GitHub organizations, which THREE of the following are important considerations for administrators? (Choose three.)

A.

The user will automatically have the same role across all organizations.

B.

The user's repository access and/or team membership needs to be managed separately for each organization.

C.

The user will need to authorize credentials separately for each SAML-enabled organization.

D.

The user will have different permission levels in each organization.

E.

The user's profile information becomes private to non-organization members.

F.

The user's personal repositories will become accessible to all organizations.

Full Access
Question # 5

What is the first step when sensitive data is accidentally pushed to a public GitHub repository?

A.

Revoke any exposed credentials immediately

B.

Force push a commit removing the data

C.

Open an issue to inform users

D.

Delete the repository

Full Access
Question # 6

A team member is unable to push to a repository due to a 403-error related to branch protection. What should the GitHub Enterprise administrator do first?

A.

Remove the user from the team and re-add them

B.

Check the user's permissions and rulesets applied to the branch

C.

Raise a GitHub Support request for permissions issues

D.

Revert the branch to an earlier state

Full Access
Question # 7

Which of the following is the responsibility of an Organization Owner in GitHub? (Choose three.)

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.

D.

Access repositories only if explicitly granted by a team maintainer.

Full Access
Question # 8

Which THREE of the following accurately describe how the SCIM protocol enhances user management in GitHub Enterprise Cloud? (Choose three.)

A.

SCIM synchronizes changes to user attributes from the identity provider to GitHub.

B.

SCIM deactivates GitHub accounts when users are deleted from the identity provider.

C.

SCIM automatically deletes organization repositories when administrators are removed.

D.

SCIM automates user provisioning when new users are added to the identity provider.

E.

SCIM generates authentication tokens for accessing GitHub's REST API.

F.

SCIM configures repository permissions based on user roles within the organization.

Full Access
Question # 9

You are managing a repository in your organization's GitHub account. A team member asks you to confirm who has access to the repository and their permission levels. Which tool should you use to review and manage repository access?

A.

GitHub Pages Settings.

B.

GitHub Actions Logs.

C.

Repository Settings > Manage Access.

D.

Branch Protection Rules.

Full Access
Question # 10

Your organization is implementing team synchronization. Which of the following should you prioritize during the setup process?

A.

Disabling the audit log stream

B.

Setting an infrequent sync schedule to reduce performance impact

C.

Allowing manual updates to team memberships

D.

Clearly define how identity provider groups will align with GitHub teams and roles

Full Access
Question # 11

When a token is used to perform actions across different GitHub resources, how is this reflected in audit logs?

A.

Each API action made with the token generates a separate audit log entry

B.

Only the first repository accessed is recorded

C.

GitHub creates a ZIP archive of all token activity

D.

The audit log stores only the token name and not its actions

Full Access
Question # 12

Which of the following is the responsibility of a Team Maintainer in a GitHub organization? (Choose two.)

A.

Modifying organization-wide settings.

B.

Managing nested sub-teams.

C.

Adding or removing team members.

D.

Deleting repositories assigned to the team.

Full Access
Question # 13

Why would someone choose to configure a security policy?

A.

To communicate corporate security and compliance policies for end users on a private repository.

B.

To provide information on an open source repository for open source collaborators and researchers that may need to report and disclose sensitive security findings to maintainers securely.

C.

To prevent anyone from pushing to the repository without approval.

D.

To define which open source packages are permitted for use as part of that repository.

Full Access
Question # 14

In a GitHub repository using Dependabot, which of the following best describes the purpose of the .github/dependabot.yml file?

A.

It configures scheduling, package ecosystems, and target directories for update checks.

B.

It lists commit SHAs to exclude from automatic pull requests.

C.

It enables GitHub to scan for secrets in dependency files.

D.

It encrypts dependency versions before storing them in the repo.

Full Access
Question # 15

A GitHub Enterprise administrator is planning to implement SAML SSO across their company. Which of the following correctly distinguishes enterprise-wide SAML SSO from organization-level SAML SSO?

A.

Enterprise-wide SAML SSO requires less initial administrative overhead than organization-level implementation.

B.

Enterprise-wide SAML SSO allows different organizations to use different authentication methods.

C.

Enterprise-wide SAML SSO immediately removes users who fail to authenticate via the IdP.

D.

Enterprise-wide SAML SSO ensures users authenticate through the same IdP across all organizations.

Full Access
Question # 16

Which of the following is a key benefit of setting default read permissions across organizations?

A.

Suits environments where all users need write access.

B.

Improves collaboration by allowing users to modify content directly.

C.

Increases efficiency in content creation and updates.

D.

Enhances security by minimizing unintended modifications.

Full Access
Question # 17

Which of the following is a benefit of creating a new GitHub organization?

A.

Automatic inheritance of policies from other organizations.

B.

Reduced administrative overhead.

C.

Clear separation of reggs, projects, teams, billing, and organization-specific policies.

D.

Simplified collaboration across all organizations.

Full Access
Question # 18

Which product's usage is not included in GitHub Enterprise Cloud's monthly metered billing report?

A.

Git LFS bandwidth

B.

GitHub Actions minutes

C.

GitHub Discussions engagement

D.

GitHub Packages storage

Full Access
Question # 19

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

A.

Delete branch

B.

Fetch

C.

Push

D.

Clone

Full Access