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
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 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 can be performed within GitHub Desktop?
A. Creating and managing issues
B. Reviewing and approving pull requests
C. Adding and cloning repositories
D. Commenting on discussions
E. Integrating with office suite software
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
What folder is the definition files stored in when creating custom issue forms?
A. .issues
B. .issues/ISSUE_TEMPLATE
C. .github/ISSUE_TEMPLATE
D. .GitHub
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 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.
Which of the following GitHub syntax formats is consistent with the associated text?
A. * This is a heading
B. This is a link
C.
D. This is bolded text
E. 1. This is an ordered list
Who can be assigned to an Issue or pull request?
(Each answer presents a complete solution. Choose two.)
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
The difference between GitHub Desktop and github.com is that Desktop:
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.
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
| Page 1 out of 7 Pages |