LPI 701-100 - DevOps Tools Engineer
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).
Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?
Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)
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.)
Which of the following statements regarding microservices are true? (Choose three correct answers.)
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?
What is tested by unit tests?
What happens when a merge conflict occurs in git? (Choose two correct answers.)