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
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
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
Which of the following statements is true about load balancers?
Correct Answer:
B
Which of the following HTTP headers is a CORS header?
Correct Answer:
E
Reference https://enable-cors.org/server_apache.html