Black Friday Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

How to Easily Pass the LPI 701-100 Exam: Expert Advice

Questions 11

Which docker-machine sub command outputs a list of commands that set environment variables which are required to make docker work with a Docker host managed by docker-machine? (Specify only the sub command without any path or parameters.)

Options:

Buy Now
Questions 12

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.

Buy Now
Questions 13

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

Options:

Buy Now
Questions 14

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

Options:

A.

cloud-config:

B.

--- cloud-config

C.

#!/usr/bin/cloud-init

D.

[cloud-config]

E.

#cloud-config

Buy Now
Questions 15

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.

Buy Now
Questions 16

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

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

Options:

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.

Buy Now
Questions 17

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

Buy Now
Questions 18

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.

Buy Now