Pre-Summer Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

GH-900 Sample Questions Answers

Questions 4

What best describes Markdown?

Options:

A.

Markup language

B.

Programming language

C.

Scripting language

D.

Version control system

E.

Containerization solution

Buy Now
Questions 5

Which of the following best describes cloning a repository?

Options:

A.

It creates a copy of the repository on GitHub.com.

B.

It retrieves code updates from the remote repository.

C.

It creates a copy of the repository on your local machine.

D.

It imports your source code into a new repository.

Buy Now
Questions 6

Which of the following are included as pre-defined repository roles?

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

Options:

A.

Security

B.

View

C.

Triage

D.

Maintain

E.

Delete

F.

Write

Buy Now
Questions 7

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 8

What is a gist?

Options:

A.

GitHub app

B.

Git repository

C.

Markdown document

D.

GitHub Pages site

Buy Now
Questions 9

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 10

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

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 13

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 14

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 15

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 16

Which of the following is an Innersource development practice?

Options:

A.

Adopting open source code into the organization

B.

Sharing code between teams within the organization

C.

Removing open source code from the organization

D.

Making all repositories publicly accessible

Buy Now
Questions 17

What folder is the definition files stored in when creating custom issue forms?

Options:

A.

.issues

B.

.issues/ISSUE_TEMPLATE

C.

.github/ISSUE_TEMPLATE

D.

.GitHub

Buy Now
Questions 18

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

Options:

A.

Read

B.

Triage

C.

Maintain

D.

Write

Buy Now
Questions 19

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 20

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 21

Which of the following items can you customize for an individual Codespace?

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

Options:

A.

Shell

B.

Branch protections

C.

Name

D.

Default editor

E.

Operating system

Buy Now
Questions 22

What layouts are available for GitHub Projects?

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

Options:

A.

Roadmap

B.

Kanban

C.

Board

D.

Table

E.

Backlog

Buy Now
Questions 23

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 24

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 25

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 26

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 27

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 28

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 29

After 30 minutes of inactivity, a GitHub Codespace will:

Options:

A.

Be deleted

B.

Commit changes

C.

Restart

D.

Time out

Buy Now
Questions 30

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 31

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 32

What is the primary goal of GitHub in terms of integrating tools and providing an ecosystem?

Options:

A.

to create a unified, standardized ecosystem for all developers

B.

to bring developers ' preferred tools together in one place

C.

to develop proprietary tools and provide opinionated integration options

D.

to offer a diverse range of tools for specific development needs

Buy Now
Questions 33

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 34

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 35

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 36

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 37

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
Exam Code: GH-900
Exam Name: GitHub Foundations
Last Update: Apr 14, 2026
Questions: 124
$61.25  $174.99
$47.25  $134.99
$40.25  $114.99
buy now GH-900