701-100 Exam Question 6
Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?
701-100 Exam Question 7
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?
701-100 Exam Question 8
Which of the following conditionals exist in an Ansible playbook? (Choose THREE correct answers.)
701-100 Exam Question 9
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?
parameters {
string (name: 'TargetEnvironment', defaultValue: 'staging', description: 'Target environment')
}
How can a task use the value provided for TargetEnvironment?
701-100 Exam Question 10
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
