Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

LPI 701-100 - DevOps Tools Engineer

Page: 2 / 2
Total 60 questions

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).

A.

myapp(option1);

B.

option1@myapp

C.

myapp[‘option1’]

D.

myapp.option1

E.

myapp{{option1}}

Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?

A.

register

B.

return

C.

output

D.

result

E.

set_fact

Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)

A.

git rm

B.

git cp

C.

git mv

D.

git move

E.

git copy

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.)

A.

Microservices facilitate the replacement of the implementation of a specific functionality.

B.

Microservices applications are hard to scale because microservice architecture allow only one instance of each microservice.

C.

Integration tests for microservices are not possible until all microservices forming a specific application are completely developed.

D.

Interaction between microservices can be slower that the interaction of similar components within a monolithic application.

E.

Within one application, individual microservices can be updated and redeployed independent of the remaining microservices.

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?

A.

An in-memory database like memcached.

B.

An object store like OpenStack Swift.

C.

A messaging service like OpenStack Zaqar.

D.

A NoSQL database like MongoDB.

E.

A relational database like MariaDB.

What is tested by unit tests?

A.

The syntactical correctness of the source code of a software component.

B.

The formal validity of a service’s external REST API.

C.

The integration of multiple component of the same software.

D.

The correctness of a specific function of a software component.

E.

The throughput, load capacity and latency of a service.

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.