00:00

QUESTION 1

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

Correct Answer: C
Regularly auditing for inactive (dormant) users lets you suspend or remove accounts that aren??t consuming seats - freeing up licenses and directly lowering your per?user subscription costs.

QUESTION 2

When a user becomes a member of multiple GitHub organizations, which THREE of the following are important considerations for administrators? (Choose three.)

Correct Answer: BCD
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.

QUESTION 3

How does Dependabot determine which security update PRs to open?

Correct Answer: B
Dependabot relies on your repository??s enabled Dependency Graph and Dependabot Alerts to identify vulnerable dependencies; it then automatically opens pull requests to update to the patched versions that resolve those alerts.

QUESTION 4

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 5

A GitHub Enterprise administrator is planning to implement SAML SSO across their company. Which of the following correctly distinguishes enterprise-wide SAML SSO from organization-level SAML SSO?

Correct Answer: D
Enterprise#wide SAML SSO enforces a single IdP across all member organizations—its configuration overrides any per#organization SAML settings, so everyone must authenticate through the same provider.