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
How are commits related to pull requests?
- A . Commits are made on a branch that can have a linked pull request.
- B . Commits can only be made after a pull request is created.
- C . Commits can only be made before a pull request is created.
- D . Commits are made on a pull request that can have a linked branch.
What is the difference between an organization member and an outside collaborator?
- A . Organization base permissions do not apply to outside collaborators.
- B . Two-factor authentication (2FA) is not required for outside collaborators.
- C . Outside collaborators cannot be given the admin role on a repository.
- D . Outside collaborators do not consume paid licenses.
What are the defining features of Git?
- A . Distributed version control, open source software, and being designed for handling projects of any size with efficiency
- B . Sequential version control, cloud-based hosting service, and being designed for collaboration on large projects
- C . Low-cost local branching, convenient staging areas, multiple workflows, and being designed for managing small projects
- D . Centralized version control, proprietary software, and being designed for small projects
Who can be assigned to an Issue or pull request? (Each answer presents a complete solution. Choose two.)
- A . Anyone who has an enterprise GitHub account
- B . Anyone who has commented on the Issue or pull request
- C . Anyone who has a personal GitHub account
- D . Anyone with write permissions to the repository
Which of the following is the best GitHub feature for long-form documentation for a project?
- A . Insights
- B . Pull Requests
- C . Projects
- D . Wikis
Which of the following is a key characteristic of GitHub Projects?
- A . Ability to visualize the commit history
- B . Ability to import Gantt charts from Microsoft Project
- C . Ability to create and customize multiple views
- D . Ability to enforce required fields
Which of the following is an Innersource development practice?
- A . Adopting open source code into the organization
- B . Sharing code between teams within the organization
- C . Removing open source code from the organization
- D . Making all repositories publicly accessible
Which of the following GitHub syntax formats is consistent with the associated text?
- A . * This is a heading
- B . This is a link
- C . <!– This is a comment –>
- D . This is bolded text
- E . 1. This is an ordered list
What are the key areas of focus for GitHub? (Each answer presents a complete solution. Choose three.)
- A . Nurturing a community that supports open source principles
- B . Providing access and opportunities for developers
- C . Providing a social media platform for project managers
- D . Building a technology platform for secure code sharing and collaboration
- E . Hosting video calls with other developers
After 30 minutes of inactivity, a GitHub Codespace will:
- A . Be deleted
- B . Commit changes
- C . Restart
- D . Time out