3 Months Free Update
3 Months Free Update
3 Months Free Update
Which of the following statements are true about Jenkins? (Choose two correct answers.)
Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?
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?
The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If the error has not been committed to the repository yet, which of the following git commands reverts the local copy of index.php to the latest committed version in the current branch?
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?
Which of the following properties apply to a content delivery network? (Choose three correct answers.)
Which of the following HTTP methods are used by REST? (Choose three correct answers.)
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [“message”, “%{SYSLOGBASE} new node %{IPORHOST:node}” ]
}
The following command is issued on two docker nodes:
docker network create --driver bridge isolated_nw
Afterwards, one container is started at each node with the parameter --network=isolated_nw. It turns out that the containers can not interact with each other. What must be done in order to allow the containers to interact with each other? (Choose two correct answers.)
Which of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)