wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Revision Monday 2

Total questions: 11

Worksheet time: 9mins

Name
Class
Date
1.

Cloud Foundry is

a)

Agile Development Methodologies

b)

Application Development Standards

c)

All of them

d)

Platform providing built in capabilities

2.

Which of them is not required by Container?

a)

Kernel

b)

OS

c)

Hypervisor

d)

Memory Storgae

3.

An advantage of cloud software is that...

a)

It is updated automatically

b)

It is always free

c)

It is only ever stored locally on your computer

d)

It cannot be hacked

4.

Which project inspired Kubernetes? select the correct answer

a)

windows 1.0

b)

docker swarm

c)

borg

d)

cobol

5.

Which of the following is not a Container Orchestrators?

a)

Docker Swarm

b)

Vault

c)

Kubernetes

6.

Select the first release version of Kubernetes in 2021?

a)

1.25

b)

1.20

c)

1.21

d)

1.22

7.

Choose the correct abbreviation.

Monday

a)

Mond.

b)

Mon.

8.

What goes around the world but stays in a corner

a)

life

b)

stamps

c)

a jar of peanut butter

d)

Elmo

9.

How do you delete a kubernetes service named "rocket" using a kubectl command ?

a)

kubectl delete -n rocket service

b)

kubectl delete service rocket

c)

kubectl rm service rocket

d)

kubectl service rm rocket

10.

What is the 4 main parts in a Yaml file for Kubernetes

a)

version, type, name, specs

b)

type, name, container, data

c)

apiVersion, kind, metadata, specs

d)

name, kind, container, specs

11.

What is K3S?

a)

CNCF-certified distribution

b)

Specialized set of API connectors

c)

The control plane necessary to run RKE

d)

Open source community common Kubernetes distro

e)

All of the Above