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

Microsoft GH-900 - GitHub Foundations

Page: 1 / 3
Total 75 questions

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

Which of the following is a primary goal of GitHub's community?

A.

Exclusively supporting experienced developers

B.

Creating a competitive environment for developers

C.

Facilitating collaboration and creativity

D.

Enforcing strict code quality standards

From the list of projects for an organization, how can a user identify a GitHub Projects template?

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.

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

A.

GitHub Marketplace

B.

GitHub Apps

C.

Organization settings

D.

Explore

What are primary benefits of using GitHub issues templates?

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

A.

To automatically label or assign newly created issues

B.

To provide an easy-to-fill-out form for creating new issues

C.

To easily coerce existing issues into a standard format

D.

To automatically create new branches when issues are created

Which of the following describes a branch in Git?

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

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?

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.

What are the key areas of focus for GitHub?

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

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

Which of the following are available statuses of a pull request?

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

A.

Draft

B.

Closed

C.

Rebasing

D.

Merged

E.

Modified

F.

Open

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

A.

.issues

B.

.issues/ISSUE_TEMPLATE

C.

.github/ISSUE_TEMPLATE

D.

.GitHub