Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

GH-100 Questions and Answers

Question # 6

Which of the following correctly describes the difference between controlling actions at the enterprise level versus the organization level in GitHub?

A.

Enterprise policies and organization policies are independent, with organization policies taking precedence for repositories within the organization.

B.

Enterprise policies configure mandatory settings for organizations.

C.

Enterprise policies apply only to public repositories, while organization policies apply to public, internal, and private repositories.

D.

Enterprise policies can block specific actions, while organization policies can only enable or disable actions entirely.

Full Access
Question # 7

Your organization wants to reduce costs. Which of the following actions should you take?

A.

Grant all users admin permissions

B.

Remove all outside collaborators

C.

Regularly audit for inactive users

D.

Disable SAML SSO for members

Full Access
Question # 8

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 # 9

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 # 10

An organization wants to share a single API key required for their Actions workflows. They need to restrict its use to only a subset of repositories. Where should they configure the secrets to minimize maintenance?

A.

Repository secrets

B.

Environment secrets

C.

Organization secrets

D.

Development environment secrets

Full Access
Question # 11

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

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.

Full Access
Question # 12

What benefit does GitHub Advanced Security provide?

A.

helps organization administrators analyze and configure permissions to the least privilege required

B.

helps developers improve and maintain the security and quality of code

C.

helps enterprise administrators improve and maintain network security for their GitHub Enterprise Server instances

D.

helps organization administrators manage security tokens

Full Access
Question # 13

A token was used to access an organization's resource via API. What fields in the audit log help determine who used it?

A.

The token's permissions and the geographic region of access

B.

The token expiration date

C.

The GitHub Actions runner name

D.

The token ID, requesting IP address, and associated user

Full Access
Question # 14

How is CodeQL different from other static analysis tools?

A Itremoves insecure code automatically

B. It allows querying of code semantics using a database-like language.

C. It only works for open-source projects.

D. It runs analysis only after a security breach.

Full Access
Question # 15

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

A.

Group SCIM requires less initial configuration than Team Sync.

B.

Team Sync supports more identity providers than Group SCIM.

C.

Team Syncprovides more automated user deprovisioningthan Group SCIM.

D.

Group SCIM enablescentralized user and group management through the IdP.

Full Access
Question # 16

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

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

Full Access
Question # 17

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 # 18

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

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

Full Access
Question # 19

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