Docker & Kubernates

Docker & Kubernates

University

20 Qs

quiz-placeholder

Similar activities

Chapter 8-2 (Docker)

Chapter 8-2 (Docker)

University

16 Qs

Midka2Var(2,3)

Midka2Var(2,3)

University

19 Qs

Arth-test

Arth-test

University

20 Qs

Chapter 7 (Docker)

Chapter 7 (Docker)

University

21 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Latihan 8 - Cloud Computing - 2TRKA

Latihan 8 - Cloud Computing - 2TRKA

University

15 Qs

Introduction to Cloud Native Fundamentals Quiz

Introduction to Cloud Native Fundamentals Quiz

University - Professional Development

15 Qs

Docker & Kubernates

Docker & Kubernates

Assessment

Quiz

Computers

University

Medium

Created by

shashank kawle

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