Git Hub Assessment
Git Hub Assessment
To start
contributing to the project, what Git operation would you most likely invoke first?
A. Clone
B. Expert
C. Checkout
D. Revert
Correct Option:A
A. JIRA
B. Bugzilla
C. GLPI
Correct Option:D
2. Git
3. HTTP
4. SSH
Correct Option:B
Correct Option:B
11. Begin
12. Add
13. Addfile
14. Track
Correct Option:B
Correct Option:B
19. Root
20. Admin
21. Git
Correct Option:C
23. Octopus
24. Recursive
Correct Option:B
9) You have a local repository, but other team members have pushed changes into the remote
repository. What Git operation will you use to download those changes into your working copy?
27. Checkout
28. Commit
29. Export
30. Pull
Correct Option:D
31. ssh_keys
32. ssh_key
33. authorized_keys
Correct Option:C
11) What type of access does each developer have for their own public repository?
34. Write
35. Read
36. Copy
38. SSH
39. HTTP
40. Git
Correct Option:D
13) If you want to make your local repository reflect the changes that have been made in a remote
repository, then you should run the pull command. Is the statement true or false?
42. TRUE
43. FALSE
Correct Option: A
Correct Option: C
15) What error will you receive if you push master-branch changes to a remote repository and
someone else pushes their changes to that same branch, while you are making changes?
48. 404
49. Rejected
50. 404 Bad Request
Correct Option:B
16) Where in commit history are the stable branches usually located?
Correct Option:C
17) What is the easiest way for an anonymous public to have a read access for a Git project?
56. Run a static web server with its document root to Git repository
Correct Option:A
18) Which flag lets the user type a commit message inline with the commit command by specifying
it?
60. -m
61. -l
62. -v
63. -x
Correct Option:A
19) _____ to git commit, will modify the last commit message.
SELECT THE CORRECT ANSWER
64. -change
65. -amend
66. -replace
67. -update
Correct Option:B
Correct Option:D
21) Which Git command changes when the HEAD pointer points and modifies the content of the
working directory?
72. checkout
73. merge
74. mv
75. pull
Correct Option:A
76. -p
77. -m
78. -l
79. -a
Correct Option:D
80. C++
81. C
82. JAVA
83. C#
Correct Option:B
84. Clone
85. Copy
86. Replicate
87. Duplicate
Correct Option:A
25) s it possible to perform any type of OAuth authorization via command line with the Bitbucket
authorization API?
88. Yes
89. No
Correct Option:A
26) Which of the following is not a part of the data structure of a Git repository?
Correct Option:A
27) Which of the following project problems does Git helps to resolve?
Correct Option:D
28) If you want to make changes to your team's project and don't want it to impact the rest of the
team, you should implement changes in_________.
98. Tag
99. Trunk
100. Root
101. Branch
Correct Option:D
102. Update
103. Add
104. Push
105. List
Correct Option:B
30) What is usually the extension of file which has the public key?
SELECT THE CORRECT ANSWER
106. key
107. ssh
108. pub
109. pk
Correct Option:C
31) Which character placed at the end of a reference, refers to the first parent of that commit?
110. "
111. ?
112. *
113. ^
Correct Option:D
114. Git is less preferred for handling extremely large files or frequently changing binary files,
while SVN can handle multiple projects stored in the same repository.
115. Git does not support commits across multiple branches or tags. Subversion allows the
creation of folders at any location in the repository layout.
116. Git is unreachable while Subversion allows committers to treat a tag as a branch and to
create multiple versions under a tag root.
Correct Option: A
33) When you work on a team with multiple Bitbucket users, you'll want to work on your own set of
code separately from the main codebase. What allows you to do so?
118. Branch
119. Pull
120. Merge
Correct Option:A
125. A and B
Correct Option: D
Correct Option: B
130. File
131. Folder
132. Snapshot
Correct Option: C
37) __________command checks the changes made to the file.
Correct Option: B
Correct Option: D
39) GitLab is not faster than GitHub while pushing and pulling the repositories. Is this statement true
or false?
142. TRUE
143. FALSE
Correct Option:A
40) What is created when checking out a local branch from a remote branch?
148. zlib
149. openssl
150. libiconv
Correct Option:D
42) Which command provides the list of commits that are made in the last two weeks?
Correct Option: C
43) The ___________ command lets you list the project history, filter it, and search for specific
changes.
Correct Option: A
Correct Option: C
Correct Option:B