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

Microsoft GH-900 - GitHub Foundations

Page: 1 / 4
Total 124 questions

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

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.

The difference between GitHub Desktop and github.com is that Desktop:

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.

What is the difference between Git and GitHub?

A.

Git is a centralized version control system, while GitHub is a cloud-based collaboration platform.

B.

Git is a cloud-based hosting service, while GitHub is a distributed version control system.

C.

Git and GitHub are different names for the same tool that is used for version control and collaboration.

D.

Git is a command-line tool for tracking file changes, while GitHub is a platform for collaborating on Git repositories.

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

A.

Default branch

B.

contributors

C.

commit history

D.

pull requests

Which syntax is used for authoring saved replies?

A.

Markup

B.

YAML

C.

HTML

D.

Markdown

What is a gist?

A.

GitHub app

B.

Git repository

C.

Markdown document

D.

GitHub Pages site

After 30 minutes of inactivity, a GitHub Codespace will:

A.

Be deleted

B.

Commit changes

C.

Restart

D.

Time out

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.

Which of the following keywords are used to link a pull request to an issue? (Each correct answer presents a complete solution. Choose three.)

A.

fix

B.

closed

C.

merge

D.

connects

E.

resolves

F.

join