Nothing Special   »   [go: up one dir, main page]

701-100 Exam Page4

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

08/03/2023 18:02 701-100 Exam - Free Questions and Answers - ITExams.

com

LPIC-OT Exam 701: DevOps Tools Engineer v1.0 (701-100)


Page: 4 / 12
Total 64 questions      10 questions per page

Question 16 ( Topic 1 ) 
Which of the following Ansible tasks copies the file example.txt to a manage system?

A. "" rsync: src: example.txt dst: /tmp/example.txt


B. "" copy: src: example.txt dest: /tmp/example.txt
C. "" retrieve: src: example.txt dest: /tmp/example.txt
D. - cp: source: example.txt dst: /tmp/example.txt
E. - transfer: src: example.txt dest: /tmp/example.txt

Answer : B

Question 17 ( Topic 1 ) 
FILL BLANK -
Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.)

Answer : ansible-vault

Question 18 ( Topic 1 ) 
Which of the following commands lists the cookbooks available on a Chef server?

A. kitchen cookbook list


B. chef-client cookbook list
C. chef-server cookbook list
D. chef-solo cookbook list
E. knife cookbook list

Answer : C

Question 19 ( Topic 1 ) 
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. myapp(option1);
B. option1@myapp
C. myapp["˜option1"™]
D. myapp.option1
E. myapp{{option1}}

https://www.itexams.com/exam/701-100? 1/2
08/03/2023 18:02 701-100 Exam - Free Questions and Answers - ITExams.com

Answer : AE

Question 20 ( Topic 1 ) 
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

Answer : A

Reference https://docs.ansible.com/ansible/2.5/user_guide/playbooks_conditionals.html

Page: 4 / 12
Total 64 questions  Previous Page Next Page     10 questions per page

https://www.itexams.com/exam/701-100? 2/2

You might also like