Demo Microsoft GH-900 Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 10 Questions
Demo Practice
Question 1

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

Correct Answer: C
Explanation:
GitHub offers a variety of features for different aspects of project management and documentation.
For long-form documentation, the best feature is Wikis. Wikis in GitHub allow you to create detailed,
structured documentation that is easy to navigate and edit. Each repository in GitHub can have its
own Wiki, which acts as a space for collaborators to maintain project documentation, guides,
manuals, or any other long-form content. Wikis are specifically designed to host extensive documentation in a way that is easy to reference
and edit over time. They support Markdown, allowing you to format your documentation effectively.
Unlike the other options, Wikis are explicitly intended for the purpose of long-form content, making
them the best choice for this use case.
Question 2

Who can be assigned to an Issue or pull request?
(Each answer presents a complete solution. Choose two.)


Correct Answer: B, D
Explanation:
In GitHub, issues and pull requests (PRs) are essential tools for managing work and collaboration in a
project. Assigning individuals to these issues or PRs is a way to indicate responsibility for addressing
the issue or completing the PR.
GitHub Docs: Permission Levels for a Repository
GitHub Docs: Assigning Issues and Pull Requests
Anyone with write permissions to the repository:
Anyone who has commented on the Issue or pull request:
Which of the following is the best GitHub feature for long-form documentation for a project?
This detailed explanation provides clarity on GitHub's assignment mechanics for issues and pull
requests, reflecting the platform's collaborative nature.
Users who have write permissions to a repository can be assigned to issues and pull requests. Write
permissions allow users to push changes to the repository, create branches, and modify issues and
pull requests. Assigning them to an issue or PR ensures they are recognized as responsible for the
task.
Option C is incorrect because not all personal GitHub accounts can be assigned to issues or PRs. The
user needs either write permissions to the repository or must have commented on the issue or PR.
Option A is incorrect because having an enterprise GitHub account alone does not necessarily grant
the ability to be assigned to issues or PRs. Permission to assign is based on repository-specific roles
and permissions.
GitHub allows you to assign issues or pull requests to users who have already engaged with the
discussion by commenting on it. This feature is particularly useful for quickly assigning tasks to those
who are already involved in the conversation.
Question 3

What are the defining features of Git?

Correct Answer: A
Explanation:
Git is a distributed version control system, meaning that every developer has a full copy of the entire
repository, including its history, on their local machine. This enables greater flexibility, as work can be
done offline and each user has access to the full project history.
Open Source Software:
Git is open-source, meaning its source code is freely available for use, modification, and distribution.
This fosters a large community of users and contributors who continuously improve the software.
Option B is incorrect because Git is not a sequential version control system, nor is it inherently tied to
cloud-based services. GitHub, GitLab, and other platforms offer cloud hosting for Git repositories, but
Git itself is a version control tool. Option C is incorrect because Git is not limited to small projects; it is designed to scale efficiently, and
the other features mentioned are only partial descriptions of Git's capabilities. Option D is incorrect because Git is not a centralized version control system; it is distributed.
Additionally, Git is open-source, not proprietary, and is used for projects of all sizes.

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM