Git Version Control Sample Questions


Sample Questions
 

 

1. What type of version control software does Git is?

A. Centralized CVS
B. Distributed VCS
C. Local VCS
D. None of the above

2. Which check summing technique is used by Git?

A. MD5
B. SHA-1
C. CRC-32
D. None of the above

3. Which Git state does stores snapshot permanently?

A. Staging
B. Modify
C. Commit
D. None of the above

4. Which command gives details of Git configuration?

A. git config --list
B. git config --l
C. git config --help
D. None of the above

5. Which sub-directory of Git contains all necessary repository files?

A. .git
B. .config
C. .conf
D. None of the above


Answers:      1 (B), 2 (B), 3 (C), 4 (A), 5 (A)

More Practice Test at:

https://www.vskills.in/practice/quiz/Git-Version

Apply for Certification

https://www.vskills.in/certification/Git-Version-Control-Certification

 For Support