kuberentes-faq

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 a pod is…

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 If I want…

Read more »
terraform-interview-questio

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 of Source Control…

Read more »

Questionnaire: Access your SCM Process in Project

TABLE OF CONTENTS 1…… General Assessment Questions. 2 1.1     Questions to analyze the development process description.. 2 1.2     Questions to characterize the project application.. 2 1.3     Questions to identify the supporting tools. 2 2…… Assessment on Configuration and Change…

Read more »

$# and $* Questions

scmuser created the topic: $# and $* questions If a script is run as foo -l -t bar [1-3], what are the values of $# and $*? does it make…

Read more »
server-configuration-management-tools-chef-puppet-and-ansible

Top Interview Questions on Server Configuration Management Tools Chef, Puppet, and Ansible

Source – http://hub.scalr.com/blog/top-questions-on-server-configuration-management-tools-chef-puppet-and-ansible-2 As a quick recap, configuration management tools enable companies to standardize and automate their infrastructure. Through standardization, you can build systems that are platform independent (i.e. instead…

Read more »
git-interview-questions-and-answer

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 and Answer Part…

Read more »
devops-interview-questions

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 is Continuous Integration?…

Read more »
tfs-interview-questions-and-answers

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 in the documentation…

Read more »
chef-interview-questions-and-answers

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, a service that…

Read more »
chef-interview-questions-and-answers

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, a service that…

Read more »
perforce-interview-questions-answers

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 to ignore files/folder…

Read more »
jenkins-interview-questions

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 Jenkins backup and…

Read more »
svn-subversion-interview-questions-and-answers

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 “Update” ? Difference…

Read more »
interview-questions-on-git-github-gitlab

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 and SVN and…

Read more »
build-release-engineer-interview-questions-answer

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 to share too…

Read more »
perl-interview-questions-answers

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 »
anthillpro-interview-questions

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 with Static Code…

Read more »
bamboo-interview-questions

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 Schedule Options? How…

Read more »
apche-interview-questions-answers

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 two are remnants…

Read more »