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

GH-900 GitHub Foundations Questions and Answers

Questions 4

What happens when a comment is marked as an answer in a GitHub discussion?

Options:

A.

The comment is highlighted and labeled as the accepted answer

B.

The comment is pinned to the top of the discussion for visibility

C.

The discussion is automatically archived

D.

The discussion is locked for further comments

Buy Now
Questions 5

What best describes Markdown?

Options:

A.

Markup language

B.

Programming language

C.

Scripting language

D.

Version control system

E.

Containerization solution

Buy Now
Questions 6

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 7

Which three of the following features are available with GitHub Mobile? Each answer presents a complete solution.

Options:

A.

Edit files in pull requests

B.

Compare changed images to visually review updates

C.

Manage, triage, and clear notifications from github.com

D.

Add changes to your commit interactively

E.

Schedule push notifications for specific custom hours

Buy Now
Questions 8

Which of the following attributes are on the Milestone page? (Each correct answer presents a complete solution. Choose two.)

Options:

A.

each milestone ' s completion percentage

B.

a list of the open and closed issues associated with the milestone

C.

a summary list of GitHub Projects tagged to the milestone

D.

GitHub Action workflows that need to be executed to complete the milestone

Buy Now
Questions 9

In GitHub, why is it recommended to deploy from your feature branch before merging into the main branch?

Options:

A.

To directly deploy changes from the main branch without any intermediate testing

B.

To speed up the process of merging changes into the main branch

C.

To avoid the need for testing changes in production

D.

To ensure the changes are verified and validated in a production environment

Buy Now
Questions 10

From the Organization settings, which restrictions can organization owners place on GitHub Actions usage?

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

Options:

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.

Buy Now
Questions 11

Which mechanisms can you use to personalize Codespaces for your account? (Each correct answer presents part of the solution. Choose two.)

Options:

A.

devcontainer

B.

dotfiles

C.

settings sync

D.

operating system

E.

branch protections

F.

IDE plug-ins

Buy Now
Questions 12

Which Discussion category allows a user to mark a response as an answer?

Options:

A.

Q & A

B.

Ideas

C.

General

D.

Polls

Buy Now
Questions 13

What are advantages of GitHub Projects over GitHub Projects Classic?

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

Options:

A.

GitHub Projects has multiple layout views.

B.

GitHub Projects has Insights.

C.

GitHub Projects are Copilot enabled.

D.

GitHub Projects can be connected to third-party tools.

Buy Now
Questions 14

As a user, what feature can you use to add an issue to the top of the Issues page for easier visibility?

Options:

A.

Star the issue.

B.

Label the issue.

C.

Subscribe to the issue.

D.

Pin the issue.

Buy Now
Questions 15

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 16

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 17

When making comments in GitHub, the supported text language is:

Options:

A.

CSS.

B.

JavaScript.

C.

Markdown

D.

JSON.

E.

XML

own.

Buy Now
Questions 18

What is a gist?

Options:

A.

GitHub app

B.

Git repository

C.

Markdown document

D.

GitHub Pages site

Buy Now
Questions 19

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 20

Which of the following are advantages of saved replies?

(Each correct answer presents part of the solution. Choose two.)

Options:

A.

Saved replies are tied to a GitHub user ' s personal account.

B.

Saved replies are allocated at the enterprise level for all users.

C.

Saved replies allow you to create a reusable response to issues and pull requests.

D.

Saved replies will send auto notifications when a user is tagged to an issue.

Buy Now
Questions 21

What is a Git remote?

Options:

A.

a reference to a repository that is hosted in a separate location

B.

a local copy of the repository stored on a user ' s machine

C.

a branch in the repository where changes are pushed for collaboration

D.

a separate repository for testing before pushing changes to the main repository

Buy Now
Questions 22

From the list of projects for an organization, how can a user identify a GitHub Projects template?

Options:

A.

Check the " show template " checkbox.

B.

Use the " is

" filter in the search text box.

C.

Select the Templates tab.

D.

View the contents in the .github/projects folder.

Buy Now
Questions 23

Which of the following is a key characteristic of GitHub Projects?

Options:

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

Buy Now
Questions 24

Which version control system is GitHub built on top of?

Options:

A.

Mercurial

B.

Perforce

C.

Subversion

D.

Git

Buy Now
Questions 25

As a repository admin, which alerts can you see from the security tab of a repository? (Each answer presents a complete solution. Choose three.)

Options:

A.

Branch Protection

B.

Dependabot

C.

Push Protection Bypass

D.

Code Scanning

E.

Secret Scanning

Buy Now
Questions 26

What is the difference between Git and GitHub?

Options:

A.

Git is a centralized version control system, while GitHub is a cloud-based collaboration platform.

B.

Git is a cloud-based hosting service, while GitHub is a distributed version control system.

C.

Git and GitHub are different names for the same tool that is used for version control and collaboration.

D.

Git is a command-line tool for tracking file changes, while GitHub is a platform for collaborating on Git repositories.

Buy Now
Questions 27

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 28

What are achievements on a GitHub user profile?

Options:

A.

special recognition for significant contributions and milestones

B.

total number of repositories owned

C.

number of stars received on repositories

D.

virtual trophies awarded for completing coding challenges

Buy Now
Questions 29

What is defined as software that can be freely used, modified, and shared by anyone?

Options:

A.

proprietary

B.

open source

C.

free source

D.

Innersource

Buy Now
Questions 30

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 31

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 32

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 33

The difference between GitHub Desktop and github.com is that Desktop:

Options:

A.

Is a standalone software application.

B.

Enables integration with office suite applications.

C.

Is only available on Windows operating systems.

D.

Offers a graphical user interface.

E.

Is a self-hosted version of GitHub.

Buy Now
Questions 34

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 35

GitHub Actions workflows can be directly triggered by which of the following events?

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

Options:

A.

Adding a comment to a discussion post

B.

Creating a new repository

C.

Committing a change to a local git repository

D.

Pushing to a GitHub repository

E.

Disabling a GitHub runner

F.

Creating an Issue

Buy Now
Questions 36

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
Questions 37

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 38

What is the difference between an organization member and an outside collaborator?

Options:

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.

Buy Now
Questions 39

Workflows can reference actions in:

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

Options:

A.

Any public repository.

B.

The same repository as your workflow file.

C.

GitHub Packages.

D.

An enterprise marketplace.

E.

A published Docker container image on Docker Hub.

Buy Now
Questions 40

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 41

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 42

Which of the following is NOT a component of a pull request?

Options:

A.

Compare branch

B.

Pull request description

C.

Repository visibility settings

D.

Base branch

Buy Now
Questions 43

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
Exam Code: GH-900
Exam Name: GitHub Foundations
Last Update: Jul 13, 2026
Questions: 144

PDF + Testing Engine

$144.99

Testing Engine

$109.99

PDF (Q&A)

$94.99