Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

GH-900 GitHub Foundations Questions and Answers

Questions 4

What is the minimum access needed to contribute to a repository?

Options:

A.

Read

B.

Triage

C.

Maintain

D.

Write

Buy Now
Questions 5

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 6

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 7

What template types are available when creating an issue template? (Each correct answer presents part of the solution. Choose three.)

Options:

A.

Feature request

B.

Custom template

Bug report

C.

Standard template

D.

Security notification

Buy Now
Questions 8

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 9

What qualifier finds issues that mention a certain user?

Options:

A.

mentions:

B.

Smentioned:

C.

mentioned:

D.

threads:

Buy Now
Questions 10

Which of the following GitHub features supports Polling?

Options:

A.

Issues

B.

Projects

C.

Discussions

D.

Wikis

Buy Now
Questions 11

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 12

Which of the following default workflows are available as part of GitHub projects? (Each answer presents a complete solution. Choose three.)

Options:

A.

" Label added to issue '

B.

" Auto-archive items "

C.

" Pull request merged "

D.

" Item closed "

E.

" Pull request opened "

Buy Now
Questions 13

What is a benefit of using GitHub Enterprise Cloud with Enterprise Managed Users (EMU)?

Options:

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.

Buy Now
Questions 14

What GitHub feature allows the developer community to financially support the people and organizations who maintain the open source projects they depend on?

Options:

A.

GitHub Support

B.

GitHub Sponsors

C.

GitHub Community Exchange

D.

GitHub Discussions

Buy Now
Questions 15

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 16

Which of the following statements most accurately describes who can access a private repository Wiki?

Options:

A.

Wikis are only viewable by repository admins.

B.

Wikis can be viewed by the same people who have Read access to the repository.

C.

Wikis will not be visible until shared with a specific user.

D.

Wikis are public regardless of whether you have access to the repository.

Buy Now
Questions 17

What are the defining features of Git?

Options:

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

Buy Now
Questions 18

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 19

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 20

How can a user choose to receive ongoing updates about a specific activity on GitHub.com?

Options:

A.

By automatically watching all repositories you have push access to

B.

By upgrading from a free to a paid account

C.

By subscribing to notifications for all activity in a repository

D.

By customizing the types of notifications you will receive in the future

Buy Now
Questions 21

Which Insights feature allows users to view repository activity including: pull requests, issues, and commit history?

Options:

A.

Traffic

B.

Activity overview

C.

Pulse

D.

Code frequency

Buy Now
Questions 22

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 23

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 24

Which of the following steps are part of the Codespaces lifecycle?

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

Options:

A.

Commit

B.

Clone

C.

Rebuild

D.

Rollback

E.

Delete

F.

Create

G.

Install

Buy Now
Questions 25

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 26

What are some scenarios that can automatically subscribe you to conversations on GitHub?

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

Options:

A.

Pushing a commit to the default branch

B.

Being added as a repo admin

C.

Opening a pull request or issue

D.

Commenting on a thread

E.

Being assigned to an issue or pull request

Buy Now
Questions 27

Who can be assigned to an Issue or pull request?

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

Options:

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

Buy Now
Questions 28

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 29

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 30

Which version control system is GitHub built on top of?

Options:

A.

Mercurial

B.

Perforce

C.

Subversion

D.

Git

Buy Now
Questions 31

GitHub Copilot leverages an Al model trained using:

Options:

A.

public, internal, and private repositories in your GitHub organization.

B.

code samples from online forums.

C.

public GitHub repositories.

D.

public and internal repositories in your GitHub organization.

Buy Now
Questions 32

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 33

Which of the following options can a user do from a discussion post?

Options:

A.

Duplicate the discussion

B.

Archive the discussion

C.

Create an issue from the discussion

D.

Add the discussion to README

Buy Now
Questions 34

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 35

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 36

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 37

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
Exam Code: GH-900
Exam Name: GitHub Foundations
Last Update: Mar 22, 2026
Questions: 124

PDF + Testing Engine

$65.27  $186.49

Testing Engine

$52.32  $149.49
buy now GH-900 testing engine

PDF (Q&A)

$48.12  $137.49
buy now GH-900 pdf