Docker DCA Practice Test - Questions Answers, Page 11
List of questions
Related questions
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Manually download the 'docker-ee' package
Yes
No
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.
Yes
No
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.
Yes
No
In the context of a swarm mode cluster, does this describe a node?
Solution: a physical machine participating in the swarm
Yes
No
In the context of a swarm mode cluster, does this describe a node?
Solution: an instance of the Docker engine participating in the swarm
Yes
No
Is this a function of UCP?
Solution: scans images to detect any security vulnerability
Yes
No
Is this a function of UCP?
Solution: image role-based access control
Yes
No
Is this a function of UCP?
Solution: enforces the deployment of signed images to the cluster
Yes
No
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
Yes
No
A user's attempts to set the system time from inside a Docker container are unsuccessful.
Could this be blocking this operation?
Solution. SELinux
Yes
No
Question