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 1

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?

Options:

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

Buy Now
Questions 2

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.

Buy Now
Questions 3

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

Options:

A.

scrape_config

B.

targets

C.

rules

D.

listener

E.

nodes

Buy Now
Questions 4

How does Prometheus gather information about monitored hosts and services?

Options:

A.

It implements the ICMP and SNMP protocols to ping and query remote services.

B.

It opens a webhook where monitored applications have to submit various metrics.

C.

It uses HTTP to retrieve JSON encoded metrics from the monitored objects.

D.

It queries a relational database for metrics written to the database by monitored applications.

E.

It runs scripts on the Prometheus server which perform tests and return various metrics.

Buy Now
Questions 5

Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)

Options:

A.

with_nodes

B.

with_playbook

C.

with_sequence

D.

with_items

E.

with_nested

Buy Now
Questions 6

Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)

Options:

A.

Changes to the database schema can take long and reduce the database performance.

B.

Traffic to the database will significantly increase because of the additional service instance.

C.

The database schema must be compatible to all running versions of a service.

D.

The database is locked while its content is copied to the canary database.

E.

Canary deployments require two synchronized instances of each database.

Buy Now
Questions 7

Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)

Options:

A.

Delete all volumes defined in the composer file.

B.

Delete all containers defined in the composer file.

C.

Delete all networks defined in the composer file.

D.

Delete all images used in the composer file from the Docker nodes.

E.

Delete all images built from the composer file from their registry.

Buy Now
Questions 8

Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)

docker run –v /data –ti debian

Options:

A.

The new /data volume contains a copy of the complete container’s base image.

B.

The volume containing the container’s rootfile system is retained until the /data volume is deleted.

C.

The /data volume is discarded when the container terminates.

D.

The /data volume can be attached to another Docker container.

E.

If the command is run a second time, another volume for /data is created.

Buy Now
Questions 9

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.

Buy Now
Questions 10

Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?

Options:

A.

priv_user

B.

elevate

C.

super

D.

become

E.

sudo

Buy Now