Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Microsoft > GitHub Administrator > GH-900

GH-900 GitHub Foundations Question and Answers

Question # 4

What layouts are available for GitHub Projects?

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

A.

Roadmap

B.

Kanban

C.

Board

D.

Table

E.

Backlog

Full Access
Question # 5

What is a gist?

A.

GitHub app

B.

Git repository

C.

Markdown document

D.

GitHub Pages site

Full Access
Question # 6

How are commits related to pull requests?

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.

Full Access
Question # 7

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

A.

Duplicate the discussion

B.

Archive the discussion

C.

Create an issue from the discussion

D.

Add the discussion to README

Full Access
Question # 8

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

Full Access
Question # 9

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

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

A.

Commit

B.

Clone

C.

Rebuild

D.

Rollback

E.

Delete

F.

Create

G.

Install

Full Access
Question # 10

Which of the following is an Innersource development practice?

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

Full Access
Question # 11

What is the primary purpose of creating a new branch in the GitHub flow?

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

Full Access
Question # 12

What qualifier finds issues that mention a certain user?

A.

mentions:

B.

Smentioned:

C.

mentioned:

D.

threads:

Full Access
Question # 13

Pull requests can only be created between two branches that are:

A.

Authored by the same user.

B.

Authored by different users.

C.

The same.

D.

Different.

Full Access
Question # 14

Which of the following can be performed within GitHub Desktop?

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

Full Access
Question # 15

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

A.

Issues

B.

Pull requests

C.

Projects

D.

Discussions

Full Access
Question # 16

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.

Full Access
Question # 17

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

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

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

Full Access
Question # 18

What are three valid states for a file in a git repository?

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

A.

Committed

B.

Modified

C.

Uncommitted

D.

Staged

E.

Tracked

Full Access
Question # 19

Which of the following is a key characteristic of GitHub Projects?

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

Full Access
Question # 20

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

A.

.github

B.

/src

C.

Root

D.

/docs

Full Access
Question # 21

What features are offered by Copilot for Business that are not offered by Copilot for individuals?

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

A.

Offers multi-line function suggestions

B.

Organization-wide policy management

C.

Blocks suggestions matching public code

D.

VPN proxy support via self-signed certificates

E.

Support for organization or enterprise GitHub accounts

F.

Plugs directly into the editor

Full Access
Question # 22

Which of the following are advantages of saved replies?

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

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.

Full Access