701-100 Exam Question 16
What does the command packer validate template.jsondo?
701-100 Exam Question 17
An Ansible variable file contains the following content:
myapp:
option1: one
Which of the following strings can be used to reference the defined variable? (Choose two correct answers).
myapp:
option1: one
Which of the following strings can be used to reference the defined variable? (Choose two correct answers).
701-100 Exam Question 18
What must be the first line of a plain text user-data configuration containing YAML configuration for cloud-init?
701-100 Exam Question 19
A Dockerfilecontains the statements:
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration?
(Choose two correct answers.)
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration?
(Choose two correct answers.)
701-100 Exam Question 20
What happens when a merge conflict occurs in git? (Choose TWO correct answers)
