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

GitHub GitHub-Foundations - GitHub FoundationsExam

Page: 1 / 3
Total 75 questions

What are the two main reasons why one might fork a repository?

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

A.

To create an issue or open a discussion

B.

To propose changes to the base repository

C.

To create a new repository based on an existing one

D.

To create a new branch to develop a new feature

New open source contributors can receive funding from GitHub sponsors:

A.

Using PayPal as a payment processor.

B.

Equal to 95% of the contribution value.

C.

By including GitHub matching funds.

D.

After setting up a sponsored developer profile.

As a user, which of the following default labels is used to indicate that a maintainer needs assistance on an issue or pull request?

A.

Enhancement

B.

Question

C.

Help wanted

D.

Documentation

How can a user create a repository template, and what permissions are required?

A.

With Admin permissions, navigate to Repository settings and select Template Repository.

B.

With Maintain permissions, navigate to Organization settings, select the repository, and choose Template Repository.

C.

With Admin permissions, navigate to Organization settings, select the repository, and choose Template Repository.

D.

With Maintain permissions, navigate to Repository settings and select Template 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.

As a GitHub user, where in the UI can you configure two-factor authentication (2FA) to further secure your account?

A.

Profile -> Account -> 2FA

B.

Repository Settings -> Secrets and Variables -> 2FA

C.

Organization Settings -> Authentication Security -> 2FA

D.

Settings -> Password and Authentication -> 2FA

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 information is available by default in a user's GitHub profile?

A.

Personal biography and profile picture

B.

Public Secure Shell Protocol (SSH) keys

C.

A list of the user's private repositories

D.

Email address and password

Which of the following best describes GitHub Copilot?

A.

A Visual Studio Code extension for developing AI solutions

B.

An AI tool designed to replace software developers

C.

An AI pair programmer that offers autocomplete-style suggestions

D.

An advanced search tool to intelligently reuse existing code in your projects

Workflows can reference actions in:

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

A.

Any public repository.

B.

The same repository as your workflow file.

C.

GitHub Packages.

D.

An enterprise marketplace.

E.

A published Docker container image on Docker Hub.