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

701-100 Exam Dumps - DevOps Tools Engineer

Question # 4

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?

A.

latest

B.

default

C.

current

D.

nightly

E.

lts

Full Access
Question # 5

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?

A.

{{TargetEnvironment}}

B.

$TargetEnvironment

C.

%TargetEnvironment%

D.

${params.TargetEnvironment}

E.

$ENV{TargetEnvironment}

Full Access
Question # 6

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

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.

Full Access
Question # 7

Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)

A.

lineinfile

B.

replace

C.

patch

D.

insert

E.

modify

Full Access
Question # 8

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

A.

docker-c00001

B.

2.0.17.172

C.

container

D.

c0023817

E.

clever_ritchie

Full Access
Question # 9

Which sections can exist in a Logstash configuration file? (Choose three correct answers.)

A.

output

B.

filter

C.

input

D.

forward

E.

generate

Full Access