Which vagrant sub command executes a command in a running box? (Specify only the sub command without any path or parameters.)
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.)
What implications does container virtualization have for DevOps? (Choose two answers.)
Given the following excerpt of a Dockerfile:
Run apt-get –y update && apt-get install –y fortunes && apt-get clean
Why are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?
Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [“message”, “%{SYSLOGBASE} new node %{IPORHOST:node}” ]
}
Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
Which sections can exist in a Logstash configuration file? (Choose three correct answers.)
Which security issues exist for most publicly available Vagrant boxes? (Choose three correct answers.)