Pre-Summer Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

Practice Free GH-900 GitHub Foundations Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the Microsoft GH-900 Exam the most current and reliable questions . To help people study, we've made some of our GitHub Foundations exam materials available for free to everyone. You can take the Free GH-900 Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

Question # 6

Workflows can reference actions in:

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

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.

Question # 7

Which of the following best describes a Codespace?

A.

A lightweight editing experience that runs entirely in your browser

B.

An AI pair programmer that offers autocomplete-style suggestions

C.

A development environment hosted in the cloud

D.

A Visual Studio Code plug-in to manage local devcontainers

Question # 8

Where should a repository admin navigate to view pre-built visualizations from repository data?

A.

Settings

B.

Issues

C.

Insights

D.

Charts

Question # 9

What should be done to locate an existing action that was provided by a GitHub-approved vendor?

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

A.

Create a new workflow file.

B.

Search the vendor’s website for a github.yaml index.

C.

Confirm that the action has a verification badge.

D.

Install the GitHub App that was provided by the vendor.

E.

Add the vendor as an allowed Actions Source.

F.

Search the GitHub Marketplace for Actions by the vendor.

Question # 10

Which of the following features does GitHub provide to enhance collaboration within teams?

A.

real-time collaboration through pair programming

B.

code review and discussion through issues and pull requests

C.

automated testing and code quality analysis

D.

git repositories hosting and sharing capabilities

Question # 11

Which of the following permissions can be enabled or disabled at the enterprise level? (Each answer presents a complete solution. Choose two.)

A.

repository visibility change

B.

repository naming convention

C.

repository secrets

D.

repository deletion and transfer

Question # 12

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

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.

Question # 13

What are two recommended ways of improving the discoverability of a repository?

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

A.

Register the repository with GitHub search.

B.

Create a README file describing the repository.

C.

Add labels to categorize the repository.

D.

Add topics to classify the repository.

Question # 14

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

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.

Question # 15

If there are multiple README files, which of the following locations will be displayed first?

A.

.github

B.

/src

C.

Root

D.

/docs

Question # 16

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

A.

devcontainer

B.

dotfiles

C.

settings sync

D.

operating system

E.

branch protections

F.

IDE plug-ins

Question # 17

How is github.dev different than Codespaces?

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.

Question # 18

Which of the following best describes GitHub flow?

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

Question # 19

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

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

Question # 20

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

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

Question # 21

Which of the following statements is true regarding the mergeability of draft pull requests?

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.

Question # 22

After 30 minutes of inactivity, a GitHub Codespace will:

A.

Be deleted

B.

Commit changes

C.

Restart

D.

Time out

Question # 23

What are all repository visibility options in GitHub Enterprise?

A.

public, internal, and private

B.

public, private

C.

external, public, and private

D.

external, private

Question # 24

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

A.

Q & A

B.

Ideas

C.

General

D.

Polls

Question # 25

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

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

Question # 26

Which of the following options is available as a default Discussion category?

A.

Bug report

B.

Daily check-in

C.

Show and tell

D.

Security concern

Question # 27

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

A.

GitHub Support

B.

GitHub Sponsors

C.

GitHub Community Exchange

D.

GitHub Discussions

Question # 28

Which three files can a user automatically add while creating a new repository?

A.

README, -git, and DOCS

B.

LICENSE, .git, and README

C.

README, .gitignore, and LICENSE

D.

LICENSE, DOCS, and .gitignore

Question # 29

Which of the following is the purpose of a GitHub repository?

A.

To provide a folder that stores project files, including documentation, on your local machine

B.

To provide a version control system designed for small projects, offering simple tools for organizing files on your laptop

C.

To provide a cloud-based hosting service for project documentation, providing a secure and centralized location for file storage

D.

To provide a collaborative space where developers can share and manage code files, track changes, and store revision history

Question # 30

As a GitHub user, where in the UI can you configure two-factor authentication (2FA) to further secure your account?

A.

Profile - > Account - > 2FA

B.

Repository Settings - > Secrets and Variables - > 2FA

C.

Organization Settings - > Authentication Security - > 2FA

D.

Settings - > Password and Authentication - > 2FA

Question # 31

What type of operations has Git been optimized for?

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

Question # 32

Which of the following statements most accurately describes secret gists?

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.

Question # 33

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

A.

" Label added to issue '

B.

" Auto-archive items "

C.

" Pull request merged "

D.

" Item closed "

E.

" Pull request opened "

Question # 34

What is a Git remote?

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

Question # 35

New open source contributors can receive funding from GitHub sponsors:

A.

Using PayPal as a payment processor.

B.

Equal to 95% of the contribution value.

C.

By including GitHub matching funds.

D.

After setting up a sponsored developer profile.

Question # 36

What does a CODEOWNERS file do in a repository?

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

Question # 37

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

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.

GH-900 PDF

$42

$139.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

GH-900 PDF + Testing Engine

$57

$189.99

3 Months Free Update

  • Exam Name: GitHub Foundations
  • Last Update: Apr 11, 2026
  • Questions and Answers: 124
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

GH-900 Engine

$48

$159.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included