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

GitHub GitHub-Foundations - GitHub FoundationsExam

Page: 2 / 3
Total 75 questions

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 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

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

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

A.

Read

B.

Triage

C.

Maintain

D.

Write

What qualifier finds issues that mention a certain user?

A.

mentions:

B.

Smentioned:

C.

mentioned:

D.

threads:

What is the primary purpose of creating a new branch in the GitHub flow?

A.

To create a backup of the main branch

B.

To capture information about an issue

C.

To experiment with new features or fixes

D.

To incorporate changes from a review

What are advantages of GitHub Projects over GitHub Projects Classic?

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

A.

GitHub Projects has multiple layout views.

B.

GitHub Projects has Insights.

C.

GitHub Projects are Copilot enabled.

D.

GitHub Projects can be connected to third-party tools.

Which of the following best describes cloning a repository?

A.

It creates a copy of the repository on GitHub.com.

B.

It retrieves code updates from the remote repository.

C.

It creates a copy of the repository on your local machine.

D.

It imports your source code into a new repository.

From the Organization settings, which restrictions can organization owners place on GitHub Actions usage?

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

A.

Allow actions that use self-hosted runners.

B.

Allow an action to be run from a Codespace.

C.

Allow specified actions.

D.

Allow actions by Marketplace verified creators.

E.

Allow actions created by GitHub.

What are two recommended ways of improving the discoverability of a repository?

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

A.

Register the repository with GitHub search.

B.

Create a README file describing the repository.

C.

Add labels to categorize the repository.

D.

Add topics to classify the repository.