LPI 701-100 Linux Professional Institute DevOps Tools Engineer Exam 701 Exam Practice Test

Page: 1 / 14
Total 60 questions
Question 1

Which statement in a Dockerfile defines which command should be started in the container by default when it is started? (Specify ONLY the statement's name without any values or parameters.)

See Below Explanation:




Answer : A


Question 2

Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)



Question 3

Given the following excerpt of a Dockerfile:

Run apt-get --y update && apt-get install --y fortunes && apt-get clean

Why are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?



Answer : D


Question 4

Which docker-machine sub command outputs a list of commands that set environment variables which are required to make docker work with a Docker host managed by docker-machine? (Specify only the sub command without any path or parameters.)

See Below Explanation:




Answer : A


Question 5

Which elements exist on the highest level of the definition of every Kubernetes Objects? (Specify the name of one of the elements, without any values.)

See Below Explanation:




Answer : A


Question 6

Which of the following information is contained in the output of git status? (Choose three correct answers.)



Answer : C, D, E


Question 7

Which of the following statements are true about Jenkins? (Choose two correct answers.)



Answer : B, E


Page:    1 / 14   
Total 60 questions