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?
Answer : D
Which of the following statements are true about Jenkins? (Choose two correct answers.)
Answer : B, E
Which of the following functions are provided by the Ansible apt module? (Choose two correct answers.)
Which of the following statements regarding microservices are true? (Choose three correct answers.)
Answer : C, D, E
Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?
Which of the following commands lists the cookbooks available on a Chef server?
Answer : C
Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
Answer : A, B, C