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

Where can you go to discover, browse, and install tools?

A.

GitHub Marketplace

B.

GitHub Apps

C.

Organization settings

D.

Explore

Which of the following GitHub syntax formats is consistent with the associated text?

A.

* This is a heading

B.

This is a link

C.

< !-- This is a comment -- >

D.

This is bolded text

E.

1. This is an ordered list

What is the purpose of GitHub Sponsors?

A.

It funds the most popular open source projects based on stars.

B.

It provides a channel for GitHub to support open source projects.

C.

It offers a way for companies to purchase software on GitHub.

D.

It allows the developer community to financially support open source projects.

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 three valid states for a file in a git repository?

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

A.

Committed

B.

Modified

C.

Uncommitted

D.

Staged

E.

Tracked

What template types are available when creating an issue template? (Each correct answer presents part of the solution. Choose three.)

A.

Feature request

B.

Custom template

Bug report

C.

Standard template

D.

Security notification

Which of the following are displayed in the " Pinned Repositories " section of a GitHub user profile?

A.

Repositories with the most recent activity

B.

Repositories that were personally selected to be highlighted

C.

Repositories that are owned by organizations in which the user is a member

D.

Repositories with the highest number of stars

Which of the following best describes GitHub Pages?

A.

Webpages hosted and published through GitHub repositories

B.

Handles pagination for API requests

C.

Hosts long-form documentation about your project

D.

Curated guides around how to use GitHub products

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.

Which of the following best describes GitHub flow?

A.

A branching model that uses feature branches and multiple primary branches

B.

A strategy where separate branches are created for each release, and pull requests are used to collaborate on and approve releases

C.

A lightweight workflow that allows for safe experimentation with new ideas and collaboration on projects through branching, pull requests, and merging

D.

A strict workflow that enforces a linear development process with all changes made directly on the main branch