701-100 Dumps

701-100 Free Practice Test

Microsoft 701-100: LPIC-OT DevOps Tools Engineer

QUESTION 11

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

Correct Answer: C
Reference https://en.wikipedia.org/wiki/Test-driven_development

QUESTION 12

Given the following excerpt of a Dockerfile:
Run apt-get –y update && apt-get install –y fortunes && apt-get clean
Why are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?

Correct Answer: D

QUESTION 13

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

Correct Answer: DE

QUESTION 14

Which of the following statements is true about load balancers?

Correct Answer: B

QUESTION 15

Which of the following HTTP headers is a CORS header?

Correct Answer: E
Reference https://enable-cors.org/server_apache.html