GH-900 Exam Questions
142 real GH-900 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51Working with GitHub Repositories
Which of the following is the best GitHub feature for long-form documentation for a project?
GitHub WikisProject documentationLong-form content - Question #52Collaboration Features
Which of the following is a key characteristic of GitHub Projects?
GitHub ProjectsWork trackingCustomizable views - Question #53Modern Development
Which of the following is an Innersource development practice?
InnersourceCollaborationDevelopment practicesCode sharing - Question #54Introduction to Git and GitHub
Which of the following GitHub syntax formats is consistent with the associated text?
GitHub MarkdownMarkdown SyntaxGFMHeadings - Question #55Introduction to Git and GitHub
What are the key areas of focus for GitHub? (Choose three.)
GitHub fundamentalsOpen source communityDeveloper platformCode collaboration - Question #56Collaboration Features
Your team uses GitHub to track both development progress and issue resolution. You are working on a bug fix and have created a pull request for it. Your tech lead reminds you to li...
GitHub Pull RequestsGitHub IssuesWorkflow AutomationIssue Management - Question #57Collaboration Features
You are contributing to a collaborative GitHub project. You have an idea for a new feature and want to gather feedback from the community before starting any development. You're no...
GitHub DiscussionsCommunity EngagementFeature ProposalEarly Feedback - Question #58Collaboration Features
You have forked a public GitHub repository, made changes in a new branch, and now want the original repository maintainers to review and possibly merge your updates. Which GitHub f...
Pull RequestForking repositoryCode reviewGitHub collaboration - Question #59Collaboration Features
You've made changes in a branch called feature-update and now want to merge it into the main branch of the same repository. What is the correct base and compare setup when opening...
Pull RequestBranch mergingGit branchingGitHub collaboration - Question #60Working with GitHub Repositories
Where should a repository admin navigate to view pre-built visualizations from repository data?
GitHub InsightsRepository analyticsData visualizationRepository administration - Question #61Working with GitHub Repositories
How can a user create a repository template, and what permissions are required?
Repository TemplatesGitHub PermissionsRepository Management - Question #62Collaboration Features
As a user, which of the following default labels is used to indicate that a maintainer needs assistance on an issue or pull request?
GitHub labelsHelp wanted labelIssue managementPull request management - Question #63Collaboration Features
Which of the following options is available as a default Discussion category?
GitHub DiscussionsDiscussion categoriesDefault templatesCollaboration tools - Question #64Modern Development
What is a benefit of using GitHub Enterprise Cloud with Enterprise Managed Users (EMU)?
GitHub Enterprise CloudEnterprise Managed Users (EMU)User ManagementCentralized Control - Question #65Working with GitHub Repositories
Which of the following is the purpose of a GitHub repository?
GitHub repositoryPurposeCollaborationCode management - Question #66Introduction to Git and GitHub
Which of the following best describes cloning a repository?
Git cloneLocal repositoryRemote repositoryGit basics - Question #67Modern Development
You are working on a collaborative software project and want to ensure that your code is automatically built and tested every time a contributor opens a pull request. A teammate su...
GitHub ActionsCI/CDAutomated WorkflowsPull Requests - Question #68Modern Development
You're reading a YAML workflow file in a GitHub repository and notice that it defines multiple jobs, each with several steps. Your team lead asks you to briefly explain how GitHub...
GitHub ActionsWorkflow structureJobsSteps - Question #69Modern Development
You're building a workflow and want to avoid writing custom scripts for common tasks like setting up Node.js or deploying to AWS. Instead, you'd like to use pre-built actions contr...
GitHub ActionsGitHub MarketplaceCI/CDWorkflows - Question #70Modern Development
You are a developer working on a project in Visual Studio Code and want help writing repetitive boilerplate code faster. A teammate suggests using GitHub Copilot to assist with cod...
GitHub CopilotAI assistantCode generationDeveloper tools - Question #71Collaboration Features
Which layout options are available in GitHub Projects to help teams organize and visualize their work?
GitHub ProjectsProject ManagementLayout optionsWork visualization - Question #72Introduction to Git and GitHub
Which of the following is the recommended primary method by GitHub for configuring Two-Factor Authentication (2FA) on your account?
Two-Factor AuthenticationAccount SecurityTOTP - Question #73Working with GitHub Repositories
Which of the following are included as pre-defined repository roles? (Choose three.)
GitHub repository rolesRepository permissionsAccess controlPre-defined roles - Question #74Collaboration Features
What are the two main reasons why one might fork a repository? (Choose two.)
ForkingGitHub RepositoriesCollaborationContribution workflow - Question #75Working with GitHub Repositories
Which of the following best describes GitHub Pages?
GitHub PagesStatic site hostingRepositories - Question #76Working with GitHub Repositories
Which of the following are displayed in the "Pinned Repositories" section of a GitHub user profile?
GitHub profilePinned repositoriesRepository displayGitHub features - Question #77Collaboration Features
Which of the following are advantages of saved replies? (Choose two.)
Saved repliesGitHub featuresCollaborationIssues and Pull Requests - Question #78Collaboration Features
What are advantages of GitHub Projects over GitHub Projects Classic? (Choose two.)
GitHub ProjectsProject managementCollaboration toolsNew features - Question #79Modern Development
New open source contributors can receive funding from GitHub sponsors:
GitHub SponsorsOpen Source FundingDeveloper ProfileMonetization - Question #80Collaboration Features
What is the purpose of GitHub Sponsors?
GitHub SponsorsOpen SourceFinancial SupportCommunity Support - Question #81Modern Development
Which of the following best describes a Codespace?
CodespacesCloud development environmentGitHub features - Question #82Introduction to Git and GitHub
While maintaining the gist history, which of the following is the most efficient way to create a public gist based on another user's gist?
GistsForkingGitHub FeaturesVersion History - Question #83Modern Development
After 30 minutes of inactivity, a GitHub Codespace will:
GitHub CodespacesCodespaces lifecycleInactivity timeoutCloud development environments - Question #84Collaboration Features
As a user, what feature can you use to merge proposed changes in a repository on GitHub?
Pull requestsMerging changesGitHub collaborationVersion control - Question #85Collaboration Features
What layouts are available for GitHub Projects? (Choose three.)
GitHub ProjectsProject LayoutsKanban Board Table - Question #86Introduction to Git and GitHub
Which of the following describes a branch in Git?
Git branchingVersion control conceptsGit basicsBranch definition - Question #87Collaboration Features
What does a CODEOWNERS file do in a repository?
CODEOWNERS filePull requestsCode reviewAutomatic reviewers - Question #88Modern Development
From the Organization settings, which restrictions can organization owners place on GitHub Actions usage? (Choose three.)
GitHub ActionsOrganization SettingsUsage RestrictionsSecurity Policies - Question #89Collaboration Features
Which of the following best describes GitHub flow?
GitHub flowbranching strategycollaborationdevelopment workflow - Question #90Modern Development
Which of the following is always true about the feature preview phases Alpha and Beta?
Feature preview stagesAlpha featuresBeta featuresSoftware development lifecycle - Question #91Collaboration Features
Which of the following keywords are used to link a pull request to an issue? (Choose three.)
GitHub Pull RequestsGitHub IssuesIssue linking keywordsPR automation - Question #92Collaboration Features
Which syntax is used for authoring saved replies?
MarkdownSaved RepliesGitHub FeaturesText Formatting - Question #93Introduction to Git and GitHub
Why is branching a core concept in Git?
Git branchingVersion controlIsolated developmentCode management - Question #94Introduction to Git and GitHub
What is the difference between Git and GitHub?
GitGitHubVersion ControlCollaboration - Question #95Introduction to Git and GitHub
What type of operations has Git been optimized for?
Git fundamentalsLocal repositoriesOffline work - Question #96Introduction to Git and GitHub
Which version control system is GitHub built on top of?
GitHubGitVersion Control SystemsFundamentals - Question #97Introduction to Git and GitHub
What command should you type to create and switch over to a new branch?
Git branchingGit commandsCreating branchesSwitching branches - Question #98Introduction to Git and GitHub
The difference between GitHub Enterprise Server (GHES) and GitHub Enterprise Cloud is that GHES:
GitHub EnterpriseGHES vs GHECSelf-hostedDeployment models - Question #99Working with GitHub Repositories
How can a user resume an existing Codespace that is bound to a repository? (Choose two.)
GitHub CodespacesResume CodespaceGitHub UI navigationKeyboard shortcuts - Question #100Collaboration Features
How are issues and pull requests used?
GitHub IssuesPull RequestsCollaborationWork Tracking