Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

DevOps Tools Engineer Question and Answers

DevOps Tools Engineer

Last Update May 18, 2024
Total Questions : 60

We are offering FREE 701-100 LPI exam questions. All you do is to just go and sign up. Give your details, prepare 701-100 free exam questions and then go for complete pool of DevOps Tools Engineer test questions that will help you more.

701-100 pdf

701-100 PDF

$35  $99.99
701-100 Engine

701-100 Testing Engine

$42  $119.99
701-100 PDF + Engine

701-100 PDF + Testing Engine

$56  $159.99
Questions 1

Which of the following statements are true about Jenkins? (Choose two correct answers.)

Options:

A.  

Jenkins is specific to Java based applications.

B.  

Jenkins can delegate tasks to slave nodes.

C.  

Jenkins only works on local files and cannot use SCM repositories.

D.  

Jenkins’ functionality is determined by plugins.

E.  

Jenkins includes a series of integrated testing suites.

Discussion 0
Questions 2

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

Options:

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.

Discussion 0
Questions 3

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.

Discussion 0
Questions 4

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}

Discussion 0
Questions 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:

Discussion 0
Questions 6

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.

Discussion 0
Questions 7

What implications does container virtualization have for DevOps? (Choose two answers.)

Options:

A.  

Containers decouple the packaging of an application from its infrastructure.

B.  

Containers require developers to have detailed knowledge of their IT infrastructure.

C.  

Containers let developers test their software under production conditions.

D.  

Containers complicate the deployment of software and require early deployment tests.

E.  

Containers require application specific adjustment to the container platform.

Discussion 0
Questions 8

Which of the following goals are favored by agile software development methodologies? (Choose two correct answers.)

Options:

A.  

Self-organization of teams.

B.  

Central governance and control.

C.  

Flexibility of processes.

D.  

Absolute planning adherence.

E.  

Long-term release and feature management.

Discussion 0
Questions 9

Which of the following HTTP headers is a CORS header?

Options:

A.  

X-CORS-Access-Token:

B.  

Location:

C.  

Referer:

D.  

Authorization:

E.  

Access-Control-Allow-Origin

Discussion 0