Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 (701-100) Free Practice Test
Question 1
An online shop needs to store information about clients and orders. A list of fixed properties for clients and orders exists. The data storage should enforce specific data types on these properties and ensure that each order is associated with an existing client. Which of the following cloud services is capable of fulfilling these requirements?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
Correct Answer: A,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
Which of the following information is contained in the output of git status? (Choose three correct answers.)
Correct Answer: B,C,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
Which of the following statements are true about Jenkins? (Choose two correct answers.)
Correct Answer: C,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
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.)
Correct Answer:
env
Explanation:
The docker-machine env subcommand outputs a list of commands that set environment variables required to make Docker work with a Docker host managed by docker-machine. These variables configure the Docker client to communicate with the Docker Engine on the specified host.
References: Docker Documentation - docker-machine env
Explanation:
The docker-machine env subcommand outputs a list of commands that set environment variables required to make Docker work with a Docker host managed by docker-machine. These variables configure the Docker client to communicate with the Docker Engine on the specified host.
References: Docker Documentation - docker-machine env
Question 6
Which of the following elements are presents in a Vagrant box file? (Choose two correct answers.)
Correct Answer: B,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).