LPI 701-100 - LPIC-OT Exam 701: DevOps Tools Engineer Exam
Page: 3 / 12
Total 60 questions
Question #11 (Topic: Single Topic)
Which of the following information is contained in the output of git status? (Choose three correct answers.)
A. Changed files that will not be part of the next commit.
B. Locked files which cannot be edited until the lock is released.
C. Changed files that will be part of the next commit.
D. Unchanged files which have not been edited locally.
E. Untracked files which are not subject to version control.
Answer: CDE
Question #12 (Topic: Single Topic)
What happens when a merge conflict occurs in git? (Choose two correct answers.)
A. The conflicting files remain unchanged in the local repository.
B. Conflict markers are added to the files.
C. A new branch containing the remote changes is created.
D. The affected files are flagged as conflicting.
E. The newest version is placed in the local repository.
Answer: DE
Question #13 (Topic: Single Topic)
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
Answer: D
Question #14 (Topic: Single Topic)
Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
A. lineinfile
B. replace
C. patch
D. insert
E. modify
Answer: ABC
Question #15 (Topic: Single Topic)
What is the Puppet equivalent to an Ansible Playbook called?
A. A Puppet Catalog
B. A Puppet Playbook
C. A Puppet Factsheet
D. A Puppet Declaration
E. A Puppet Manifest
Answer: E