Pass the GitHub GitHub Certification GitHub-Foundations Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

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?

Options:

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.


Expert Solution
Questions # 2:

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

Options:

A.

Read


B.

Triage


C.

Maintain


D.

Write


Expert Solution
Questions # 3:

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

Options:

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.


Expert Solution
Questions # 4:

What is GitHub?

Options:

A.

A proprietary software platform for nurturing creativity in developers and building a technology community


B.

A cloud-based hosting service for version control and collaboration, focused on creating a safe and collaborative environment for developers


C.

A platform that focuses on facilitating the growth and sharing of code, specifically designed for new developers to hone their skills


D.

A centralized version control system designed for nurturing a community of developers and providing access to open source projects


Expert Solution
Questions # 5:

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

Options:

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


Expert Solution
Questions # 6:

Which of the following two-factor authentication (2FA) methods can you use to secure a GitHub account?

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

Options:

A.

Authenticator app


B.

Security questions


C.

GitHub mobile


D.

Security keys


E.

Single sign-on


Expert Solution
Questions # 7:

Who can be assigned to an Issue or pull request?

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

Options:

A.

Anyone who has an enterprise GitHub account


B.

Anyone who has commented on the Issue or pull request


C.

Anyone who has a personal GitHub account


D.

Anyone with write permissions to the repository


Expert Solution
Questions # 8:

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

Options:

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.


Expert Solution
Questions # 9:

What are three valid states for a file in a git repository?

(Each correct answer presents part of the solution. Choose three.)

Options:

A.

Committed


B.

Modified


C.

Uncommitted


D.

Staged


E.

Tracked


Expert Solution
Questions # 10:

If there are multiple README files, which of the following locations will be displayed first?

Options:

A.

.github


B.

/src


C.

Root


D.

/docs


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions