Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

701-100 Questions and Answers

Question # 6

Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)

docker run –v /data –ti debian

A.

The new /data volume contains a copy of the complete container’s base image.

B.

The volume containing the container’s rootfile system is retained until the /data volume is deleted.

C.

The /data volume is discarded when the container terminates.

D.

The /data volume can be attached to another Docker container.

E.

If the command is run a second time, another volume for /data is created.

Full Access
Question # 7

Which of the following tasks can Logstash fulfill without using other components of the Elastic Stack? (Choose three.)

A.

Receive log data from remote systems.

B.

Store log data persistently.

C.

Aggregate log data over a period of time.

D.

Process log data to extract information.

E.

Forward log data to other services.

Full Access
Question # 8

Which of the following Ansible tasks copies the file example.txt to a manage system?

A.

– rsync:src: example.txtdst: /tmp/example.txt

B.

– copy:src: example.txtdest: /tmp/example.txt

C.

– retrieve:src: example.txtdest: /tmp/example.txt

D.

- cp:source: example.txtdst: /tmp/example.txt

E.

- transfer:src: example.txtdest: /tmp/example.txt

Full Access
Question # 9

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

Full Access