Docker & Kubernates

Docker & Kubernates

University

20 Qs

quiz-placeholder

Similar activities

Cuestionario sobre Docker y Kubernetes

Cuestionario sobre Docker y Kubernetes

University

16 Qs

Облачная Безопасность/Технологии 6

Облачная Безопасность/Технологии 6

University

15 Qs

Google Prof Cloud Network - pt 3

Google Prof Cloud Network - pt 3

University

15 Qs

TGA Java - Quiz 2

TGA Java - Quiz 2

University

15 Qs

ONWARDS! ICE Breaker (Multiple Choice)

ONWARDS! ICE Breaker (Multiple Choice)

University

15 Qs

Section 4: Logging and monitoring.

Section 4: Logging and monitoring.

University

17 Qs

Section 9: Networking (26-29)

Section 9: Networking (26-29)

University

24 Qs

6. Kubernetes Networking & Services

6. Kubernetes Networking & Services

University

20 Qs

Docker & Kubernates

Docker & Kubernates

Assessment

Quiz

Computers

University

Medium

Created by

shashank kawle

Used 69+ 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?