All Exams
Login
Home
Exams
Microsoft
GH-900
Question 6 of 75
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
Discussion
Correct Answer: A
Question 7 of 75
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
Discussion
Correct Answer: A
Question 8 of 75
Which version control system is GitHub built on top of?
A.
Subversion
B.
Mercurial
C.
Git
D.
Perforce
Answer
Discussion
Correct Answer: C
Question 9 of 75
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
Discussion
Correct Answer: B
Question 10 of 75
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
Discussion
Correct Answer: D
Prev page
Prev
Next page
Next