Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Microsoft GH-900 - GitHub Foundations

Page: 3 / 5
Total 144 questions

Which syntax is used for authoring saved replies?

A.

Markup

B.

YAML

C.

HTML

D.

Markdown

Which of the following is the best GitHub feature for long-form documentation for a project?

A.

Insights

B.

Pull Requests

C.

Projects

D.

Wikis

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.

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

Which three of the following metrics can be tracked using repository insights? Each answer presents a complete solution.

A.

Pull request activity

B.

Contributions over time

C.

Team synchronization status

D.

Security vulnerabilities in dependencies

E.

Repository visibility settings

F.

Issue resolution rates

Which type of GitHub account is designed for a single user and serves as their identity on GitHub.com?

A.

Enterprise account

B.

Team account

C.

Organization account

D.

Personal account

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.

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

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

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.

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