8 Common Ansible interview questions for Junior DevOps engineers.


Question 1

Correct Answers: 1/4

Which of the following commands will install Ansible on Ubuntu?


Question 2

Correct Answers: 1/4

Which command will you use to check your Ansible version?


Question 3

Correct Answers: 1/4

The default location of the ansible.cfg file is:


Question 4

Correct Answers: 1/4

The default Ansible inventory file is located at:


Question 5

Correct Answers: 1/2

With Ansible you can only use SSH key as it does not work with SSH password.


Question 6

Correct Answers: 1/4

You can also get the Ansible documentation directly via your terminal by using:


Question 7

Correct Answers: 1/4

What language is an Ansible playbooks are written in by default?


Question 8

Correct Answers: 1/2

Ansible is an open-source agentless automation tool that enables you to easily configure and deploy systems.


Finish Quiz