Version Control Interview Questions
Questions Answers Views Company eMail

How do you integrate git with jenkins?

1

What is kubernetes? How can you integrate jenkins with kubernetes?

1

Mention some of the useful plugins in jenkins.

1

What are the types of jobs or projects in jenkins?

1

Explain the terms agent, post-section, jenkinsfile

1

Explain the term post-section?

1

How can jenkins fit into a cloud computing environment?

1

What do you know about cloud computing? How can jenkins fit into a cloud computing environment?

1

Explain the term jenkinsfile?

1

What are the pre-requisites for using jenkins?

1

explain the term agent?

1

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

1

What is the use of backup plugin?

1

How you can deploy a custom build of a core plugin?

1

What is maven? What is the benefit of integrating maven with jenkins?

1


Un-Answered Questions { Version Control }

What are the types of jobs or projects in jenkins?

1


How to Check Out for Updating?

844


What is "version control"?

1695


How can you move or copy jenkins from one server to another?

1


What are the various ways in which build can be scheduled in jenkins?

5






What Problem Management tools are available?

1789


What role do you see metadata playing in terms of reflecting versions, and the relationship between e- publications and other publications?

1779


What syntax does jenkins use to schedule build job or svn polling?

1


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.

2017


What is a git commit and what does the commit object contain?

1


What platforms can I automate VSS using OLE?

816


What are parameters in jenkins?

1


What are the types of pipelines in jenkins?

1


What is the function of git clone?

5


What is a ‘conflict’ in git?

5