Home > Software Development > Quizzes > Ansible Practice Test Questions
Ansible Practice Test Questions
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 25% Most missed: “_____________ is a combination of multiple pieces working together to become an …”

Ansible is a suite of software tools that enables infrastructure as code. It is open-source and the suite includes software provisioning, configuration management, and application deployment functionality.
In DevOps, Ansible is used for automating IT operations such as deploying applications, managing configurations, scaling infrastructure, and other activities involving many repetitive tasks.

Ansible Practice Test Questions
Time left 00:00
10 Questions

1. IaC stands for?
2. YAML or files are like any formatted text file with few sets of rules just like JSON or XML.
3. What language is an Ansible playbooks are written in by default ?
4. How many types of modules in Ansible?
5. _____________ is a combination of multiple pieces working together to become an automation tool.
6. ___________ is a repository of Ansible roles that can be shared among users and can be directly dropped into playbooks for execution.
7. What are the features of Ansible?
8. In Which Language Ansible engine written?
9. The task is a unit action of Ansible.
10. _________________ is something that is used for streamlining the development and deployment process.