Docker Certified Associate (DCA) Practice Test
Docker certification covering container basics, image management, networking, orchestration, storage, security, and Docker Enterprise operations. Administered by Docker as a linear (online proctored) format exam. Key domains include Advanced Topics, Best Practices, Core Knowledge and Fundamentals. The exam consists of 55 questions over 90 minutes.
नमूना प्रश्न
पूरी परीक्षा कैसी है देखने के लिए कुछ प्रश्न आज़माएं।
You run 'docker run --privileged ubuntu'. What is the effect?
Difference between 'always' and 'unless-stopped' restart policies?
Difference between '-v /data:/data' and '--mount type=bind,source=/data,target=/data'?
You want every container to default to a max of 1 CPU and 512 MB memory unless explicitly set. Which Docker feature is appropriate?
Which command shows live event stream from the Docker daemon (container start/stop, image pull, etc.)?