wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Virtualization-Hands-On-Quiz-1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is a popular tool used to manage virtual domains?

a)

net-define

b)

virsh

c)

YAML

d)

startvm

2.

What is microk8s?

a)

docker engine

b)

hypervisor

c)

light-weight kubernetes for workstations

d)

kube-master

3.

Which command would you use in Linux to change permissions on a file?

a)

chown

b)

chmod

c)

sudo

d)

snap

4.

What does the "docker ps" command do?

a)

list all containers

b)

list stopped containers

c)

list all running containers

d)

create a container

5.

What command can we use to create a container?

a)

docker run

b)

docker start

c)

both docker run and docker start

d)

none of the above

6.

Where does docker download images from?

a)

docker hub

b)

local repo

c)

docker hub or local repo

d)

USB stick

7.

Which command will you use to fetch a container's IP address?

a)

docker inspect

b)

docker describe

c)

docker ps

d)

docker info

8.

What is the smallest object of execution in K8s

a)

Node

b)

Container

c)

Kubelet

d)

Pod

9.

What is a set of nodes in kubernetes called?

a)

cluster

b)

master

c)

worker

d)

containers

10.

Which of the following controls and manages a cluster?

a)

worker node

b)

master node

c)

both master and worker

d)

none of the above