Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)
Answer : AC
Reference https://docs.docker.com/compose/reference/down/
FILL BLANK -
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
The following command is issued on two docker nodes:
docker network create --driver bridge isolated_nw
Afterwards, one container is started at each node with the parameter --network=isolated_nw. It turns out that the containers can not interact with each other.
What must be done in order to allow the containers to interact with each other? (Choose two correct answers.)
Answer : CD
Reference https://docs.docker.com/v17.09/engine/userguide/networking/#bridge-networks
If a Dockerfile references the container"™s base image without a specific version tag, which tag of that image is used to create the container?
Answer : A
Reference https://docs.docker.com/engine/reference/commandline/build/
FILL BLANK -
Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)
Answer : run
Consider the following Kubernetes Deployment:
Answer : B
A Dockerfile contains the statements:
COPY data/ /data/
VOLUME /data -
What happens when the resulting container is started without any additional volume configuration? (Choose two correct answers.)
Answer : CE
Which section of the Prometheus configuration defines which nodes are monitored?
Answer : A
Reference: https://prometheus.io/docs/prometheus/latest/getting_star
Which of the log messages below matches the following Logstash grok filter? grok { match => ["message", "%{SYSLOGBASE} new node %{IPORHOST:node}" ]
}
Answer : C
A recently installed application writes log data to /opt/app/log/info.log. If Filebeat is already installed and set up for communication with a remote Logstash, what has to be done in order to submit the log data of the new application to Logstash?
Answer : E
Which sections can exist in a Logstash configuration file? (Choose three correct answers.)
Answer : ABC
Reference https://www.elastic.co/guide/en/logstash/current/configuration-file-structure.html
How does Prometheus gather information about monitored hosts and services?
Answer : E
Reference https://dzone.com/articles/monitoring-with-prometheus
A service should be provided to arbitrary clients on the Internet using HTTPS. Any standard client on the Internet should be able to consume the service without further configuration. Which of the following approaches can be used to implement these requirements? (Choose three correct answers.)
Answer : BCD
Which of the following statements is true about load balancers?
Answer : B
What does the command packer validate template.json do?
Answer : B
Reference https://www.packer.io/docs/commands/validate.html
Have any questions or issues ? Please dont hesitate to contact us