Microsoft GH-900 - GitHub Foundations Exam
Page: 2 / 15
Total 75 questions
Question #6 (Topic: Topic 1, Introduction to Git and GitHub
)
What is the difference between Git and GitHub?
A. Git is a command-line tool for tracking file changes, while GitHub is a platform for collaborating on Git repositories.
B. Git and GitHub are different names for the same tool that is used for version control and collaboration.
C. Git is a cloud-based hosting service, while GitHub is a distributed version control system.
D. Git is a centralized version control system, while GitHub is a cloud-based collaboration platform
Answer: A
Question #7 (Topic: Topic 1, Introduction to Git and GitHub
)
What type of operations has Git been optimized for?
A. local file manipulation and offline work
B. remote collaboration and real-time editing
C. cloud-based operations and synchronization
D. web development and browser-based coding
Answer: A
Question #8 (Topic: Topic 1, Introduction to Git and GitHub
)
Which version control system is GitHub built on top of?
A. Subversion
B. Mercurial
C. Git
D. Perforce
Answer: C
Question #9 (Topic: Topic 1, Introduction to Git and GitHub
)
What command should you type to create and switch over to a new branch?
A. git checkout -n newBranchName
B. git checkout -b newBranchName
C. git checkout newBranchName
D. git branch newBranchName
Answer: B
Question #10 (Topic: Topic 1, Introduction to Git and GitHub
)
The difference between GitHub Enterprise Server (GHES) and GitHub Enterprise Cloud is that GHES:
A. includes authentication with SAML single sign-on and access provisioning with SAML or SCIM.
B. can be deployed on both Windows and Linux.
C. cannot enable rate limiting.
D. is a self-hosted solution that allows organizations to have full control over their infrastructure.
Answer: D