Microsoft - Big Savings Alert – Don’t Miss This Deal - Ends In 1d 00h 00m 00s Coupon code: 26Y30OFF
  1. Home
  2. Microsoft
  3. GH-900 Exam
  4. Free GH-900 Questions

Free Practice Questions for Microsoft GH-900 Exam

Pass4Future also provide interactive practice exam software for preparing Microsoft GitHub Foundations (GH-900) Exam effectively. You are welcome to explore sample free Microsoft GH-900 Exam questions below and also try Microsoft GH-900 Exam practice test software.

Page:    1 / 14   
Total 75 questions

Question 1

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



Answer : C

On GitHub, you can choose to receive ongoing updates about specific activities by subscribing to notifications for all activity in a repository. This allows you to stay informed about all changes, discussions, and updates related to a particular project. Additionally, GitHub provides the ability to customize notifications to suit your preferences.


Question 2

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



Answer : C

GitHub's community is centered around enabling developers to collaborate and innovate together. The platform provides tools and environments that foster open communication, sharing of ideas, and collective problem-solving.

Facilitating Collaboration and Creativity:

Option C is correct because GitHub is designed to be a collaborative platform where developers can work together on projects, share code, and contribute to open source initiatives, all in an environment that encourages creativity.

Incorrect Options:

Option A is incorrect because GitHub is inclusive of developers of all skill levels, not just experienced ones.

Option B is incorrect because GitHub is not about creating a competitive environment; rather, it focuses on collaboration.

Option D is incorrect because while code quality is important, enforcing strict code quality standards is not the primary goal of the GitHub community.


GitHub Docs: Building a Strong Community

Question 3

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



Answer : A

Creating a repository template in GitHub requires specific steps and permissions:

Creating a Repository Template:

Option A is correct because a user with Admin permissions can navigate to the repository's settings and enable the 'Template Repository' option. This allows other users to generate new repositories from this template, which includes all branches, tags, and file history.

Other Options:

Option B is incorrect because 'Maintain' permissions do not allow the creation of repository templates, and the option is not found in Organization settings but in the repository settings.

Option C is incorrect because the 'Template Repository' option is in the repository settings, not in Organization settings.

Option D is incorrect because 'Maintain' permissions do not grant the ability to create a repository template.


GitHub Docs: Creating a Template Repository

Question 4

As a user, what feature can you use to merge proposed changes in a repository on GitHub?



Answer : B

The feature you can use to merge proposed changes in a repository on GitHub is Pull requests. Pull requests are a core feature of GitHub, allowing developers to propose changes to a codebase, review code, discuss the changes, and eventually merge them into the main branch. This collaborative workflow ensures that code is reviewed and vetted before becoming part of the project.


Question 5

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.)



Answer : C, F

To locate an existing GitHub Action provided by a GitHub-approved vendor, you can use the following methods:

Verification Badge:

Option C is correct because actions provided by GitHub-approved vendors will typically have a verification badge. This badge indicates that the action is from a trusted source, giving users confidence in its security and reliability.

Search the GitHub Marketplace:

Option F is correct because GitHub Marketplace is the official location to find and install actions, including those provided by third-party vendors. You can search for actions by the vendor's name to find the specific one you need.

Incorrect Options:

Option A is not necessary to locate an existing action; creating a workflow file is for implementing the action, not locating it.

Option B is incorrect because searching the vendor's website for a github.yaml index is not a standard practice for finding actions.

Option D is incorrect because installing a GitHub App is unrelated to finding an existing action.

Option E is incorrect because adding a vendor as an allowed Actions Source is a configuration step for using the action, not for locating it.


GitHub Marketplace: Verified Actions

Page:    1 / 14   
Total 75 questions