GitHub GitHub Foundations GitHub Foundations Exam Online Training
GitHub GitHub Foundations Online Training
The questions for GitHub Foundations were last updated at Feb 25,2025.
- Exam Code: GitHub Foundations
- Exam Name: GitHub Foundations Exam
- Certification Provider: GitHub
- Latest update: Feb 25,2025
Question #21
What does a CODEOWNERS file do in a repository?
- A . Restricts who can edit specific files
- B . Requires peer code review for code changes
- C . Defines access permissions for the repository
- D . Sets the reviewers for pull requests automatically
Question #22
From the Organization settings, which restrictions can organization owners place on GitHub Actions usage? (Each answer presents a complete solution. Choose three.)
- A . Allow actions that use self-hosted runners.
- B . Allow an action to be run from a Codespace.
- C . Allow specified actions.
- D . Allow actions by Marketplace verified creators.
- E . Allow actions created by GitHub.
Question #23
Which of the following best describes GitHub flow?
- A . A branching model that uses feature branches and multiple primary branches
- B . A strategy where separate branches are created for each release, and pull requests are used to collaborate on and approve releases
- C . A lightweight workflow that allows for safe experimentation with new ideas and collaboration on projects through branching, pull requests, and merging
- D . A strict workflow that enforces a linear development process with all changes made directly on the main branch
Question #24
Which of the following is always true about the feature preview phases Alpha and Beta?
- A . Alpha features are not available to the public.
- B . Alpha features are documented.
- C . Alpha and Beta features offer Service Level Agreements (SLAs).
- D . Beta features provide technical support.
Question #25
Which of the following statements most accurately describes who can access a private repository Wiki?
- A . Wikis are only viewable by repository admins.
- B . Wikis can be viewed by the same people who have Read access to the repository.
- C . Wikis will not be visible until shared with a specific user.
- D . Wikis are public regardless of whether you have access to the repository.