DevOps-2 [Containers and K8s]

DevOps-2 [Containers and K8s]

Professional Development

10 Qs

quiz-placeholder

Similar activities

Sapient-Kubernetes-Day-1

Sapient-Kubernetes-Day-1

Professional Development

10 Qs

Cloud Native Fundamentals

Cloud Native Fundamentals

Professional Development

10 Qs

GCP Training: Quiz-04

GCP Training: Quiz-04

Professional Development

10 Qs

Ejercicio Quizz de Contenedores

Ejercicio Quizz de Contenedores

Professional Development

10 Qs

Presentación DS

Presentación DS

Professional Development

15 Qs

GCP Training: Quiz-05

GCP Training: Quiz-05

Professional Development

10 Qs

PS Docker (9 sep 2022)

PS Docker (9 sep 2022)

Professional Development

10 Qs

Docker Quiz

Docker Quiz

Professional Development

10 Qs

DevOps-2 [Containers and K8s]

DevOps-2 [Containers and K8s]

Assessment

Quiz

Other

Professional Development

Hard

Created by

Sharique Kamal

Used 29+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a component of Docker Architecture?

Docker Machine

Docker Engine

Docker Runtime

Docker Registry

Docker Daemon

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are trying to push an image to Dockerhub however unable to do so. Which would not be a possible reason?

You are not logged in to Docker. (use "docker login" command)

Network connectivity between your docker host and docker Hub

Your image is not correctly tagged as per Docker recommendations

You do not have an account on Docker Hub

You should use Docker Swarm or Kubernetes orchestration engines to push images to Docker registry

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

You need to create a Docker container based on nginx image and need to root prompt of the container. Which command would help you achieve it?

docker run -it nginx /bin/bash

docker container run -it nginx

docker container run -d nginx

docker container run -itd --name=web nginx

docker exec -it nginx:latest /bin/bash

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is not a command under "image" management commands for Docker?

build

pull

inspect

pause

rm

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Network interface gets created when you install Docker runtime on Docker host?

Docker1

Docker0

eth0

eth1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not part of Kubernetes Worker nodes?

Kube Proxy

Kubelet

Kube-scheduler

Container Runtime

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which language is supported for writing Kubernetes object definitions?

JSON

Kubernetes DSL

YAML

Python

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?