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

GH-900 GitHub Foundations Questions and Answers

Questions 4

What should a user follow to see public activity on their personal dashboard? (Each answer presents a complete solution. Choose two.)

Options:

A.

teams

B.

people

C.

enterprises

D.

stars

E.

organizations

Buy Now
Questions 5

The difference between GitHub Enterprise Server (GHES) and GitHub Enterprise Cloud is that GHES:

Options:

A.

cannot enable rate limiting.

B.

includes authentication with SAML single sign-on and access provisioning with SAML or SCIM.

C.

can be deployed on both Windows and Linux.

D.

is a self-hosted solution that allows organizations to have full control over their infrastructure.

Buy Now
Questions 6

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 7

Which of the following is always true about the feature preview phases Alpha and Beta?

Options:

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.

Buy Now
Questions 8

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 9

Which of the following can be performed within GitHub Mobile?

Options:

A.

Utilizing the mobile device as a self-hosted runner

B.

Managing enterprise and organization settings

C.

Chat with other GitHub Mobile users via voice calling

D.

Forking and cloning repositories

E.

Managing notifications from github.com

Buy Now
Questions 10

Which of the following two-factor authentication (2FA) methods can you use to secure a GitHub account?

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

Options:

A.

Authenticator app

B.

Security questions

C.

GitHub mobile

D.

Security keys

E.

Single sign-on

Buy Now
Questions 11

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 12

For which of the following does GitHub provide hosted runners?

Options:

A.

AWS, Azure, and GCP

B.

Linux, Windows, and macOS

C.

Kubernetes

D.

Docker

Buy Now
Questions 13

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 14

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 15

As a user, which of the following default labels is used to indicate that a maintainer needs assistance on an issue or pull request?

Options:

A.

Enhancement

B.

Question

C.

Help wanted

D.

Documentation

Buy Now
Questions 16

Which of the following GitHub syntax formats is consistent with the associated text?

Options:

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

Buy Now
Questions 17

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 18

Which of the following is the best GitHub feature for long-form documentation for a project?

Options:

A.

Insights

B.

Pull Requests

C.

Projects

D.

Wikis

Buy Now
Questions 19

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 20

An organization in a GitHub enterprise has a base permission of " No permissions. " Which users in this enterprise will be able to see all internal repositories within this organization?

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

Options:

A.

outside collaborators in the same organization

B.

outside collaborators with repo Admin access

C.

members in the same organization

D.

members in another organization in that enterprise

Buy Now
Questions 21

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 22

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 23

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 24

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 25

Which GitHub tools or features is best to quickly modify a batch of files in a repository?

Options:

A.

Install and use GitHub Mobile.

B.

Use github.dev from a web browser.

C.

Install and use GitHub Desktop.

D.

Install and use the git CLI.

E.

Create and use a new GitHub Codespace.

Buy Now
Questions 26

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 27

Which syntax is used for authoring saved replies?

Options:

A.

Markup

B.

YAML

C.

HTML

D.

Markdown

Buy Now
Questions 28

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 29

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 30

Which of the following information is available by default in a user ' s GitHub profile?

Options:

A.

Personal biography and profile picture

B.

Public Secure Shell Protocol (SSH) keys

C.

A list of the user ' s private repositories

D.

Email address and password

Buy Now
Questions 31

How are commits related to pull requests?

Options:

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.

Buy Now
Questions 32

Which of the following is a primary goal of GitHub ' s community?

Options:

A.

Exclusively supporting experienced developers

B.

Creating a competitive environment for developers

C.

Facilitating collaboration and creativity

D.

Enforcing strict code quality standards

Buy Now
Questions 33

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 34

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 35

While maintaining the gist history, which of the following is the most efficient way to create a public gist based on another user ' s gist?

Options:

A.

Fork the gist.

B.

Create a new gist and copy the content from the existing gist.

C.

Clone the gist.

D.

Request to be added to the existing gist.

Buy Now
Questions 36

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 37

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
Exam Code: GH-900
Exam Name: GitHub Foundations
Last Update: Apr 2, 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