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

GH-900 Questions and Answers

Question # 6

Which three of the following types of sensitive information can GitHub Secret Scanning detect? Each answer presents a complete solution.

A.

Passwords

B.

SSH private keys

C.

Hardcoded email addresses

D.

Code formatting issues

E.

API keys

F.

Database connection strings

Full Access
Question # 7

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

Full Access
Question # 8

Which of the following is the purpose of a GitHub repository?

A.

To provide a folder that stores project files, including documentation, on your local machine

B.

To provide a version control system designed for small projects, offering simple tools for organizing files on your laptop

C.

To provide a cloud-based hosting service for project documentation, providing a secure and centralized location for file storage

D.

To provide a collaborative space where developers can share and manage code files, track changes, and store revision history

Full Access
Question # 9

Which of the following types of charts can a user create to get GitHub Projects insights? (Each answer presents a complete solution. Choose two.)

A.

pie charts

B.

Gantt charts

C.

current charts

D.

forecast charts

E.

historical charts

Full Access
Question # 10

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

Full Access
Question # 11

What steps must you follow to use GitHub Copilot?

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

A.

Install the Copilot extension for your supported IDE.

B.

Sign up for a Copilot edition and enable it for your account.

C.

Sign and submit the legal disclaimer.

D.

Install the Copilot App on your GitHub organization, account or server.

E.

Store your coding project(s) in GitHub.

Full Access
Question # 12

Which three of the following can be configured in a dev container for a GitHub Codespace? Each answer presents a complete solution.

A.

The default region for Codespace data storage

B.

Shell preferences and scripts using dotfiles

C.

The inactivity timeout period for the Codespace

D.

Extensions and plugins for the development environment

E.

Programming languages and tools required for the project

Full Access
Question # 13

When using Organizations, GitHub Teams is better than GitHub Free because it offers:

A.

Advanced tools and insights in private repositories.

B.

Authentication with SAML single sign-on and increased GitHub Actions minutes.

C.

Expanded storage and priority support.

D.

Increased GitHub Actions minutes and additional GitHub Packages storage.

Full Access
Question # 14

Which three of the following metrics can be tracked using repository insights? Each answer presents a complete solution.

A.

Pull request activity

B.

Contributions over time

C.

Team synchronization status

D.

Security vulnerabilities in dependencies

E.

Repository visibility settings

F.

Issue resolution rates

Full Access
Question # 15

What happens when a comment is marked as an answer in a GitHub discussion?

A.

The comment is highlighted and labeled as the accepted answer

B.

The comment is pinned to the top of the discussion for visibility

C.

The discussion is automatically archived

D.

The discussion is locked for further comments

Full Access
Question # 16

What is the difference between an organization member and an outside collaborator?

A.

Organization base permissions do not apply to outside collaborators.

B.

Two-factor authentication (2FA) is not required for outside collaborators.

C.

Outside collaborators cannot be given the admin role on a repository.

D.

Outside collaborators do not consume paid licenses.

Full Access
Question # 17

How is github.dev different than Codespaces?

A.

Extensions in the Visual Studio Code Marketplace are supported by github.dev.

B.

Codespaces is available within the web browser.

C.

A free monthly quota for personal accounts is provided by github.dev.

D.

Codespaces provides terminal access.

Full Access
Question # 18

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.

Full Access
Question # 19

What command should you type to create and switch over to a new branch?

A.

git branch newBranchName

B.

git checkout newBranchName

C.

git checkout -n newBranchName

D.

git checkout -b newBranchName

Full Access
Question # 20

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.

Full Access
Question # 21

Which of the following GitHub features supports Polling?

A.

Issues

B.

Projects

C.

Discussions

D.

Wikis

Full Access
Question # 22

Which of the following are characteristics of GitHub Teams? (Each answer presents a complete solution. Choose two.)

A.

Team visibility can be visible or secret.

B.

Teams can be nested.

C.

Teams has a maximum size of 100 users.

D.

Teams requires access to at least one repository.

Full Access
Question # 23

Which mechanisms can you use to personalize Codespaces for your account? (Each correct answer presents part of the solution. Choose two.)

A.

devcontainer

B.

dotfiles

C.

settings sync

D.

operating system

E.

branch protections

F.

IDE plug-ins

Full Access
Question # 24

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?

A.

Fork the gist.

B.

Create a new gist and copy the content from the existing gist.

