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

Microsoft GH-900 - GitHub Foundations

Page: 2 / 5
Total 144 questions

What is the correct way to automatically close an issue when a pull request is merged?

A.

Assign the issue to the PR author

B.

Mention the issue in a comment after merging

C.

Use a keyword reference like Fixes #42 in the pull request description

D.

Add the issue number to the PR title

The difference between GitHub Enterprise Server (GHES) and GitHub Enterprise Cloud is that GHES:

A.

cannot enable rate limiting.

B.

includes authentication with SAML single sign-on and access provisioning with SAML or SCIM.

C.

can be deployed on both Windows and Linux.

D.

is a self-hosted solution that allows organizations to have full control over their infrastructure.

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

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.

An employee needs to find all issues within organization “Avocado " containing text " 404 error " and a " guacamole " label. Which of the following steps would be best to search for these results?

A.

Enter query org:Avocado is:issue label:guacamole " 404 error " in the search bar.

B.

Go to " Avocado " organization. Select Issues under a repository. Filter issues with a " guacamole " label.

C.

Enter query org:Avocado label:guacamole " 404 error " in the search bar. Select " Issues " in the Filter by section.

D.

Go to the Avocado organization settings. Select Repository defaults under Repository. Scroll to Repository labels and select the ' guacamole ' label.

In GitHub flow, what is the primary operation when a pull request is approved?

A.

A release issue is created.

B.

A git tag is created.

C.

The feature branch is merged.

D.

The changes are deployed.

Which of the following is the first step in the GitHub flow?

A.

Open a pull request for review

B.

Delete the branch after merging

C.

Merge the pull request into the main branch

D.

Create a branch for your changes

Which of the following is always true about the feature preview phases Alpha and Beta?

A.

Alpha features are not available to the public.

B.

Alpha features are documented.

C.

Alpha and Beta features offer Service Level Agreements (SLAs).

D.

Beta features provide technical support.

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

Which of the following is the best description of a Git commit?

A.

a snapshot of the entire repository at a specific point in time, capturing the state of all files in the project

B.

a record of the most recent changes made by a developer in Git

C.

a series of changes made to a file, or set of files, in Git

D.

a log message that describes the purpose of the changes made to the files in a Git repository