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

GH-900 GitHub Foundations Questions and Answers

Questions 4

Which three of the following types of sensitive information can GitHub Secret Scanning detect? Each answer presents a complete solution.

Options:

A.

Passwords

B.

SSH private keys

C.

Hardcoded email addresses

D.

Code formatting issues

E.

API keys

F.

Database connection strings

Buy Now
Questions 5

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 6

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

Options:

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.

Buy Now
Questions 7

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 8

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.

single sign-on

B.

authenticator app

C.

GitHub mobile

D.

security keys

E.

security questions

Buy Now
Questions 9

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 10

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 11

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 12

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 13

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 14

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 15

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 16

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 17

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 18

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 19

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 20

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 21

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

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

Options:

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.

Buy Now
Questions 22

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 23

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

Options:

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

Buy Now
Questions 24

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 25

What are two results of making additional commits to a branch after opening a pull request? Each answer presents a complete solution.

Options:

A.

The pull request is automatically closed.

B.

The new commits are included for review under the Commits and Files changed tabs.

C.

The pull request must be reopened to include the new commits.

D.

The new commits are added to the pull request timeline.

E.

The base branch is automatically updated.

Buy Now
Questions 26

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 27

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

Which of the following are components of GitHub Actions? (Each correct answer presents part of the solution. Choose three.)

Options:

A.

JavaScript

B.

agents

C.

events

D.

steps

E.

CI/CD

F.

octokit

G.

jobs

Buy Now
Questions 29

Which of the following are displayed in the " Pinned Repositories " section of a GitHub user profile?

Options:

A.

Repositories with the most recent activity

B.

Repositories that were personally selected to be highlighted

C.

Repositories that are owned by organizations in which the user is a member

D.

Repositories with the highest number of stars

Buy Now
Questions 30

What is the primary purpose of using milestones in GitHub Projects?

Options:

A.

To create custom fields for organizing project data

B.

To group and track related issues and pull requests towards a common goal

C.

To visualize project insights using charts

D.

To automate workflows using GitHub Actions

Buy Now
Questions 31

How can a user resume an existing Codespace that is bound to a repository? (Each correct answer presents a complete solution. Choose two.)

Options:

A.

Use the git CLI with the codespace parameter (e.g., " git codespace code -web " ).

B.

Browse to the repository in GitHub.com, press the comma V key and select Resume this codespace.

C.

Open https://github.com/codespaces in the browser, select the repository, and then select the existing Codespace.

D.

Browse to the repository in GitHub.com and press the period " . " key.

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

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 happens when you link an issue to a pull request?

Options:

A.

A reference to the pull request is added to the issue ' s timeline

B.

The issue is locked for further comments

C.

The pull request is automatically approved

D.

The pull request is added to the repository ' s project board

E.

The issue is automatically closed when the pull request is merged

Buy Now
Questions 35

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 36

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 37

A distributed version control system is best described as a system that:

Options:

A.

Relies on a central server to store the entire project history and allows developers to check out files for editing.

B.

Stores project files on a cloud-based server and allows multiple developers to collaborate on the same codebase simultaneously.

C.

Ensures each developer has their own local copy of the entire code repository, including the complete project history and metadata.

D.

Requires developers to manually track and manage different versions of their files using naming conventions and manual backups.

Buy Now
Questions 38

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 39

When creating a repository from a template, what will the new repository contain?

Options:

A.

Default branch

B.

contributors

C.

commit history

D.

pull requests

Buy Now
Questions 40

Which of the following best describes GitHub Pages?

Options:

A.

Webpages hosted and published through GitHub repositories

B.

Handles pagination for API requests

C.

Hosts long-form documentation about your project

D.

Curated guides around how to use GitHub products

Buy Now
Questions 41

Which of the following is a restriction for Enterprise Managed Users (EMUs)?

Options:

A.

Organization base permissions cannot be applied.

B.

Users cannot create public repositories.

C.

Each GitHub team must be linked to an identity provider group.

D.

Custom repository roles are not available.

Buy Now
Questions 42

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 43

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
Exam Code: GH-900
Exam Name: GitHub Foundations
Last Update: Jul 6, 2026
Questions: 144

PDF + Testing Engine

$52.5  $174.99

Testing Engine

$40.5  $134.99
buy now GH-900 testing engine

PDF (Q&A)

$34.5  $114.99
buy now GH-900 pdf
dumpsmate guaranteed to pass

24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 06 Jul 2026