Pre-Summer Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Microsoft GH-900 Dumps

Page: 1 / 12
Total 124 questions

GitHub Foundations Questions and Answers

Question 1

Which of the following are included as pre-defined repository roles?

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

Options:

A.

Security

B.

View

C.

Triage

D.

Maintain

E.

Delete

F.

Write

Question 2

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

Options:

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

Question 3

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

Options:

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

Question 4

For which of the following does GitHub provide hosted runners?

Options:

A.

AWS, Azure, and GCP

B.

Linux, Windows, and macOS

C.

Kubernetes

D.

Docker

Question 5

Which of the following are available statuses of a pull request?

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

Options:

A.

Draft

B.

Closed

C.

Rebasing

D.

Merged

E.

Modified

F.

Open

Question 6

Which of the following best describes GitHub Copilot?

Options:

A.

A Visual Studio Code extension for developing AI solutions

B.

An AI tool designed to replace software developers

C.

An AI pair programmer that offers autocomplete-style suggestions

D.

An advanced search tool to intelligently reuse existing code in your projects

Question 7

What type of operations has Git been optimized for?

Options:

A.

web development and browser-based coding

B.

remote collaboration and real-time editing

C.

local file manipulation and offline work

D.

cloud-based operations and synchronization

Question 8

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

Options:

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

Question 9

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

Options:

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

Question 10

Which of the following keywords are used to link a pull request to an issue? (Each correct answer presents a complete solution. Choose three.)

Options:

A.

fix

B.

closed

C.

merge

D.

connects

E.

resolves

F.

join

Question 11

Which of the following is a primary goal of GitHub ' s community?

Options:

A.

Exclusively supporting experienced developers

B.

Creating a competitive environment for developers

C.

Facilitating collaboration and creativity

D.

Enforcing strict code quality standards

Question 12

What are three valid states for a file in a git repository?

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

Options:

A.

Committed

B.

Modified

C.

Uncommitted

D.

Staged

E.

Tracked

Question 13

Which of the following two-factor authentication (2FA) methods can you use to secure a GitHub account?

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

Options:

A.

Authenticator app

B.

Security questions

C.

GitHub mobile

D.

Security keys

E.

Single sign-on

Question 14

If there are multiple README files, which of the following locations will be displayed first?

Options:

A.

.github

B.

/src

C.

Root

D.

/docs

Question 15

Which GitHub tools or features is best to quickly modify a batch of files in a repository?

Options:

A.

Install and use GitHub Mobile.

B.

Use github.dev from a web browser.

C.

Install and use GitHub Desktop.

D.

Install and use the git CLI.

E.

Create and use a new GitHub Codespace.

Question 16

Which Discussion category allows a user to mark a response as an answer?

Options:

A.

Q & A

B.

Ideas

C.

General

D.

Polls

Question 17

What are two recommended ways of improving the discoverability of a repository?

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

Options:

A.

Register the repository with GitHub search.

B.

Create a README file describing the repository.

C.

Add labels to categorize the repository.

D.

Add topics to classify the repository.

Question 18

Which of the following GitHub features supports Polling?

Options:

A.

Issues

B.

Projects

C.

Discussions

D.

Wikis

Question 19

What folder is the definition files stored in when creating custom issue forms?

Options:

A.

.issues

B.

.issues/ISSUE_TEMPLATE

C.

.github/ISSUE_TEMPLATE

D.

.GitHub

Question 20

Which of the following are advantages of saved replies?

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

Options:

A.

Saved replies are tied to a GitHub user ' s personal account.

B.

Saved replies are allocated at the enterprise level for all users.

C.

Saved replies allow you to create a reusable response to issues and pull requests.

D.

Saved replies will send auto notifications when a user is tagged to an issue.

Question 21

What should you append to the link to show who starred that repository?

Options:

A.

stars

B.

stargazers

C.

starviewers

D.

starwatcher

Question 22

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

Options:

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

Question 23

Which of the following best describes GitHub flow?

Options:

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

Question 24

Which Insights feature allows users to view repository activity including: pull requests, issues, and commit history?

Options:

A.

Traffic

B.

Activity overview

C.

Pulse

D.

Code frequency

Question 25

When creating a repository from a template, what will the new repository contain?

Options:

A.

Default branch

B.

contributors

C.

commit history

D.

pull requests

Question 26

What is a Git remote?

Options:

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

Question 27

From the Organization settings, which restrictions can organization owners place on GitHub Actions usage?

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

Options:

A.

Allow actions that use self-hosted runners.

B.

Allow an action to be run from a Codespace.

C.

Allow specified actions.

D.

Allow actions by Marketplace verified creators.

E.

Allow actions created by GitHub.

Question 28

Which of the following outcomes can be achieved with a branch protection rule?

Options:

A.

Require two-factor authentication (2FA) by code contributors.

B.

Require approval before merging changes.

C.

Block code pushes that contain hardcoded secrets.

D.

Restrict who can view the branch.

Question 29

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

Options:

A.

Read

B.

Triage

C.

Maintain

D.

Write

Question 30

What are the defining features of Git?

Options:

A.

Distributed version control, open source software, and being designed for handling projects of any size with efficiency

B.

Sequential version control, cloud-based hosting service, and being designed for collaboration on large projects

C.

Low-cost local branching, convenient staging areas, multiple workflows, and being designed for managing small projects

D.

Centralized version control, proprietary software, and being designed for small projects

Question 31

Which of the following is the best GitHub feature for long-form documentation for a project?

Options:

A.

Insights

B.

Pull Requests

C.

Projects

D.

Wikis

Question 32

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

Options:

A.

pie charts

B.

Gantt charts

C.

current charts

D.

forecast charts

E.

historical charts

Question 33

How can a user choose to receive ongoing updates about a specific activity on GitHub.com?

Options:

A.

By automatically watching all repositories you have push access to

B.

By upgrading from a free to a paid account

C.

By subscribing to notifications for all activity in a repository

D.

By customizing the types of notifications you will receive in the future

Question 34

What is the primary goal of GitHub in terms of integrating tools and providing an ecosystem?

Options:

A.

to create a unified, standardized ecosystem for all developers

B.

to bring developers ' preferred tools together in one place

C.

to develop proprietary tools and provide opinionated integration options

D.

to offer a diverse range of tools for specific development needs

Question 35

Which of the following is always true about the feature preview phases Alpha and Beta?

Options:

A.

Alpha features are not available to the public.

B.

Alpha features are documented.

C.

Alpha and Beta features offer Service Level Agreements (SLAs).

D.

Beta features provide technical support.

Question 36

What are advantages of GitHub Projects over GitHub Projects Classic?

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

Options:

A.

GitHub Projects has multiple layout views.

B.

GitHub Projects has Insights.

C.

GitHub Projects are Copilot enabled.

D.

GitHub Projects can be connected to third-party tools.

Question 37

From the list of projects for an organization, how can a user identify a GitHub Projects template?

Options:

A.

Check the " show template " checkbox.

B.

Use the " is

" filter in the search text box.

C.

Select the Templates tab.

D.

View the contents in the .github/projects folder.

Page: 1 / 12
Total 124 questions