Jenkins Interview Questions and Answers – Part 6

What are the parts of the task lifecycle Execution Initialization, Configuration, Execution (Ans) Initialization, Configuration, Execution, Finalization Configuration, Execution How do you declare a typed task? task…

Read More

AWS Interview Questions and Answer Part – 7

You work for a gaming company that has built a serverless application on AWS using Lambda, API Gateway and DynamoDB. They release a new version of the…

Read More

Git Interview Questions and Answer Part – 1

Q1. What is GIT? Git is a distributed version control system and source code management (SCM) system with focus to handle small and large projects source code…

Read More

Kubernetes FAQ

Question 1 – Add containers to a Kubernetes pod on runtime or Allow containers to be added to a running pod Answer: Adding or removing containers to…

Read More

Gradle Interview questions and Answer Part 1

What are the parts of the task lifecycle? A. Configuration, Execution B. Initialization, Configuration, Execution C. Initialization, Configuration, Execution, Finalization D. Execution Ans: B. Initialization, Configuration, Execution…

Read More

Terraform Interview Questions and Answer – Set 1

External data sources must return information in what format? A. XML B. HTML C. JSON D. YAML Ans: C. JSON Which of the following is an example…

Read More

General SCM Interview Questions and Answers

The previous chapters outlined the state of CM technology from the standpoint of a spectrum of concepts underlying automated CM, and from the standpoint of the reflection…

Read More

Git Interview Questions and Answers

Git Interview Questions and Answer Part – 1 Git Interview Questions and Answer Part – 2 Git Interview Questions and Answer Part – 3 Git Interview Questions…

Read More

DevOps Interview Questions and Answer – Part 1

What do you understand about DevOps? Can you please define it in your terminologies? What are the ways, DevOps will help the Software Projects and Team? What…

Read More

Top 25 TFS Interview Questions and Answers

TFS Interview Questions 1) What is Team  Foundation Server? What does it cover – version control? build processes? bug tracking? task management? Team Foundation Server is defined…

Read More

Chef Configuration Management Interview Questions and Answers Part – 1

Source – learn.chef.io What is a resource? Answer- A resource represents a piece of infrastructure and its desired state, such as a package that should be installed,…

Read More

Chef Configuration Management Interview Questions and Answers Part – 2

Source – learn.chef.io What is a resource? Answer- A resource represents a piece of infrastructure and its desired state, such as a package that should be installed,…

Read More

Interview Questions and Answer for Perforce Version Control Tool

Some of the perforce commands which is not commonly used but useful. p4 annotate – Print file lines along with their revisions. e.g p4 annotate file.c How…

Read More

Jenkins Interview Questions and Answers – Part 1

What is continuous integration? Jenkins Continuous integration API features? Advantages of jenkins? Jenkins plugins? Requirements for using Jenkins? Installing Jenkins on Ubuntu and RHEL? Process to take…

Read More

Top 10 Interview Questions and Answers in SVN (Subversion)

What is SVN? What is “branch” , “Tag” and “Trunk” in SVN ? what do you mean by “Synchronizing with Repository” ? How is it different from…

Read More

Git Interview Questions and Answer Part – 6

What is GIT? What is a repository in GIT? What is the command you can use to write a commit message? What is the difference between GIT…

Read More

Interview Questions and Answer for Build & Release Engineers

I get many emails and linkedin personal message about sharing interview questions for Build & Release Engineer and Configuration Engineer. I have asked some of my friends…

Read More

Most asked Perl Interview Questions and Answers

What is Perl one-liner?

There are two ways a Perl script can be run:

a)from a command line, called one-liner, that means you type and execute immediately on the command line. You’ll need the -e option to start like “perl -e “print “Hello”;”. One-liner doesn’t mean one Perl statement. One-liner may contain many statements in one line.

b)from a script file, called Perl program.

Read More

Perl Scripting Interview Questions and Answers

Can anyone help on these questions which i couldnt answer in my interview,because iam not sure on perl scripting iam learning the things in perl now. 1.What…

Read More

Selected AnthillPro Interview Questions and Answer

Selected AnthillPro Interview Questions Building Procedures in AnthillPro Deploying Procedures with AnthillPro Using AnthillPro for Audit Process of Integrating with Defect & Feature Tracking Process of Integrating…

Read More

Top Bamboo Interview Questions and Answer

Top Selected Bamboo Interview Questions Bamboo Questions: Tell me more about continuous integration ? How did you configured? Plugins used in Bamboo? Tell me more about Bamboo…

Read More

Apache Interview Questions and Answer – Job Interview Kit

Apache Interview Questions – Apache Job Interview Kit On a fresh install, why does Apache have three config files – srm.conf, access.conf and httpd.conf? – The first…

Read More

Apache and HTTP Interview Questions and Answers – Interview Guide

Apache and HTTP Interview Questions and Answers – Interview Guide List of Apache and HTTP Interview Questions: – <!– /* Font Definitions */ @font-face {font-family:”Cambria Math”; panose-1:2…

Read More

General SCM Interview Questions and Answer – SCM Job Interview Kit

  General SCM Interview Questions – SCM Job Interview Kit What do you think about configuration management? What do you understand about Change Management? branching methodologies and…

Read More

Shell Bash Scripting Interview Questions and Answer – Part 1

Interview Questions Sets : Shell Script Descriptive Questions Sets What is shell scripting? Shell scripting is used to program command line of an operating system. Shell Scripting…

Read More

Maven Interview Questions and Answers – Maven Job Interview Kit

Maven Interview Questions and Answers Contributed by Rajesh Kumar with the help of Google Search and www.scmGalaxy.com Is there a way to use the current date in…

Read More

Shell Bash Scripting Interview Questions and Answer – Part 2

Interview Questions Sets : Shell Programming How do you find out what’s your shell? Answer: echo $SHELL What’s the command to find out today’s date? Answer: date…

Read More

List of All Possible Maven Interview Questions and Answer

Is there a way to use the current date in the POM? Take a look at the buildnumber plugin. It can be used to generate a build…

Read More