Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

GH-900 GitHub Foundations Questions and Answers

Questions 4

Which of the following types of charts can a user create to get GitHub Projects insights? (Each answer presents a complete solution. Choose two.)

Options:

A.

pie charts

B.

Gantt charts

C.

current charts

D.

forecast charts

E.

historical charts

Buy Now
Questions 5

Which of the following options is available as a default Discussion category?

Options:

A.

Bug report

B.

Daily check-in

C.

Show and tell

D.

Security concern

Buy Now
Questions 6

Which of the following statements most accurately describes secret gists?

Options:

A.

Anyone with the URL for the gist can view the gist.

B.

Secret gists require GitHub Enterprise.

C.

Anyone can see the gist from the gist Discover page.

D.

Users with assigned access can view the gist.

Buy Now
Questions 7

How can a user create a repository template, and what permissions are required?

Options:

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.

Buy Now
Questions 8

What is a gist?

Options:

A.

GitHub app

B.

Git repository

C.

Markdown document

D.

GitHub Pages site

Buy Now
Questions 9

A distributed version control system is best described as a system that:

Options:

A.

Relies on a central server to store the entire project history and allows developers to check out files for editing.

B.

Stores project files on a cloud-based server and allows multiple developers to collaborate on the same codebase simultaneously.

C.

Ensures each developer has their own local copy of the entire code repository, including the complete project history and metadata.

D.

Requires developers to manually track and manage different versions of their files using naming conventions and manual backups.

Buy Now
Questions 10

Where can a user manually link a pull request to an issue?

Options:

A.

in the comment section of the issue

B.

in the right sidebar of the pull request, under " Assignees "

C.

in the right sidebar of the pull request, under " Development "

D.

in the description of the issue

Buy Now
Questions 11

What is the primary purpose of creating a new branch in the GitHub flow?

Options:

A.

To create a backup of the main branch

B.

To capture information about an issue

C.

To experiment with new features or fixes

D.

To incorporate changes from a review

Buy Now
Questions 12

Which of the following permissions can be enabled or disabled at the enterprise level? (Each answer presents a complete solution. Choose two.)

Options:

A.

repository visibility change

B.

repository naming convention

C.

repository secrets

D.

repository deletion and transfer

Buy Now
Questions 13

Which of the following is the best description of a Git commit?

Options:

A.

a snapshot of the entire repository at a specific point in time, capturing the state of all files in the project

B.

a record of the most recent changes made by a developer in Git

C.

a series of changes made to a file, or set of files, in Git

D.

a log message that describes the purpose of the changes made to the files in a Git repository

Buy Now
Questions 14

What are the key areas of focus for GitHub?

(Each answer presents a complete solution. Choose three.)

Options:

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

Buy Now
Questions 15

Pull requests can only be created between two branches that are:

Options:

A.

Authored by the same user.

B.

Authored by different users.

C.

The same.

D.

Different.

Buy Now
Questions 16

Which of the following fields must you fill out when creating a new issue?

Options:

A.

Repository visibility

B.

Branch name

C.

Commit message

D.

Issue title and description

Buy Now
Questions 17

What is the primary purpose of using milestones in GitHub Projects?

Options:

A.

To create custom fields for organizing project data

B.

To group and track related issues and pull requests towards a common goal

C.

To visualize project insights using charts

D.

To automate workflows using GitHub Actions

Buy Now
Questions 18

How is github.dev different than Codespaces?

Options:

A.

Extensions in the Visual Studio Code Marketplace are supported by github.dev.

B.

Codespaces is available within the web browser.

C.

A free monthly quota for personal accounts is provided by github.dev.

D.

Codespaces provides terminal access.

Buy Now
Questions 19

Which of the following describes a branch in Git?

Options:

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

Buy Now
Questions 20

Why is branching a core concept in Git?

Options:

A.

Branching creates physical copies of the project on disk, ensuring data redundancy and backup.

B.

Branching helps in automatically merging changes from different branches into the main branch.

C.

Branching is necessary for organizing files and folders within a Git repository.

D.

Branching creates an isolated environment to try new ideas and make changes without affecting other branches.

Buy Now
Questions 21

An employee needs to find all issues within organization “Avocado " containing text " 404 error " and a " guacamole " label. Which of the following steps would be best to search for these results?

Options:

A.

Enter query org:Avocado is:issue label:guacamole " 404 error " in the search bar.

B.

Go to " Avocado " organization. Select Issues under a repository. Filter issues with a " guacamole " label.

C.

Enter query org:Avocado label:guacamole " 404 error " in the search bar. Select " Issues " in the Filter by section.

D.

Go to the Avocado organization settings. Select Repository defaults under Repository. Scroll to Repository labels and select the ' guacamole ' label.

Buy Now
Questions 22

What is the purpose of GitHub Sponsors?

Options:

A.

It funds the most popular open source projects based on stars.

B.

It provides a channel for GitHub to support open source projects.

C.

It offers a way for companies to purchase software on GitHub.

D.

It allows the developer community to financially support open source projects.

Buy Now
Questions 23

Which three of the following can be configured in a dev container for a GitHub Codespace? Each answer presents a complete solution.

Options:

A.

The default region for Codespace data storage

B.

Shell preferences and scripts using dotfiles

C.

The inactivity timeout period for the Codespace

