Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

DevOps Tools Engineer

Last Update 2 hours ago Total Questions : 60

The DevOps Tools Engineer content is now fully updated, with all current exam questions added 2 hours ago. Deciding to include 701-100 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 701-100 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 701-100 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any DevOps Tools Engineer practice test comfortably within the allotted time.

Question # 1

What happens when a merge conflict occurs in git? (Choose two correct answers.)

A.

The conflicting files remain unchanged in the local repository.

B.

Conflict markers are added to the files.

C.

A new branch containing the remote changes is created.

D.

The affected files are flagged as conflicting.

E.

The newest version is placed in the local repository.

Question # 2

The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If the error has not been committed to the repository yet, which of the following git commands reverts the local copy of index.php to the latest committed version in the current branch?

A.

git lastver – index.php

B.

git revert – index.php

C.

git checkout – index.php

D.

git clean – index.php

E.

git repair – index.php

Question # 3

Which of the following elements are presents in a Vagrant box file? (Choose two correct answers.)

A.

A Vagrant guest configuration file that is used to create instances of the box.

B.

Configuration files for provisioners such as Ansible.

C.

The installer for the Vagrant version which is required to run the box.

D.

A metadata file describing the box and its requirements.

E.

A base file system image in a format supported by the provider of the box.

Question # 4

Which of the following sections must exist in a Packer template?

A.

images

B.

provisioners

C.

builders

D.

variables

E.

post-processsors

Question # 5

Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.)

Question # 6

Which section of the Prometheus configuration defines which nodes are monitored?

A.

scrape_config

B.

targets

C.

rules

D.

listener

E.

nodes

Question # 7

Which elements exist on the highest level of the definition of every Kubernetes Objects? (Specify the name of one of the elements, without any values.)

Question # 8

An Ansible variable file contains the following content:

myapp:

option1: one

Which of the following strings can be used to reference the defined variable? (Choose two correct answers).

A.

myapp(option1);

B.

option1@myapp

C.

myapp[‘option1’]

D.

myapp.option1

E.

myapp{{option1}}

Question # 9

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

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 # 10

What does the command packer validate template.json do?

A.

The command verifies that the latest build of the template can be run without downloading additional images or artifacts.

B.

The command verifies that the file template.json is a syntactically correct and complete Packer template.

C.

The command verifies that all existing artifacts generated by template.json have their original checksums.

D.

The command verifies that all source images referenced in template.json are available and have valid cryptographic signatures.

E.

The command verifies that images generated previously by template.json still use the most recent source images.

Go to page: