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

Exact2Pass Menu

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.

Full Access
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.

Full Access
Question # 6

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

Full Access
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.)

Full Access
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.

Full Access
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

Full Access