Which of the following tasks can Logstash fulfill without using other components of the Elastic Stack? (Choose three.)
Answer : C, D, E
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
See Below Explanation:
Answer : A
Which of the following container names could have been assigned automatically by Docker?
Which of the following Ansible tasks copies the file example.txt to a manage system?
Answer : B
An online shop needs to store information about clients and orders. A list of fixed properties for clients and orders exists. The data storage should enforce specific data types on these properties and ensure that each order is associated with an existing client. Which of the following cloud services is capable of fulfilling these requirements?
Answer : E
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.)
See Below Explanation:
Answer : A
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?
Answer : B