Which of the following statements are true about Jenkins? (Choose two correct answers.)
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.)
Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
What implications does container virtualization have for DevOps? (Choose two 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.)
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.)
Consider the following Kubernetes Deployment:
With the ReplicaSet:
And the Pods:
What happens if one of the Pods is terminated with the command kubect1 pod delete?
Which of the following statements regarding microservices are true? (Choose three correct answers.)