GH-100 Exam Questions & Answers
GitHub Administration • Microsoft
100% money-back guarantee
Sample GH-100 Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
When a token is used to perform actions across different GitHub resources, how is this reflected in audit logs?
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.
Which product's usage is not included in GitHub Enterprise Cloud's monthly metered billing report?
GitHubDiscussions engagement isn't a metered product and doesn't appear in the ''Product billing'' list, so its usage isn't included in the monthly metered billing report.
Which practice helps avoid service disruption when consuming GitHub APIs at scale?
Designing your integration to stay within GitHub's documented rate limits---by batching requests, using conditional requests, handling 429 responses with back-off, and monitoring the X-RateLimit-* headers - ensures you won't be temporarily throttled or cut off when you hit secondary limits.
Which of the following accurately contrasts a GitHub App and a GitHub Action?
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.
How is CodeQL different from other static analysis tools?
A It removes insecure code automatically
CodeQL differs from traditional static analysis tools by ingesting your code into a queryable database and letting you write QL queries - its own database-style language - to express semantic checks and find patterns across the codebase.
Get access to all 65 verified questions with detailed answers.
Unlock All GH-100 Questions