Candidates could generally land up with a question on the conflict in Git in the basic Git interview questions. Git could handle the majority of merges on its own by leveraging its automatic features. Conflict is evident when two different branches make edits to the same line in a file. Another scenario for conflict in Git occurs with the deletion of a file on one branch and modification of the same file in another branch. Conflicts are general occurrences, especially when functioning in a team environment.