Posts

DevOps Interview Questions and Answers Part "C"

1. What is Source Code Management? It is a process through which we can store and manage any code. Developers write code, Testers write test cases and DevOps engineers write scripts. This code, we can store and manage in Source Code Management. Different teams can store code simultaneously. It saves all changes separately. We can retrieve this code at any point of time. 2. What are the Advantages of Source Code Management? . Helps in Achieving teamwork . Can work on different features simultaneously . Acts like pipeline b/w offshore & onshore teams . Track changes (Minute level) . Different people from the same team, as well as different teams, can store code simultaneously (Save all changes separately) 3. Available Source Code Management tools in the market? There are so many Source Code Management tools available in the market. Those are . Git . SVN . Perforce . Clear case Out of all these tools, Git is the most advanced tool in the market where we are ge...

DevOps Interview Questions and Answers Part "B"

Image
In Part "A" We discused  ( 1 TO 99 ) Q A now IN PART "B" (100 TO 199)  CLICK HERE FOR PART "A" Q101) What are the manners in which that a pipeline can be made in Jenkins? There are two different ways of a pipeline can be made in Jenkins Scripted Pipelines: Progressively like a programming approach Explanatory pipelines: DSL approach explicitly to make Jenkins pipelines. The pipeline ought to be made in Jenkins document and the area can either be in SCM or nearby framework. Definitive and Scripted Pipelines are developed on a very basic level in an unexpected way. Definitive Pipeline is a later element of Jenkins Pipeline which: gives more extravagant grammatical highlights over Scripted Pipeline language structure, and is intended to make composing and perusing Pipeline code less demanding. Q102) What are the Labels in Jenkins and where it tends to be used? Similarly as with CI/CD arrangement should be concentrated , where eac...