C.

Clone the gist.

D.

Request to be added to the existing gist.

Full Access
Question # 25

A distributed version control system is best described as a system that:

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 26

Which of the following options is available as a default Discussion category?

A.

Bug report

B.

Daily check-in

C.

Show and tell

D.

Security concern

Full Access
Question # 27

What is the correct way to automatically close an issue when a pull request is merged?

A.

Assign the issue to the PR author

B.

Mention the issue in a comment after merging

C.

Use a keyword reference like Fixes #42 in the pull request description

D.

Add the issue number to the PR title

Full Access
Question # 28

Which of the following is a restriction for Enterprise Managed Users (EMUs)?

A.

Organization base permissions cannot be applied.

B.

Users cannot create public repositories.

C.

Each GitHub team must be linked to an identity provider group.

D.

Custom repository roles are not available.

Full Access
Question # 29

Which of the following attributes are on the Milestone page? (Each correct answer presents a complete solution. Choose two.)

A.

each milestone ' s completion percentage

B.

a list of the open and closed issues associated with the milestone

C.

a summary list of GitHub Projects tagged to the milestone

D.

GitHub Action workflows that need to be executed to complete the milestone

Full Access
Question # 30

Which of the following is a key characteristic of GitHub Projects?

A.

Ability to visualize the commit history

B.

Ability to import Gantt charts from Microsoft Project

C.

Ability to create and customize multiple views

D.

Ability to enforce required fields

Full Access
Question # 31

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

Full Access
Question # 32

Which of the following information is available by default in a user ' s GitHub profile?

A.

Personal biography and profile picture

B.

Public Secure Shell Protocol (SSH) keys

C.

A list of the user ' s private repositories

D.

Email address and password

Full Access
Question # 33

You need to identify how GitHub Desktop differs from github.com.

Which statement correctly describes GitHub Desktop?

A.

It is available only on Windows operating systems.

B.

It replaces the need to use github.com for repository and workflow management.

C.

It is a self-hosted version of GitHub that runs on a local machine.

D.

It provides a graphical user interface for managing local Git repositories.

E.

It enables native integration with Microsoft Office applications.

Full Access
Question # 34

Which of the following are counted in the contribution graph on a user ' s profile? (Each answer presents a complete solution. Choose two.)

A.

commits made

B.

public repositories

C.

followers

D.

issues closed

E.

pull requests created

Full Access
Question # 35

What GitHub feature allows the developer community to financially support the people and organizations who maintain the open source projects they depend on?

A.

GitHub Support

B.

GitHub Sponsors

C.

GitHub Community Exchange

D.

GitHub Discussions

Full Access
Question # 36

GitHub Actions workflows can be directly triggered by which of the following events?

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

A.

Adding a comment to a discussion post

B.

Creating a new repository

C.

Committing a change to a local git repository

D.

Pushing to a GitHub repository

E.

Disabling a GitHub runner

F.

Creating an Issue

Full Access
Question # 37

What is the primary purpose of creating a new branch in the GitHub flow?

A.

To create a backup of the main branch

B.

To capture information about an issue

C.

To experiment with new features or fixes

D.

To incorporate changes from a review

Full Access
Question # 38

Which of the following can be performed within GitHub Mobile?

A.

Utilizing the mobile device as a self-hosted runner

B.

Managing enterprise and organization settings

C.

Chat with other GitHub Mobile users via voice calling

D.

Forking and cloning repositories

E.

Managing notifications from github.com

Full Access
Question # 39

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

Full Access
Question # 40

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

Full Access
Question # 41

What is a Git remote?

A.

a reference to a repository that is hosted in a separate location

B.

a local copy of the repository stored on a user ' s machine

C.

a branch in the repository where changes are pushed for collaboration

D.

a separate repository for testing before pushing changes to the main repository

Full Access
Question # 42

What are some scenarios that can automatically subscribe you to conversations on GitHub?

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

A.

Pushing a commit to the default branch

B.

Being added as a repo admin

C.

Opening a pull request or issue

D.

Commenting on a thread

E.

Being assigned to an issue or pull request

Full Access
Question # 43

Which of the following describes a branch in Git?

A.

A pointer to an identical snapshot of the project at a specific point in time

B.

A physical copy of the entire project stored on disk

C.

A separate, isolated copy of the project ' s codebase

D.

A new repository that shares code with the original " upstream " repository

Full Access