Version Control Interview Questions
Questions Answers Views Company eMail

How do you install jenkins?

1

What are the ways to configure jenkins node agent to communicate with jenkins master?

1

What is the benefit of integrating maven with jenkins?

1

Let us say, you have a pipeline. The first job was successful, but the second failed. What should you do next?

1

How do you achieve continuous integration using jenkins?

1

Do you know any other continuous integration tools? How is jenkins better than any of those?

1

What is the use of jenkins home directory?

1

What are the two components that you can integrate jenkins with?

1

How can you integrate jenkins with kubernetes?

1

How can you use a third-party tool in jenkins?

1

Mention what are the commands you can use to start jenkins manually.

1

What is the difference between jenkins and bamboo?

1

Have you run automated tests on jenkins? How is it done?

1

Name a jenkins environment variable you have used in a shell script or batch file.

1

Explain the gitflow workflow?

1


Un-Answered Questions { Version Control }

How does one implement SourceSafe integration with FrontPage 2000/ 8?

869


Is there some way to get a list of errors from Analyze?

755


How do you achieve continuous integration using jenkins?

1


How do I display a custom message box during Add Item, Check In, Ckeck Out, Undo Checkout, Branch, and Rename?

878


Is there a separate QVCS API library available for embedding version control into a non-QVCS application?

1490






Which is the best product for source controlling compare to vss for version controlling?

413


Name a jenkins environment variable you have used in a shell script or batch file.

1


What is the difference between a Change and a Conflict?

1695


Explain how to create a backup and copy files in jenkins?

5


When any person create a new file in the project, he will add it to the Source Control System in the correspoding to folder. This process is called "Checkin". Most of the source control systems provide a windows explorer like user interface. You can checkin files in different ways: 1. Drag and drop files from windows explorer to appropriate folder in source control explorer. 2. Go to appropriate folder in source control system, right click on the folder name and select 'Add Files'. This will launch a file browser which will allow you to select files. 3. Integrate with Visual Studio - most source control systems are integrated with Visual Studio when you install their client software. This is the easiest way to work with source control systems. When you right click on any file in the Solution Explorer in Visual Studio, it will give you the option to checkin or checkout files. After you add (checkin) a file to source control , the file is "controlled" by source control system. If anybody want to change the file (including the person who created the file), he has to "checkout" the file from Source control. When you checkin a file to source control, it will make the file in your computer 'Read only' so that you cannot edit it. This is to remind you that the file is controlled by source control system. You can add new files to source control, but you cannot checkin an existing file unless you have checked out that file.

2014


How to Check In Changes?

919


What is a trigger? Give an example of how the repository is polled when a new commit is detected.

1


Is there a version of Merge for Linux?

1745


Mention the various git repository hosting functions.

1


What is the difference between the ‘git diff ’and ‘git status’?

5