New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Docker DCA - Docker Certified Associate (DCA) Exam

Page: 2 / 6
Total 191 questions

Will this action upgrade Docker Engine CE to Docker Engine EE?

Solution.Disable the Docker service via ‘chkconfig' or 'systemctl'.

A.

Yes

B.

No

Will a DTR security scan detect this?

Solution.image configuration poor practices, such as exposed ports or inclusion of compilers in production images

A.

Yes

B.

No

Two pods bear the same label, app: dev.

Will a label selector matching app: dev match both of these pods?

A.

Yes, if the pods are in the same Kubernetes namespace as the object bearing the label selector.

B.

Yes, if the pods are in the same Kubernetes namespace as the object bearing the label selector and both pods were pre-existing when the label selector was declared.

C.

Yes, if both pods were pre-existing when the label selector was declared.

D.

Yes, as long as all the containers in those pods are passing their livenessProbes and readinessProbes.

Is this a supported user authentication method for Universal Control Plane?

Solution.x.500

A.

Yes

B.

No

Which docker run` flag lifts cgroup limitations?

A.

`docker run -privileged

B.

`docker run -cpu-period

C.

`docker run -isolation

D.

`docker run -cap-drop

Will this configuration achieve fault tolerance for managers in a swarm?

Solution: at least seven nodes in total

A.

Yes

B.

No

Is this a supported user authentication method for Universal Control Plane?

Solution.LDAP

A.

Yes

B.

No

The following Docker Compose file is deployed as a stack:

Is this statement correct about this health check definition?

Solution: Health checks test for app health ten seconds apart. If the test fails, the container will be restarted three times before it gets rescheduled.

A.

Yes

B.

No

Is this a type of Linux kernel namespace that provides container isolation?

Solution: Authentication

A.

Yes

B.

No

Will this configuration achieve fault tolerance for managers in a swarm?

Solution: one manager node for two worker nodes

A.

Yes

B.

No