Spring Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

GH-900 GitHub Foundations Questions and Answers

Questions 4

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 5

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 6

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 7

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 8

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 9

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 10

What best describes Markdown?

Options:

A.

Markup language

B.

Programming language

C.

Scripting language

D.

Version control system

E.

Containerization solution

Buy Now
Questions 11

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 12

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 13

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 14

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 15

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 16

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 17

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 18

Where can you go to discover, browse, and install tools?

Options:

A.

GitHub Marketplace

B.

GitHub Apps

C.

Organization settings

D.

Explore

Buy Now
Questions 19

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 20

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 21

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 22

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 23

Which of the following GitHub features supports Polling?

Options:

A.

Issues

B.

Projects

C.

Discussions

D.

Wikis

Buy Now
Questions 24

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 25

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 26

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 27

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 28

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 29

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 30

As a user, what feature can you use to merge proposed changes in a repository on GitHub?

Options:

A.

Issues

B.

Pull requests

C.

Projects

D.

Discussions

Buy Now
Questions 31

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 32

Which of the following are characteristics of GitHub Teams? (Each answer presents a complete solution. Choose two.)

Options:

A.

Team visibility can be visible or secret.

B.

Teams can be nested.

C.

Teams has a maximum size of 100 users.

D.

Teams requires access to at least one repository.

Buy Now
Questions 33

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 34

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 35

Which of the following are counted in the contribution graph on a user ' s profile? (Each answer presents a complete solution. Choose two.)

Options:

A.

commits made

B.

public repositories

C.

followers

D.

issues closed

E.

pull requests created

Buy Now
Questions 36

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 37

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