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

Which GitHub tools or features is best to quickly modify a batch of files in a repository?

A.

Install and use GitHub Mobile.

B.

Use github.dev from a web browser.

C.

Install and use GitHub Desktop.

D.

Install and use the git CLI.

E.

Create and use a new GitHub Codespace.

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 resume an existing Codespace that is bound to a repository? (Each correct answer presents a complete solution. Choose two.)

A.

Use the git CLI with the codespace parameter (e.g., " git codespace code -web " ).

B.

Browse to the repository in GitHub.com, press the comma V key and select Resume this codespace.

C.

Open https://github.com/codespaces in the browser, select the repository, and then select the existing Codespace.

D.

Browse to the repository in GitHub.com and press the period " . " key.

Which of the following features does GitHub provide to enhance collaboration within teams?

A.

real-time collaboration through pair programming

B.

code review and discussion through issues and pull requests

C.

automated testing and code quality analysis

D.

git repositories hosting and sharing capabilities

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.

single sign-on

B.

authenticator app

C.

GitHub mobile

D.

security keys

E.

security questions

What are two results of making additional commits to a branch after opening a pull request? Each answer presents a complete solution.

A.

The pull request is automatically closed.

B.

The new commits are included for review under the Commits and Files changed tabs.

C.

The pull request must be reopened to include the new commits.

D.

The new commits are added to the pull request timeline.

E.

The base branch is automatically updated.

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.

Which of the following is the best GitHub feature for long-form documentation for a project?

A.

Insights

B.

Pull Requests

C.

Projects

D.

Wikis

Which type of GitHub account is designed for a single user and serves as their identity on GitHub.com?

A.

Enterprise account

B.

Team account

C.

Organization account

D.

Personal account

Which of the following are available statuses of a pull request?

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

A.

Draft

B.

Closed

C.

Rebasing

D.

Merged

E.

Modified

F.

Open