MultipleChoice
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Select two correct answers.)
OptionsMultipleChoice
Which of the following Ansible tasks copies the file example.txt to a manage system?
OptionsMultipleChoice
Which option best statements regarding microservices are true? (Choose three correct answers.)
OptionsMultipleChoice
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.)
OptionsMultipleChoice
How does Prometheus gather information about monitored hosts and services?
OptionsMultipleChoice
What statement is true regarding the Swarm service created by the following command?
docker service create --name myweb --network webnet --mode global nginx
OptionsMultipleChoice
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
OptionsMultipleChoice
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [''message'', ''%{SYSLOGBASE} new node %{IPORHOST:node}'' ]
}
Options