Ansible Online Test
For jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor companies
Screen real Ansible skills, flag human or AI assistance, and interview the right people.
About the test
The Ansible online test assesses knowledge of using Ansible for software provisioning, configuration management, and application deployment.
The assessment includes work-sample tasks such as:
- Installing updates on all servers.
- Using Ansible Inventory files to organize and manage hosts.
- Running commands against specific hosts or groups using Ansible Patterns.
A good Ansible developer or administrator should be familiar with using Ansible to enable infrastructure as code.
Sample public questions
A service called testdome_service has a licensing cost based on the number of systems it is installed on. For the purpose of checking if the package is installed or not, your DevOps team lead has shared the following playbook:
---
- hosts: testdome_servers
vars:
package_names:
- testdome_service
tasks:
- name: "Package check"
package:
name: "{{ item }}"
state: present
check_mode: yes
loop: "{{ package_names }}"
register: package_check
- name: "Print"
debug:
msg: "Package is installed"
when: package_check is succeeded
Which answers are correct for the given playbook?
Your team manages the web farm for example.com which now needs to support URL rewriting so that it uses more user and search engine friendly URLs.
Your team plans to use the following playbook to achieve the above mentioned requirement:
---
- hosts: example_web_servers
become: yes
tasks:
- name: check rewrite module
apache2_module:
name: rewrite
state: present
notify:
- apache2 handler
handlers:
- name: apache2 handler
service:
name: apache2
state: restartedWhat are the features and functions of the different parts of the given playbook?
For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Ansible test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium questions
Buy TestDome to access premium questions that can't be practiced.
3 more premium Ansible questions
Skills and topics tested
- Ansible
- Ad Hoc Commands
- Ansible Nodes
- Ansible Inventory
- Ansible Patterns
For job roles
- Ansible Administrator
- Ansible Developer
- DevOps Engineer
Sample candidate report
AI-driven cheating detection
Protect against bad hires with automated highlighting of possible cheating attempts. Spend less time reviewing proctoring details and identify cheating in seconds.
What others say
Reliable, AI-ready technical testing
I thought the rise of AI would render it obsolete, BUT, the platform has definitely adapted to the changing times and I find it to be the only reliable way to do our online technical assessments nowadays. With its system proctoring and AI-detection tools, I feel confident that the applicants aren't able to cheat.
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
130+ skills
AI-ready assessments
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports









