Blog Archives

01: 12+ Git Source control must know basics interview Q&As

Q1. How does Git differ from SVN?
A1.

#1. Git is a distributed source control system meaning that there will be multiple client repositories.

Read more ›



02: 6 More Git interview Q&As

Extending 8 Git Source control system interview questions & answers. Q1. What do you understand by the term patch or pull request? A1. … Read more ›...



03: Understanding Git terms origin, master, and head

Q1. What is a .git folder? A1. Like .SVN folder for subversion holding the metat data, .git folder holds the Git meta data like remote repository, … Read more ›...



04: Git Merging Vs rebasing interview questions and answers

Q1. What do you understand by the terms merging and rebasing? Can you explain both with a daiagram? A1. … Read more ›...



300+ Java & Big Data Interview FAQs

800+ Java Interview Q&As

Java & Big Data Tutorials

Top