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

LPI 701-100 DevOps Tools Engineer Exam Practice Test

Demo: 9 questions
Total 60 questions

DevOps Tools Engineer Questions and Answers

Question 1

Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)

Options:

Question 2

Which of the following statements regarding microservices are true? (Choose three correct answers.)

Options:

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.

Question 3

How does Vagrant run virtual machines?

Options:

A.

Vagrant uses a vagrant-specific hypervisor called VagrantVM.

B.

Vagrant has to be run within a running virtual machine which is not controlled by Vagrant.

C.

Vagrant ships with an embedded version of VirtualBox.

D.

Vagrant uses so-called provides which control external hypervisors such as VirtualBox.

E.

Vagrant generates virtual machine images but does not provide a mechanism to run them.

Question 4

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

Options:

Question 5

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

Options:

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

Question 6

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

Options:

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.

Question 7

How is cloud-init integrated with a managed system image?

Options:

A.

cloud-init provides the cloud-init-worker command which has to be invoked periodically within the running instance.

B.

cloud-init provides systemd units which must be included in several stages of the booting process of the instance.

C.

cloud-init provides its own startup mechanism which replaces the instance’s original init system, such as systemd.

D.

cloud-init provides a Linux kernel module that must be included and loaded in the instance’s initramfs.

E.

cloud-init provides the cloud-init-daemon service which is launched during startup and keeps the instance in sync with the desired configuration.

Question 8

Which security issues exist for most publicly available Vagrant boxes? (Choose three correct answers.)

Options:

A.

They accept SSH logins from the user vagrant with the password vagrant.

B.

They accept SSH logins from the user vagrant with a publicly available SSH key pair.

C.

The vagrant user can use sudo to obtain root privileges without additional authentication.

D.

Their whole file system, including configuration files, is writable by any user, including vagrant.

E.

They export their file system via NFS with full write permissions without any additional restrictions.

Question 9

Which of the following container names could have been assigned automatically by Docker?

Options:

A.

docker-c00001

B.

2.0.17.172

C.

container

D.

c0023817

E.

clever_ritchie

Demo: 9 questions
Total 60 questions