Which of the following information is contained in the output of git status? (Choose three correct
answers.)
C,D,E
What happens when a merge conflict occurs in git? (Choose two correct answers.)
D,E
Which configuration option in the Ansible inventory is issued control privilege escalation of the
remote user?
A. priv_user
B. elevate
C. super
D. become
E. sudo
D
Reference
//docs.ansible.com/ansible/2.6/user_guide/become.html
Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
A,B,C
What is the Puppet equivalent to an Ansible Playbook called?
A
Which of the following Ansible tasks copies the file example.txt to a manage system?
B
CORRECT TEXT
Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY
the command without any path or parameters.)
ansible-vault
Which of the following commands lists the cookbooks available on a Chef server?
C
An Ansible variable file contains the following content:
myapp:
option1: one
Which of the following strings can be used to reference the defined variable? (Choose two correct
answers).
A,E
Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a
variable?
A. register
B. return
C. output
D. result
E. set_fact
A
Reference
//docs.ansible.com/ansible/2.5/user_guide/playbooks_conditionals.html