D.

Extensions and plugins for the development environment

E.

Programming languages and tools required for the project

Buy Now
Questions 24

Which of the following statements is true regarding the mergeability of draft pull requests?

Options:

A.

They cannot be merged, but code owners are automatically requested to review.

B.

They can be merged, but code owners are not automatically requested to review.

C.

They cannot be merged, and code owners are not automatically requested to review.

D.

They can be merged, and code owners are automatically requested to review.

Buy Now
Questions 25

What does a CODEOWNERS file do in a repository?

Options:

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

Buy Now
Questions 26

Which three files can a user automatically add while creating a new repository?

Options:

A.

README, -git, and DOCS

B.

LICENSE, .git, and README

C.

README, .gitignore, and LICENSE

D.

LICENSE, DOCS, and .gitignore

Buy Now
Questions 27

Which of the following is a restriction for Enterprise Managed Users (EMUs)?

Options:

A.

Organization base permissions cannot be applied.

B.

Users cannot create public repositories.

C.

Each GitHub team must be linked to an identity provider group.

D.

Custom repository roles are not available.

Buy Now
Questions 28

Which of the following keywords are used to link a pull request to an issue? (Each correct answer presents a complete solution. Choose three.)

Options:

A.

fix

B.

closed

C.

merge

D.

connects

E.

resolves

F.

join

Buy Now
Questions 29

Which of the following outcomes can be achieved with a branch protection rule?

Options:

A.

Require two-factor authentication (2FA) by code contributors.

B.

Require approval before merging changes.

C.

Block code pushes that contain hardcoded secrets.

D.

Restrict who can view the branch.

Buy Now
Questions 30

What are all repository visibility options in GitHub Enterprise?

Options:

A.

public, internal, and private

B.

public, private

C.

external, public, and private

D.

external, private

Buy Now
Questions 31

How do you open the Command Palette on GitHub.com using a Windows or Linux computer?

Options:

A.

Press Ctrl+K

B.

Press Ctrl+S

C.

Press Shift+Enter

D.

Press Alt+P

Buy Now
Questions 32

Which type of GitHub account is designed for a single user and serves as their identity on GitHub.com?

Options:

A.

Enterprise account

B.

Team account

C.

Organization account

D.

Personal account

Buy Now
Questions 33

Which version control system is GitHub built on top of?

Options:

A.

Mercurial

B.

Perforce

C.

Subversion

D.

Git

Buy Now
Questions 34

What command should you type to create and switch over to a new branch?

Options:

A.

git branch newBranchName

B.

git checkout newBranchName

C.

git checkout -n newBranchName

D.

git checkout -b newBranchName

Buy Now
Questions 35

Which of the following best describes GitHub flow?

Options:

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

Buy Now
Questions 36

When using Organizations, GitHub Teams is better than GitHub Free because it offers:

Options:

A.

Advanced tools and insights in private repositories.

B.

Authentication with SAML single sign-on and increased GitHub Actions minutes.

C.

Expanded storage and priority support.

D.

Increased GitHub Actions minutes and additional GitHub Packages storage.

Buy Now
Questions 37

Which of the following can be performed within GitHub Desktop?

Options:

A.

Creating and managing issues

B.

Reviewing and approving pull requests

C.

Adding and cloning repositories

D.

Commenting on discussions

E.

Integrating with office suite software

Buy Now
Questions 38

What happens when you link an issue to a pull request?

Options:

A.

A reference to the pull request is added to the issue ' s timeline

B.

The issue is locked for further comments

C.

The pull request is automatically approved

D.

The pull request is added to the repository ' s project board

E.

The issue is automatically closed when the pull request is merged

Buy Now
Questions 39

What are primary benefits of using GitHub issues templates?

(Each answer presents a complete solution. Choose two.)

Options:

A.

To automatically label or assign newly created issues

B.

To provide an easy-to-fill-out form for creating new issues

C.

To easily coerce existing issues into a standard format

D.

To automatically create new branches when issues are created

Buy Now
Questions 40

What type of operations has Git been optimized for?

Options:

A.

web development and browser-based coding

B.

remote collaboration and real-time editing

C.

local file manipulation and offline work

D.

cloud-based operations and synchronization

Buy Now
Questions 41

What qualifier finds issues that mention a certain user?

Options:

A.

mentions:

B.

Smentioned:

C.

mentioned:

D.

threads:

Buy Now
Questions 42

Which of the following best describes GitHub Copilot?

Options:

A.

A Visual Studio Code extension for developing AI solutions

B.

An AI tool designed to replace software developers

C.

An AI pair programmer that offers autocomplete-style suggestions

D.

An advanced search tool to intelligently reuse existing code in your projects

Buy Now
Questions 43

In GitHub flow, what is the primary operation when a pull request is approved?

Options:

A.

A release issue is created.

B.

A git tag is created.

C.

The feature branch is merged.

D.

The changes are deployed.

Buy Now
Exam Code: GH-900
Exam Name: GitHub Foundations
Last Update: Jul 1, 2026
Questions: 124
GH-900 pdf

GH-900 PDF

$28.5  $94.99
GH-900 Engine

GH-900 Testing Engine

$33  $109.99
GH-900 PDF + Engine

GH-900 PDF + Testing Engine

$43.5  $144.99