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

GH-900 Questions and Answers

Question # 6

After 30 minutes of inactivity, a GitHub Codespace will:

A.

Be deleted

B.

Commit changes

C.

Restart

D.

Time out

Full Access
Question # 7

What is the primary purpose of creating a security policy in a repository?

A.

To ensure that peer code review occurs before new changes are merged

B.

To define which types of secrets are blocked with push protection

C.

To describe how security vulnerabilities should be responsibly disclosed

D.

To customize the repository's Dependabot configuration

Full Access
Question # 8

What is a benefit of using GitHub Enterprise Cloud with Enterprise Managed Users (EMU)?

A.

It provides centralized control and streamlined management of user accounts through their identity provider (IdP).

B.

It offers additional collaboration and content creation capabilities for managed user accounts.

C.

It automatically validates user interactions using the identity provider (IdP) conditional access policy (CAP).

D.

It enables GitHub user accounts access to protected resources using SAML SSO.

Full Access
Question # 9

What qualifier finds issues that mention a certain user?

A.

mentions:

B.

Smentioned:

C.

mentioned:

D.

threads:

Full Access
Question # 10

Where should a repository admin navigate to view pre-built visualizations from repository data?

A.

Settings

B.

Issues

C.

Insights

D.

Charts

Full Access
Question # 11

How are commits related to pull requests?

A.

Commits are made on a branch that can have a linked pull request.

B.

Commits can only be made after a pull request is created.

C.

Commits can only be made before a pull request is created.

D.

Commits are made on a pull request that can have a linked branch.

Full Access
Question # 12

How can a user create a repository template, and what permissions are required?

A.

With Admin permissions, navigate to Repository settings and select Template Repository.

B.

With Maintain permissions, navigate to Organization settings, select the repository, and choose Template Repository.

C.

With Admin permissions, navigate to Organization settings, select the repository, and choose Template Repository.

D.

With Maintain permissions, navigate to Repository settings and select Template Repository.

Full Access
Question # 13

Pull requests can only be created between two branches that are:

A.

Authored by the same user.

B.

Authored by different users.

C.

The same.

D.

Different.

Full Access
Question # 14

What is the minimum access needed to contribute to a repository?

A.

Read

B.

Triage

C.

Maintain

D.

Write

Full Access
Question # 15

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

Full Access
Question # 16

In GitHub, why is it recommended to deploy from your feature branch before merging into the main branch?

A.

To directly deploy changes from the main branch without any intermediate testing

B.

To speed up the process of merging changes into the main branch

C.

To avoid the need for testing changes in production

D.

To ensure the changes are verified and validated in a production environment

Full Access
Question # 17

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

Full Access
Question # 18

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 # 19

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 # 20

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 # 21

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

Full Access
Question # 22

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.

Full Access