Search Header Logo

Getting Started with Docker and Dockerfile

Authored by Khachatur Ashotyan

Professional Development, Computers, Specialty

Professional Development

Used 11+ times

Getting Started with Docker and Dockerfile
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

47 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Key benefits of Docker for web developers includes:

Consistency between envionments.

Simplify working with multiple framework versions.

Setup a development environment quickly.

All of these.

Ship code faster.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of following statements is untrue about Docker.

By default, Docker doesn't create containers in user namespaces because not all Linux distributions enable user namespace sin their kernel.

User namespaces allow a container's process to be privileged in its own user namespace, whilst remaining non-privileged in the host's user namespace.

Docker creates a sub-directory in its data root so that newly created objects are owned by the UID/GID at the top of the docker-remap user's subordinate ranges.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following statements regarding the ephemerality of containers is FALSE?

Containerized applications tend to be easier to scale.

Containers starts ridiculously fast.

Containers require IT Ops to build individual instances.

Containers can be packaged and instantiated directly from developer IDEs.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How does the dockerd expose the Docker API?

gRPC on a Unix socket.

As a versioned HTTP(S) REST interface.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What key concepts does Docker rely on?

Images and containers

Images and virtual machines

Images and archives

Virtual machines and LXC

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Docker containers can be started and stopped.

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which component of the Docker implements the Docker API.

The Docker daemon.

The Docker client.

containerd

The OCI layer.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Professional Development