Search Header Logo

DevOps-2 [Containers and K8s]

Authored by Sharique Kamal

Other

Professional Development

Used 29+ times

DevOps-2 [Containers and K8s]
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?