wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cloud Native Computing Foundation Lesson 3

Total questions: 21

Worksheet time: 9mins

Name
Class
Date
1.

when operating an application with docker there are 3 main objects required. check the ones that apply

a)

Dockerfile

b)

Docker image

c)

Docker registry

d)

Docker OS

2.

Dockerfile contains a set of instructions.

a)

True

b)

False

3.

Docker image is created from?

a)

Docker registry

b)

Docker file

c)

Kubernetes Cluster

d)

None

4.

In a Dockerfile which instructions executes a command when the container starts?

a)

FROM

b)

RUN

c)

CMD

d)

LABEL

5.

A Docker image is used to spin up a runnable instance of an application

a)

True

b)

False

6.

what is the consequence of this command "Docker Build"?

a)

Builds an image

b)

Builds a Dockerfile

c)

Builds a container

d)

Builds a cluster

7.

What is the main function of the Docker registry?

a)

Store images

b)

Distribute Images

c)

Neither A nor B

d)

Both A and B

8.

what is the consequence of the command "Docker tag"?

a)

Tags a container

b)

Tags a cluster

c)

Tags an Image

d)

None

9.

Which command gets an image to the container registry?

a)

Docker Send

b)

Docker Move

c)

Docker Push

d)

None

10.

what is the full meaning of OCI

(a)  

11.

It is recommended to store the dependencies of an application in a "requirements.txt" file

a)

True

b)

False

12.

Which of the following is not a container orchestrator?

a)

Docker Swarm

b)

Apache Mesos

c)

Core OS Feet

d)

None

13.

Kubernetes is an OpenSource Project that resides under the CNCF umbrella

a)

True

b)

False

14.

Kubernetes can be implemented in any group of servers, be it public, private, or hybrid cloud

a)

True

b)

False

15.

Which of the following is not a functionality Kubernetes uses to handle container failures?

a)

Replica Set

b)

Readiness

c)

Kubeadm

d)

Liveness Probe

16.

With cluster autoscaler, the cluster size is inversely proportional to the traffic it needs to handle.

a)

True

b)

False

17.

How many types of nodes a Kubernetes cluster contain?

a)

2

b)

3

c)

5

d)

1

18.

where does the master node reside?

a)

Control plane

b)

Data plane

c)

Both A and B

d)

none

19.

Which component exposes the nucleus of the cluster and handles and triggers any operation within the cluster?

a)

API server

b)

Scheduler

c)

Controller Manager

d)

none

20.

Where does the kubelet reside?

a)

Control Plane

b)

Data Plane

c)

Both A and B

d)

Neither A nor B

21.

which of the following tools can not be used to produce a production-grade cluster?

a)

Kubeadm

b)

Kubespray

c)

Kops

d)

None