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

Exact2Pass Menu

DevOps Tools Engineer

Last Update 21 hours ago Total Questions : 60

The DevOps Tools Engineer content is now fully updated, with all current exam questions added 21 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 # 4

Which of the following properties apply to a content delivery network? (Choose three correct answers.)

A.

CDNs require all elements of a web site to be served by the same CDN.

B.

CDNs can stream large media files such as movies or music to clients.

C.

CDNs are present in multiple locations to serve content close to clients.

D.

CDNs serve huge numbers of clients with high bandwidth and low latency.

E.

CDNs forward all requests to a backend server and never store content locally.

Question # 5

Which of the following statements describes the principal concept behind test driven development?

A.

Tests may not be written by the same development team that wrote the tested code.

B.

All tests are generated automatically from the tested source code.

C.

Tests are written before the function / method is implemented.

D.

The only acceptable reason to write a test is to prevent fixed bugs from occurring again.

E.

Instead of testing software automatically, manual tests are performed and logged daily.

Question # 6

Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)

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

Which of the following statements regarding microservices are true? (Choose three correct answers.)

A.

Microservices facilitate the replacement of the implementation of a specific functionality.

B.

Microservices applications are hard to scale because microservice architecture allow only one instance of each microservice.

C.

Integration tests for microservices are not possible until all microservices forming a specific application are completely developed.

D.

Interaction between microservices can be slower that the interaction of similar components within a monolithic application.

E.

Within one application, individual microservices can be updated and redeployed independent of the remaining microservices.

Question # 9

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