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

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

Which of the following steps are part of the Codespaces lifecycle?

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

A.

Commit

B.

Clone

C.

Rebuild

D.

Rollback

E.

Delete

F.

Create

G.

Install

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.

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

Which of the following statements most accurately describes who can access a private repository Wiki?

A.

Wikis are only viewable by repository admins.

B.

Wikis can be viewed by the same people who have Read access to the repository.

C.

Wikis will not be visible until shared with a specific user.

D.

Wikis are public regardless of whether you have access to the repository.

Why is branching a core concept in Git?

A.

Branching creates physical copies of the project on disk, ensuring data redundancy and backup.

B.

Branching helps in automatically merging changes from different branches into the main branch.

C.

Branching is necessary for organizing files and folders within a Git repository.

D.

Branching creates an isolated environment to try new ideas and make changes without affecting other branches.

A centralized version control system is a system that:

A.

requires developers to manually track and manage different versions of their files using naming conventions and manual backups.

B.

stores project files on a cloud-based server and allows multiple developers to collaborate on the same files simultaneously.

C.

relies on a central server to store the entire project history and allows developers to check out files for editing.

D.

ensures each developer has their own local copy of the central code repository, including the complete project history and metadata.

Which of the following best describes a Codespace?

A.

A lightweight editing experience that runs entirely in your browser

B.

An AI pair programmer that offers autocomplete-style suggestions

C.

A development environment hosted in the cloud

D.

A Visual Studio Code plug-in to manage local devcontainers

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

A.

Authenticator app

B.

Security questions

C.

GitHub mobile

D.

Security keys

E.

Single sign-on

Which action can you perform using the text formatting toolbar when writing a comment on GitHub?

A.

Merge branches

B.

Assign an issue

C.

Schedule a pull request

D.

Add a list