00:00

QUESTION 11

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.

QUESTION 12

Why would a GitHub App be favored over a machine account for automation tasks?

Correct Answer: B
GitHub Apps authenticate with short‑lived installation tokens scoped to fine‑grained permissions and, when owned by a GitHub Enterprise Cloud organization, enjoy a higher rate limit (15,000 requests/hour) compared to a machine account's personal access token.

QUESTION 13

You are an administrator and need to enforce a policy on forking private and internal repositories. Which options are available for configuring the policy at the enterprise level? (Each answer presents a complete solution. Choose three.)

Correct Answer: ABE
You can configure the enterprise policy to allow organization owners to administer the forking setting at the organization level, giving them control over how repos fork within their orgs.
You can choose to allow any user who already has access to a private or internal repo to fork it.
You can also set the policy to never allow forking of private or internal repositories across all organizations.

QUESTION 14

Which of the following accurately contrasts a GitHub App and a GitHub Action?

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

QUESTION 15

What is a key characteristic of GitHub Enterprise Server (GHES) compared to GitHub Enterprise Cloud (GHEC)?

Correct Answer: C
GitHub Enterprise Server is a self‑hosted product you install and manage on your own infrastructure - giving you full control over data storage, network security policies, and the underlying environment.