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

Free and Premium Microsoft GH-900 Dumps Questions Answers

Page: 1 / 11
Total 144 questions

GitHub Foundations Questions and Answers

Question 1

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

Options:

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

Buy Now
Question 2

What should be done to locate an existing action that was provided by a GitHub-approved vendor?

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

Options:

A.

Create a new workflow file.

B.

Search the vendor’s website for a github.yaml index.

C.

Confirm that the action has a verification badge.

D.

Install the GitHub App that was provided by the vendor.

E.

Add the vendor as an allowed Actions Source.

F.

Search the GitHub Marketplace for Actions by the vendor.

Question 3

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 4

Which of the following items can you customize for an individual Codespace?

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

Options:

A.

Shell

B.

Branch protections

C.

Name

D.

Default editor

E.

Operating system

Question 5

What are achievements on a GitHub user profile?

Options:

A.

special recognition for significant contributions and milestones

B.

total number of repositories owned

C.

number of stars received on repositories

D.

virtual trophies awarded for completing coding challenges

Question 6

In GitHub flow, what is the primary operation when a pull request is approved?

Options:

A.

A release issue is created.

B.

A git tag is created.

C.

The feature branch is merged.

D.

The changes are deployed.

Question 7

A centralized version control system is a system that:

Options:

A.

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

B.

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

C.

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

D.

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

Question 8

Which syntax is used for authoring saved replies?

Options:

A.

Markup

B.

YAML

C.

HTML

D.

Markdown

Question 9

Which of the following statements most accurately describes secret gists?

Options:

A.

Anyone with the URL for the gist can view the gist.

B.

Secret gists require GitHub Enterprise.

C.

Anyone can see the gist from the gist Discover page.

D.

Users with assigned access can view the gist.

Question 10

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 11

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 12

When making comments in GitHub, the supported text language is:

Options:

A.

CSS.

B.

JavaScript.

C.

Markdown

D.

JSON.

E.

XML

own.

Question 13

What are the two main reasons why one might fork a repository?

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

Options:

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

Question 14

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

Options:

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.

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

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 17

Why is branching a core concept in Git?

Options:

A.

Branching creates physical copies of the project on disk, ensuring data redundancy and backup.

B.

Branching helps in automatically merging changes from different branches into the main branch.

C.

Branching is necessary for organizing files and folders within a Git repository.

D.

Branching creates an isolated environment to try new ideas and make changes without affecting other branches.

Question 18

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

Options:

A.

GitHub Support

B.

GitHub Sponsors

C.

GitHub Community Exchange

D.

GitHub Discussions

Question 19

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

Options:

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

Question 20

What is the primary purpose of using milestones in GitHub Projects?

Options:

A.

To create custom fields for organizing project data

B.

To group and track related issues and pull requests towards a common goal

C.

To visualize project insights using charts

D.

To automate workflows using GitHub Actions

Question 21

Which of the following best describes a Codespace?

Options:

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

Question 22

Which type of GitHub account is designed for a single user and serves as their identity on GitHub.com?

Options:

A.

Enterprise account

B.

Team account

C.

Organization account

D.

Personal account

Question 23

What are the key areas of focus for GitHub?

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

Options:

A.

Nurturing a community that supports open source principles

B.

Providing access and opportunities for developers

C.

Providing a social media platform for project managers

D.

Building a technology platform for secure code sharing and collaboration

E.

Hosting video calls with other developers

Question 24

What is a gist?

Options:

A.

GitHub app

B.

Git repository

C.

Markdown document

D.

GitHub Pages site

Question 25

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 26

Which three of the following actions will automatically subscribe you to a conversation on GitHub? Each answer presents a complete solution.

Options:

A.

Being at-mentioned in a thread

B.

Opening a pull request

C.

Deleting a branch

D.

Changing the repository visibility

E.

Commenting on an issue or pull request

Question 27

What layouts are available for GitHub Projects?

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

Options:

A.

Roadmap

B.

Kanban

C.

Board

D.

Table

E.

Backlog

Question 28

Which of the following is the best description of a Git commit?

Options:

A.

a snapshot of the entire repository at a specific point in time, capturing the state of all files in the project

B.

a record of the most recent changes made by a developer in Git

C.

a series of changes made to a file, or set of files, in Git

D.

a log message that describes the purpose of the changes made to the files in a Git repository

Question 29

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

Options:

A.

Q & A

B.

Ideas

C.

General

D.

Polls

Question 30

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

Options:

A.

Authored by the same user.

B.

Authored by different users.

C.

The same.

D.

Different.

Question 31

What best describes Markdown?

Options:

A.

Markup language

B.

Programming language

C.

Scripting language

D.

Version control system

E.

Containerization solution

Question 32

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

Options:

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.

Question 33

What are all repository visibility options in GitHub Enterprise?

Options:

A.

public, internal, and private

B.

public, private

C.

external, public, and private

D.

external, private

Question 34

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 35

Where can a user manually link a pull request to an issue?

Options:

A.

in the comment section of the issue

B.

in the right sidebar of the pull request, under " Assignees "

C.

in the right sidebar of the pull request, under " Development "

D.

in the description of the issue

Question 36

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 37

What happens when you assign multiple collaborators to an issue or pull request?

Options:

A.

The issue or pull request is automatically marked as “In Progress.”

B.

The issue or pull request is locked for editing by others.

C.

Only the first collaborator is notified.

D.

All assigned collaborators are notified and share responsibility.

Question 38

Which of the following can be performed within GitHub Desktop?

Options:

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

Question 39

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

Options:

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.

Question 40

Which action can you perform using the text formatting toolbar when writing a comment on GitHub?

Options:

A.

Merge branches

B.

Assign an issue

C.

Schedule a pull request

D.

Add a list

Question 41

Which of the following best describes cloning a repository?

Options:

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.

Question 42

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 43

How can a user highlight a post to the top of the Discussions page?

Options:

A.

Save the discussion.

B.

Pin the discussion.

C.

Create an issue from the discussion.

D.

Star the discussion.

Page: 1 / 11
Total 144 questions