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
As a user, what feature can you use to merge proposed changes in a repository on GitHub?
- A . Issues
- B . Pull requests
- C . Projects
- D . Discussions
What layouts are available for GitHub Projects? (Each answer presents a complete solution. Choose three.)
- A . Roadmap
- B . Kanban
- C . Board
- D . Table
- E . Backlog
Which of the following describes a branch in Git?
- A . A pointer to an identical snapshot of the project at a specific point in time
- B . A physical copy of the entire project stored on disk
- C . A separate, isolated copy of the project’s codebase
- D . A new repository that shares code with the original "upstream" repository
Where should a repository admin navigate to view pre-built visualizations from repository data?
- A . Settings
- B . Issues
- C . Insights
- D . Charts
How can a user create a repository template, and what permissions are required?
- A . With Admin permissions, navigate to Repository settings and select Template Repository.
- B . With Maintain permissions, navigate to Organization settings, select the repository, and choose Template Repository.
- C . With Admin permissions, navigate to Organization settings, select the repository, and choose Template Repository.
- D . With Maintain permissions, navigate to Repository settings and select Template Repository.
As a user, which of the following default labels is used to indicate that a maintainer needs assistance on an issue or pull request?
- A . Enhancement
- B . Question
- C . Help wanted
- D . Documentation
Which of the following options is available as a default Discussion category?
- A . Bug report
- B . Daily check-in
- C . Show and tell
- D . Security concern
What is a benefit of using GitHub Enterprise Cloud with Enterprise Managed Users (EMU)?
- A . It provides centralized control and streamlined management of user accounts through their identity provider (IdP).
- B . It offers additional collaboration and content creation capabilities for managed user accounts.
- C . It automatically validates user interactions using the identity provider (IdP) conditional access policy (CAP).
- D . It enables GitHub user accounts access to protected resources using SAML SSO.
Which of the following is the purpose of a GitHub repository?
- A . To provide a folder that stores project files, including documentation, on your local machine
- B . To provide a version control system designed for small projects, offering simple tools for organizing files on your laptop
- C . To provide a cloud-based hosting service for project documentation, providing a secure and centralized location for file storage
- D . To provide a collaborative space where developers can share and manage code files, track changes, and store revision history
Which of the following best describes cloning a repository?
- A . It creates a copy of the repository on GitHub.com.
- B . It retrieves code updates from the remote repository.
- C . It creates a copy of the repository on your local machine.
- D . It imports your source code into a new repository.