GH-100 Dumps

GH-100 Free Practice Test

Microsoft GH-100: GitHub Administration Exam

QUESTION 6

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

Correct Answer: A
Each API call authenticated with a token generates its own audit-log event, so you'll see a distinct entry for every action performed across different resources, each annotated with the token's hashed ID, actor, and source IP.

QUESTION 7

What additional capability does secret scanning offer for private repositories on GitHub Enterprise Cloud?

Correct Answer: A
Secret scanning in private repositories on GitHub Enterprise Cloud lets you define and use custom regular‑expression patterns - so you can detect internal or proprietary secret formats beyond the default partner‑provided types.

QUESTION 8

What will happen if Dependabot discovers a vulnerable transitive dependency in a repository?

Correct Answer: A
Dependabot will automatically open a pull request that updates the direct dependency to a version which, in turn, resolves (or removes) the vulnerable transitive dependency—ensuring the fix is applied via your declared dependencies.

QUESTION 9

How does GitHub support compliance requirements for enterprises?

Correct Answer: A
GitHub Enterprise gives you a suite of configurable controls - like a comprehensive audit log, enforced SAML single sign‑on, and enterprise‑level rulesets - that you can tailor and enforce to meet your organization's compliance mandates.

QUESTION 10

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

Correct Answer: D
Enforcing a default of Read for organization members ensures they can view content without the ability to push changes, reducing the risk of accidental or unauthorized modifications.