wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to Cloud Native Fundamentals Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Benefits of Cloud-Native Application Platform

a)

Faster Release

b)

Avoid Vendor lock-in

c)

Reliable System

d)

All of the above

2.

Cloud-native refers to the set of practices that empowers an organization to build and manage applications at scale.

a)

True

b)

False

3.

What is Virtual Box?

a)

A container image registry

b)

Powerful cross-platform virtualization software

c)

A container orchestration service

4.

What is Vagrant?

a)

A CI/CD tool

b)

Container orchestration platform

c)

Tool for building and managing virtual machine environments

5.

What is a docker image?

a)

Template used to create volumes

b)

Writable layer used to store changes from container

c)

Read-only template used to create containers

d)

Alias for container

6.

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

a)

Codes

b)

Images

c)

Files

d)

All of the above

7.

Kubernetes is a container orchestrator that is capable to solutionize the integration of the following functionalities:

a)

Runtime

b)

Networking

c)

Storage

d)

All of the above

8.

What is a benefit for a developer using Docker?

a)

Standardization and Productivity

b)

CI Efficiency & Rapid Deployment

c)

Compatibility and Maintainability

d)

All of the above

9.

What is the command to start a vagrant box?

a)

vagrant init

b)

vagrant start

c)

vagrant begin

d)

vagrant up

10.

Is docker image OS dependent?

a)

Yes

b)

No

11.

Which of the following is a text document that contains all the commands to assemble a docker image?

a)

Docker Cloud

b)

Dockerfile

c)

Docker Kitematic

d)

Docker Compose

12.

Which of the following is a cloud-hosted service from Docker that provides registry capabilities for public and private content?

a)

Docker Compose

b)

Docker Cloud

c)

Docker Hub

d)

Docker Swarm

13.

What is Docker registry?

a)

Storage

b)

Content Delivery System

c)

Both A & B

14.

What's the git command that downloads your repository from GitHub to your computer?

a)

git push

b)

git fork

c)

git clone

d)

git commit

15.

In the context of Kubernetes, what is a container?

a)

An application environment installed on software that imitates dedicated hardware

b)

A package that relies on virtual isolation technology to deploy and run applications that access a shared OS kernel

c)

A large metal box that is used to hold or transport something

d)

A unit that stores data on a computer's memory drive