Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

LPI 701-100 - DevOps Tools Engineer

Page: 1 / 2
Total 60 questions

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

A.

Delete all volumes defined in the composer file.

B.

Delete all containers defined in the composer file.

C.

Delete all networks defined in the composer file.

D.

Delete all images used in the composer file from the Docker nodes.

E.

Delete all images built from the composer file from their registry.

Which section of the Prometheus configuration defines which nodes are monitored?

A.

scrape_config

B.

targets

C.

rules

D.

listener

E.

nodes

Consider the following Kubernetes Deployment:

With the ReplicaSet:

And the Pods:

What happens if one of the Pods is terminated with the command kubect1 pod delete?

A.

The remaining Pods are stopped and the Deployment switches to the state Failed.

B.

The number of replicas in the ReplicaSet is changed to 4.

C.

The ReplicaSet immediately starts a new replacement Pod.

D.

The remaining Pods are stopped and a new ReplicaSet is started.

E.

The Deployment switches to the state Degraded.

Which of the following HTTP methods are used by REST? (Choose three correct answers.)

A.

CREATE

B.

REPLACE

C.

PUT

D.

DELETE

E.

GET

What must be the first line of a plain text user-data configuration containing YAML configuration for cloud-init?

A.

cloud-config:

B.

--- cloud-config

C.

#!/usr/bin/cloud-init

D.

[cloud-config]

E.

#cloud-config

What statement is true regarding the Swarm service created by the following command?

docker service create --name myweb --network webnet --mode global nginx

A.

It runs exactly one time in the Swarm and cannot be scaled.

B.

It runs exactly once on each node in a Swarm.

C.

It runs on one node by default and can be scaled to an arbitrary number of replicas.

D.

It runs on all nodes which provide the network webnet.

E.

It runs only on those nodes which support the network type global.

Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)

A.

lineinfile

B.

replace

C.

patch

D.

insert

E.

modify

Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?

A.

priv_user

B.

elevate

C.

super

D.

become

E.

sudo

If a Dockerfile references the container’s base image without a specific version tag, which tag of that image is used to create the container?

A.

latest

B.

default

C.

current

D.

nightly

E.

lts

Which of the following properties apply to a content delivery network? (Choose three correct answers.)

A.

CDNs require all elements of a web site to be served by the same CDN.

B.

CDNs can stream large media files such as movies or music to clients.

C.

CDNs are present in multiple locations to serve content close to clients.

D.

CDNs serve huge numbers of clients with high bandwidth and low latency.

E.

CDNs forward all requests to a backend server and never store content locally.