Docker & Kubernates

Docker & Kubernates

University

20 Qs

quiz-placeholder

Similar activities

SD-U3.1.Dockers y Containers

SD-U3.1.Dockers y Containers

University

20 Qs

Workshop Agile CICD & Web Application Quiz

Workshop Agile CICD & Web Application Quiz

University

20 Qs

Section 8: Storage (4-7)

Section 8: Storage (4-7)

University

18 Qs

Stack??

Stack??

University

15 Qs

Data Science & Big Data

Data Science & Big Data

University - Professional Development

18 Qs

Section 9: Networking (21-25)

Section 9: Networking (21-25)

University

19 Qs

Latihan 7 - Cloud Computing - 2TRKA

Latihan 7 - Cloud Computing - 2TRKA

University

25 Qs

Contenedores_K8_SLA

Contenedores_K8_SLA

University

16 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?