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

LPI 701-100 DevOps Tools Engineer Exam Practice Test

Page: 1 / 6
Total 60 questions

DevOps Tools Engineer Questions and Answers

Question 1

Which vagrant sub command executes a command in a running box? (Specify only the sub command without any path or parameters.)

Options:

Question 2

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 3

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?

Options:

A.

latest

B.

default

C.

current

D.

nightly

E.

lts

Question 4

Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)

Options:

A.

Executable applications such as .exe files or .jar packages.

B.

Copies of the contents of source code repositories.

C.

Build configuration files such as Makefiles or Maven configurations.

D.

Compiled packages to be installed by a Linux package manager.

E.

Docker container images which contain an application.

Question 5

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 6

Which of the following information is contained in the output of git status? (Choose three correct answers.)

Options:

A.

Changed files that will not be part of the next commit.

B.

Locked files which cannot be edited until the lock is released.

C.

Changed files that will be part of the next commit.

D.

Unchanged files which have not been edited locally.

E.

Untracked files which are not subject to version control.

Question 7

Which of the following statements is true about load balancers?

Options:

A.

Load balancers are a security risk because they obfuscate the origin of connections.

B.

Load balancer help to improve the availability and scalability of a service.

C.

Load balancers are a single point of failure because they cannot be deployed redundantly.

D.

Load balancer require access to private keys in order to be able to forward HTTPS traffic.

E.

Load balancers cannot use connection content, such as HTTP cookies, to route traffic.

Question 8

A declarative Jenkins pipeline contains the following excerpt:

parameters {

string (name: ‘TargetEnvironment’, defaultValue: ‘staging’, description: ‘Target environment’)

}

How can a task use the value provided for TargetEnvironment?

Options:

A.

{{TargetEnvironment}}

B.

$TargetEnvironment

C.

%TargetEnvironment%

D.

${params.TargetEnvironment}

E.

$ENV{TargetEnvironment}

Question 9

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

Page: 1 / 6
Total 60 questions