Which of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)
Which of the following functions are provided by the Ansible apt module? (Choose two correct answers.)
Which of the following elements are presents in a Vagrant box file? (Choose two correct answers.)
Which of the following goals are favored by agile software development methodologies? (Choose two correct answers.)
Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)
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.)
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
Which elements exist on the highest level of the definition of every Kubernetes Objects? (Specify the name of one of the elements, without any values.)
Which sections can exist in a Logstash configuration file? (Choose three correct answers.)
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.)