Want to pass your DevOps Tools Engineer - Exam 701 - version 1.0 701-100 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)
docker run –v /data –ti debian
A. The new /data volume contains a copy of the complete container's base image.
B. The volume containing the container's rootfile system is retained until the /data volume is deleted.
C. The /data volume is discarded when the container terminates.
D. The /data volume can be attached to another Docker container.
E. If the command is run a second time, another volume for /data is created.
Which of the following statements are true when using continuous deliveryfor an application which is subject to strong compliance requirements, such as an SLA? (Choose TWO correct answers)
A. Given a sufficient number of test, continuous deployment has no implications on the compliance of an application.
B. The deployment to production should be subject to manual review and approval.
C. Continuous delivery limits the risks associated with deployment by using tested automatic procedures.
D. Continuous delibery increases the risks associated with deployment and is not suited for compliance critical applications.
E. The deployment and release of software does not affect the compliance of an application in general.
What is the default URL Prometheus tries to retrieve from a target when gathering monitoring information? (Specify the Full URL, without any host name or scheme)
A. The default URL that Prometheus tries to retrieve when gathering monitoring information depends on the specific target and the configuration of Prometheus at that time. Prometheus's default behavior is to try to retrieve a scrape target's metrics data from a pre-defined location. For example, if you are monitoring a target that exposes its metrics data on port 8080 of the local network interface, the default URL retrieved by Prometheus would be http://localhost:8080/metrics. However, if the target's metrics data is not on the local interface but rather on another IP address or domain, the URL would change accordingly. Prometheus's default behavior can be modified through configuration files or command-line flags. Therefore, the specific default URL depends on the specific configuration of Prometheus.