Docker & Kubernates

Docker & Kubernates

University

20 Qs

quiz-placeholder

Similar activities

Linked list 1

Linked list 1

University

20 Qs

Section 7: Security (6-8)

Section 7: Security (6-8)

University

22 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

Linked List

Linked List

KG - University

18 Qs

iGCSE Computer Science: Networks

iGCSE Computer Science: Networks

KG - University

16 Qs

Chapter 10 (Docker)

Chapter 10 (Docker)

University

16 Qs

Final Komputasi Awan

Final Komputasi Awan

University

20 Qs

GCloud Quiz : The Finale

GCloud Quiz : The Finale

University

20 Qs

Docker & Kubernates

Docker & Kubernates

Assessment

Quiz

Computers

University

Medium

Created by

shashank kawle

Used 70+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we can run docker container using docker run command, then why do we need kubernetes?

We don't need it

To manage multiple containers and perform deployments at the same time

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we changed only one layer in docker image, what will happen while building image?

Entire Image will get built again

Only updated layer will get built

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we call containers as light weight deployable Instances?

Docker compresses container image of application, hence we call it as lightweight containers

Containers have no dependency on OS and hence we call it as lightweight containers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have docker file in your current folder. Which command is used to buid the image called 'abc'?

docker build abc

docker build -t abc .

docker build -t abc

docker run -d abc

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the important prerequisite steps to push docker image to docker hub?

Need to have docker hub account

Need to have docker image created and tested on local setup

Need to pull the latest image from docker hub repository

Only 1 & 2

All 1,2 & 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not suited for Monolithic Architecture?

Distributed System

Standalone application

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is not part of Kubernetes architecture?

Control plane

Management plane

Data plane

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?