Analyst Integration Question:
Download Questions PDF

What is revision/version control?

Answer:

Version control are software which is used to store code and manage versions of codebase e.g. SVN, CVS, Git, Perforce and ClearCase. They are very effective while comparing code, reviewing code and creating build from previous stable version. All professional development use some sort of revision or version control tool, without it you cannot mange code effectively, especially if 20 developers are working in same code base at same time. Version control tool plays very important role to keep code base consistent and resolving code conflicts.

Download Integration Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is SQL injection?What is the difference between Overriding and Overloading?