Which vagrant sub command executes a command in a running box? (Specify only the sub command without any path or parameters.)
How does Vagrant run virtual machines?
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?
Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three 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 information is contained in the output of git status? (Choose three correct answers.)
Which of the following statements is true about load balancers?
A declarative Jenkins pipeline contains the following excerpt:
parameters {
string (name: ‘TargetEnvironment’, defaultValue: ‘staging’, description: ‘Target environment’)
}
How can a task use the value provided for TargetEnvironment?
Which of the following Ansible tasks copies the file example.txt to a manage system?