Docker DCA Practice Test - Questions Answers, Page 11

List of questions
Question 101

Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Manually download the 'docker-ee' package
Question 102

The Kubernetes yaml shown below describes a clusterIP service.
Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of this service on port 8080 will be routed to port 80 in a random pod with the label aPP: nginx.
Question 103

The Kubernetes yaml shown below describes a clusterIP service.
Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of any pod with the label app: nginx on port 8080 will be forwarded to port 80 in that pod.
Question 104

In the context of a swarm mode cluster, does this describe a node?
Solution: a physical machine participating in the swarm
Question 105

In the context of a swarm mode cluster, does this describe a node?
Solution: an instance of the Docker engine participating in the swarm
Question 106

Is this a function of UCP?
Solution: scans images to detect any security vulnerability
Question 107

Is this a function of UCP?
Solution: image role-based access control
Question 108

Is this a function of UCP?
Solution: enforces the deployment of signed images to the cluster
Question 109

You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object.
Does this command display it?
Solution: kubectl get deployment api
Question 110

A user's attempts to set the system time from inside a Docker container are unsuccessful.
Could this be blocking this operation?
Solution. SELinux
Question