Special New Year Discounts Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

ExamsBrite Dumps

GitHub Administration Question and Answers

GitHub Administration

Last Update Sep 17, 2025
Total Questions : 65

We are offering FREE GH-100 Microsoft exam questions. All you do is to just go and sign up. Give your details, prepare GH-100 free exam questions and then go for complete pool of GitHub Administration test questions that will help you more.

GH-100 pdf

GH-100 PDF

$46  $114.99
GH-100 Engine

GH-100 Testing Engine

$54  $134.99
GH-100 PDF + Engine

GH-100 PDF + Testing Engine

$70  $174.99
Questions 1

Our organization is updating its enterprise policies. Which of the following steps should you take to ensure alignment with security requirements?

Options:

A.  

Maintain clear documentation of existing policies and policy changes.

B.  

Implement the new enterprise policies across the organization first and then consult with the security team to identify- any necessary adjustments or retrofits

C.  

Implement changes without consulting stakeholders.

D.  

Regularly assess and adjust policies based on evolving risks.

Discussion 0
Questions 2

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

Options:

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.

Discussion 0
Questions 3

What is the key benefit of using a GitHub security advisory within a repository?

Options:

A.  

It automatically reverts commits that introduced the vulnerability.

B.  

It allows maintainers to privately disclose, discuss, and publish vulnerabilities.

C.  

It flags all forks of the repository as vulnerable.

D.  

It prevents users from cloning the repository until issues are resolved.

Discussion 0
Questions 4

Which factor affects GitHub Actions pricing for GitHub-hosted runners on GitHub Enterprise Cloud?

Options:

A.  

Number of workflows defined in .github/workflows/

B.  

Number of contributors to the repository Explanation:Incorrect. Contributor count does not impact billing for Actions

C.  

Total number of repositories using Actions

D.  

Operating system used in the runner environment

Discussion 0
Questions 5

Which of the following is a key benefit of using GitHub Marketplace Apps in an enterprise?

Options:

A.  

They guarantee no downtime during enterprise GitHub maintenance windows

B.  

They often include integrations with external services, reducing the need for custom code

C.  

Apps eliminate the need for GitHub Actions entirely

D.  

All apps come pre-approved by GitHub's internal security team

Discussion 0
Questions 6

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

Options:

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.

Discussion 0
Questions 7

You are an administrator and need to enforce a policy on forking private and internal repositories. Which options are available for configuring the policy at the enterprise level? (Each answer presents a complete solution. Choose three.)

Options:

A.  

Allow organization owners to administer the setting at the organization level.

B.  

Allow people who have access to private and internal repositories to fork these repositories.

C.  

Allow specific people or teams to fork private and internal repositories.

D.  

Disallow repository owners from administering the setting at the repository level.

E.  

Disallow forking of private and internal repositories.

Discussion 0
Questions 8

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.)

Options:

A.  

EMU accounts can be used for both personal and enterprise repositories.

B.  

EMU accounts are managed through an identity provider such as Azure AD.

C.  

EMU accountsallow users to create and manage their own credentials.

D.  

EMU accounts restrict users to enterprise-related activities only

E.  

EMU accounts are created and managed by individual users.

F.  

EMU accounts are owned by the organization and cannot be unlinked.

Discussion 0
Questions 9

What needs to be done to ensure that only specific repositories can access the runners in an organization runner group?

Options:

A.  

Use GitHub's meta API to configure access.

B.  

Add a label to the runner group.

C.  

Configure repository access in the runner group settings.

D.  

Configure the Actions Policies to "Only selected repositories".

Discussion 0
Questions 10

Which events from the audit log are exposed by the GraphQL API? Each answer presents a complete solution. (Choose three.)

Options:

A.  

changes in permissions

B promoting users to administrators

B.  

pushes to repositories

C.  

changes to permissions of a GitHub App

D.  

cloning of repositories

Discussion 0
Questions 11

Which of the following actions can a user with Write permissions perform in a GitHub repository?

Options:

A.  

Manage repository settings, such as labels and GitHub Pages.

B.  

Push code to non-protected branches.

C.  

Configure branch protection rules.

D.  

Delete the repository.

Discussion 0
Questions 12

What do you need to successfully generate a support bundle on a GitHub Enterprise Server?

Options:

A.  

Approval from GitHub Support

B.  

A custom GitHub Action in the root repo

C.  

Administrator SSH access to the appliance

D.  

A GitHub App with read:org permissions

Discussion 0
Questions 13

How does Dependabot determine which security update PRs to open?

Options:

A.  

It waits for manual triage of all CVEs.

B.  

It uses the dependency graph and Dependabot alerts to open PRs for patched versions.

C.  

It reads the GitHub Issues and automatically suggests fixes.

D.  

It compares your codebase to the GitHub Trending list.

Discussion 0
Questions 14

How does GitHub handle secrets found via secret scanning in a public repository?

Options:

A.  

It alerts the service provider (e.g., AWS, Stripe).

B.  

It immediately blocks the commit to protect the secret.

C.  

It deletes the secret from the repository automatically.

D.  

It notifies the admin via webhook.

Discussion 0
Questions 15

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

Options:

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

Discussion 0
Questions 16

When comparing fine-grained Personal Access Tokens (PATs) with classic PATs, which of the following statements is accurate?

Options:

A.  

Fine-grained PATs automatically renew while classic PATs require manual renewal.

B.  

Fine-grained PATs permissions can be scoped to specific repositories.

C.  

Classic PATs offer more permission controls than fine-grained PATs.

D.  

Classic PATs can be restricted to specific organizations, but fine-grained PATs cannot.

Discussion 0
Questions 17

You are using GitHub-hosted runners and need to securely deploy to an internal system. The security team requires that these runners use IP address ranges that would not be shared with other companies. Which of the following approaches would meet their requirements?

Options:

A.  

GitHub-hosted larger runners with Azure private networking

B.  

GitHub-hosted standard runners, using the IP addresses provided in "actions" from https://api.github.com/meta

C.  

GitHub-hosted standard runners, using the IP addresses provided in "api" from https://api.github.com/meta

D.  

GitHub-hosted larger runners with static IP addresses

Discussion 0
Questions 18

Why would someone choose to configure a security policy?

Options:

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.

Discussion 0
Questions 19

Which of the following is true about outside collaborators in a GitHub organization?

Options:

A.  

They are granted explicit access to specific repositories.

B.  

They inherit organization-wide policies, such as SSO requirements.

C.  

They have access to all private repositories by default.

D.  

They appear in the organization's internal member list.

Discussion 0