Your organization is implementing team synchronization. Which of the following should you prioritize during the setup process?
Answer : D
Before you enable team synchronization, you should clearly define how groups in your identity provider will map to GitHub teams and roles - ensuring that when the sync runs, users land in the correct teams with the right permissions.
Which of the following GitHub token types supports fine-grained repository permissions AND is recommended for CI/CD automation?
Answer : B
GitHub App Installation Access Tokens are privileged to the exact permissions you grant the App - down to individual repositories - and rotate automatically, making them the recommended choice for CI/CD automation workflows that demand least-privilege, fine-grained access.
Why would someone choose to configure a security policy?
Answer : B
A security policy (the SECURITY.md file) lets maintainers of an open source repository provide clear, private instructions for collaborators and external researchers on how to report and disclose security vulnerabilities responsibly.
You are managing a repository in your organization's GitHub account. A team member asks you to confirm who has access to the repository and their permission levels. Which tool should you use to review and manage repository access?
Answer : C
Use theRepositorySettingsManageAccess page to view all users and teams with access and their assigned permission levels.
When a user becomes a member of multiple GitHub organizations, which THREE of the following are important considerations for administrators? (Choose three.)
Answer : B, C, D
A user's repository access and team memberships are scoped to each organization, so admins must configure permissions separately per org.
When an organization enforces SAML SSO, each member must authorize their personal access tokens or SSH keys for that org, requiring separate approval for each SAML-enabled organization
Roles and permission levels (owner, member, billing manager, repository roles, etc.) are assigned on a per-organization basis, so a user often has different permissions in different organizations.
Which factor affects GitHub Actions pricing for GitHub-hosted runners on GitHub Enterprise Cloud?
Answer : D
GitHub Actions billing for GitHub-hosted runners is based on the number of minutes consumed and the operating system of the runner - Linux, Windows, and macOS each have different per-minute rates.
You want to ensure a secret is automatically available to only workflows in internal and private repositories in the organization. Where do you configure the required access policy?
Answer : D
You set the access policy on the Organization Secret itself - configuring its visibility so it's scoped automatically to only internal and private repositories.