Docker Interview Questions and Answer Part – 21

Which of the following is needed to deploy a Docker Stack? Compose v2 file format Kubernetes Compose v3 file format Docker Cloud (Ans) What is the name of the configuration…

Read more »

DevOps Interview Questions and Answer – Part 5

How does “technical debt” make it hard to become a software-driven company? Technical debt is paid off by business units that do not trust IT. Attention paid to existing investments…

Read more »

Ansible Interview Questions and Answer – Part 12

Which is the right repository definition should be inserted in pom.xml for uploading snapshot artifactory? Which is the right repository definition should be inserted in pom.xml for uploading release artifactory?…

Read more »

Ansible Interview Questions and Answer – Part 11

What is the best way to allow a Docker client running in a container access to the underlying Docker host? Map the root filesystem to the container. You shouldn’t do…

Read more »

Ansible Interview Questions and Answer – Part 10

How would you ensure your application is configured correctly for different types of tests? This is not possible. Create multiple configuration files for your application, one per type of test….

Read more »

Ansible Interview Questions and Answer – Part 9

You can add groups inside of groups when: You add existing group names under a [groupname:children] definition (Ans) You cannot add groups within groups. You add existing group names under…

Read more »

Ansible Interview Questions and Answer – Part 8

You can merge multiple inventory files to scale out. True False (Ans) A __ module may be pulled from repository at a future time. Bronze Core Deprecated (Ans) Extra The…

Read more »

Splunk Interview Questions and Answer Part – 3

Of the following, which is the best description of Splunk? Splunk is a log collector. Splunk is a business intelligence tool. Splunk is operational intelligence that consumes and makes machine…

Read more »

SonarQube Interview Questions and Answer Part – 1

Is it right definition of Sonarqube? SonarQube (formerly Sonar) is a quality management platform focusing on continuous analysis of source code quality. YES (Ans) NO Which is not a severities…

Read more »

Puppet Interview Questions and Answer Part – 2

Where is the Puppet configuration file stored? /etc/puppet/puppet.conf (Ans) /var/lib/puppet/puppet.conf /usr/share/puppet/puppetmaster.conf Puppet can manage all of following operating systems except… Mac OS X Windows Unix Solaris FreeBSD None of these….

Read more »

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 copyImages (type: Copy)…

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 lambda function and…

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

Read more »
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 »

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 of some of…

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 »