Docker Interview Questions and Answer Part – 35

What Docker technologies are available to support communication between containers? Docker connect and bridge networks Docker linking and bridge networks (Ans) Docker connect and alias networks None…

Read More

Docker Interview Questions and Answer Part – 34

Which of the following open-source tools is the underlying technology for Docker Swarm? containerd SwarmKit (Ans) Kubernetes InfraKit The Docker daemon Docker UCP implements RBAC via Grants….

Read More

Docker Interview Questions and Answer Part – 33

Which of the following best decribes a Docker Image? A read-write template for starting one or more containers A point-in-time snapshot of a container used for backups…

Read More

Docker Interview Questions and Answer Part – 32

Which of the following are true about Docker volumes? They must exist on a SAN or NAS They are decoupled from containers (Ans) They are higher performance…

Read More

Docker Interview Questions and Answer Part – 31

What is the preferred way to deploy and manage a Docker Stack? The declarative way via config files (Ans) The imperative way via commands Which of the…

Read More

Docker Interview Questions and Answer Part – 23

Which of the following are top-level keys in a stack file (Compose v3 file)? Version, deployments, networks, volumes Version and services Version, services, networks, volumes (Ans) Services,…

Read More

Docker Interview Questions and Answer Part – 22

Which of the following is a recommended best practice? Keep your images small (Ans) Never use the latest image in a repo Use large images containing lots…

Read More

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…

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…

Read More

Chef Configuration Management Interview Questions and Answers Part – 5

Why do we make a new cookbook dependent upon one or more different cookbooks? So that we don’t breach copyright So that we can make use of…

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…

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….

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…

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…

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…

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…

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…

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…

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…

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

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…

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 $*?…

Read More

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…

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