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

Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)
Correct Answer: C,D Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
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: E Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)
Correct Answer: B,D,E Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
What happens when a merge conflict occurs in git? (Choose two correct answers.)
Correct Answer: A,D Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
Correct Answer: A,B,D Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
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.)
Correct Answer:
Metadata
Explanation:
In Kubernetes, the highest level of the definition of every object includes elements like apiVersion, kind, and metadata.
The metadata element is used to define the unique attributes of the object, such as its name, namespace, labels, and annotations.
References: Kubernetes Documentation - Object Management