What is the new capability of GitHub's billing dashboard?
Correct Answer:B
The revamped Billing & Licensing dashboard now includes a dedicated "Copilot" tab that shows per‑user seat assignments, usage counts, and estimated costs for your organization's GitHub Copilot licenses, enabling you to track Copilot consumption by individual users.
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?
Correct Answer:D
GitHub??s larger runners let you reserve dedicated static IP addresses for your workflows - so you can allow#list those IPs in your firewall and be sure they aren??t shared with any other tenant.
When comparing Group SCIM to Team Sync for identity management in GitHub Enterprise, which statement is Correct?
Correct Answer:D
Group SCIM lets you manage both user accounts and group memberships centrally in your identity provider - automatically provisioning, updating, and deprovisioning users and groups in GitHub - whereas Team Sync only mirrors IdP group membership into existing GitHub teams.
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?
Correct Answer:C
By defining the API key as an organization secret, you centralize management and can grant access only to the subset of repositories you choose - eliminating per‑repo duplication while enforcing the desired scope.
Which practice helps avoid service disruption when consuming GitHub APIs at scale?
Correct Answer:A
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 correctly describes the difference between controlling actions at the enterprise level versus the organization level in GitHub?
Correct Answer:B
Enterprise policies let you define and enforce mandatory settings across all member organizations - organization#level policies then operate within the options that the enterprise policy exposes.