Free Linux Professional Institute DevOps Tools Engineer Exam 701 Exam 701-100 Exam Practice Test
701-100 Exam Features
In Just $59 You can Access
- All Official Question Types
- Interactive Web-Based Practice Test Software
- No Installation or 3rd Party Software Required
- Customize your practice sessions (Free Demo)
- 24/7 Customer Support
Total Questions: 60
-
Given the following excerpt of a Dockerfile:Run apt-get --y update && apt-get install --y fortunes && apt-get cleanWhy are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?
Answer: D Next Question -
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
Answer: D, E Next Question -
Which of the log messages below matches the following Logstash grok filter?grok {match => [''message'', ''%{SYSLOGBASE} new node %{IPORHOST:node}'' ]}
Answer: C Next Question -
Which of the following HTTP methods are used by REST? (Choose three correct answers.)
Answer: C, D, E Next Question -
Which of the following container names could have been assigned automatically by Docker?
Answer: E Next Question -
How does Vagrant run virtual machines?
Answer: D Next Question -
Which of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)
Answer: B, E Next Question -
Which of the following statements are true about Jenkins? (Choose two correct answers.)
Answer: B, E Next Question -
Which docker-machine sub command outputs a list of commands that set environment variables which are required to make docker work with a Docker host managed by docker-machine? (Specify only the sub command without any path or parameters.)
Answer: env Next Question -
Which statement in a Dockerfile defines which command should be started in the container by default when it is started? (Specify ONLY the statement's name without any values or parameters.)
Answer: CMD Next Question
Total Questions: 60