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

Microsoft GH-900 - GitHub Foundations

Page: 3 / 4
Total 124 questions

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

How is github.dev different than Codespaces?

A.

Extensions in the Visual Studio Code Marketplace are supported by github.dev.

B.

Codespaces is available within the web browser.

C.

A free monthly quota for personal accounts is provided by github.dev.

D.

Codespaces provides terminal access.

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.

What is defined as software that can be freely used, modified, and shared by anyone?

A.

proprietary

B.

open source

C.

free source

D.

Innersource

Which of the following outcomes can be achieved with a branch protection rule?

A.

Require two-factor authentication (2FA) by code contributors.

B.

Require approval before merging changes.

C.

Block code pushes that contain hardcoded secrets.

D.

Restrict who can view the branch.

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

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.

What is the primary purpose of creating a security policy in a repository?

A.

To ensure that peer code review occurs before new changes are merged

B.

To define which types of secrets are blocked with push protection

C.

To describe how security vulnerabilities should be responsibly disclosed

D.

To customize the repository ' s Dependabot configuration

When using Organizations, GitHub Teams is better than GitHub Free because it offers:

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.

What is the minimum access needed to contribute to a repository?

A.

Read

B.

Triage

C.

Maintain

D.

Write

When making comments in GitHub, the supported text language is:

A.

CSS.

B.

JavaScript.

C.

Markdown

D.

JSON.

E.

XML

own.