wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Containers Day Quiz

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

A Docker container is an instance of an image with a specific configuration

a)

True

b)

False

2.

What Docker command do you use to create and run a container?

a)

docker exec

b)

docker run

c)

docker pull

d)

docker start

3.

A Docker registry is a place to store and distribute Docker...

a)

Files

b)

Images

c)

Codes

d)

All of the above

4.

What Docker command shows running containers?

a)

docker ps

b)

docker images

c)

docker show

d)

docker list

5.

What is a Dockerfile?

a)

A Docker image that gets built by running a Docker command

b)

A text file that contains all the commands needed to build a given image

c)

A running instance of a Docker image

d)

A website where you can download Docker images

6.

What does ECS stand for?

a)

Elastic Container Serverless

b)

Elastic Compute Service

c)

Elastic Container Service

d)

Elastic Cubernetes Service

7.

What are the main components of ECS? (Select all correct options)

a)

Cluster

b)

Docker

c)

Task

d)

Task Definition

e)

Kubernetes

8.

What is an ECS Task Definition

a)

A running container

b)

A way to ensure that there are N running copies of a container

c)

A logical grouping of machines that communicate with the ECS engine

d)

A specification that includes Image, CPU & Memory to run containers

9.

What is NOT a task placement strategy for the ECS Scheduler

a)

Random

b)

Service

c)

Spread

d)

Binpack

10.

What is NOT a type of networking mode for ECS

a)

none

b)

macvlan

c)

bridge

d)

host

11.

What do you have to manage when running Fargate on ECS?

a)

Tasks

b)

Operating System

c)

Updates

d)

Docker Engine

12.

Is Fargate on ECS ISO 27001 compliant?

a)

True

b)

False

13.

Does Fargate on ECS support the bridge networking mode?

a)

True

b)

False

14.

You can run both EC2 instances and Fargate in an ECS Cluster

a)

True

b)

False