Google News
logo
Kubernetes - Quiz(MCQ)
A)
Meta
B)
Apple
C)
Google
D)
Microsoft

Correct Answer :   Google

A)
Pod
B)
Task
C)
Nodes
D)
Container

Correct Answer :   Pod


Explanation : Containers are grouped into pods, the basic operational unit for Kubernetes and those pods scale to your desired state.

A)
Local
B)
ConfigMap
C)
FlexVolume
D)
EmptyDir

Correct Answer :   EmptyDir

A)
Node
B)
Service
C)
Container
D)
Kubelet

Correct Answer :   Service

A)
pod
B)
etcd
C)
node
D)
None of the above

Correct Answer :   etcd

A)
Pod
B)
Etcd
C)
Kubelet
D)
Scheduler

Correct Answer :   Kubelet


Explanation : Kubelet runs on each node and ensures containers are running in a pod.

A)
Mesos
B)
Kubernetes
C)
Docker Swarm
D)
All of the above

Correct Answer :   All of the above

A)
Openshift Dedicated
B)
Google Container Engine
C)
Both (A) and (B)
D)
Amazon ECS

Correct Answer :   Both (A) and (B)

A)
1.21
B)
1.23
C)
1.25
D)
1.29

Correct Answer :   1.21

A)
Pods
B)
Volumes
C)
Services
D)
All of the above

Correct Answer :   All of the above

A)
CRI-O
B)
Containerd
C)
DockerEngine
D)
All of the above

Correct Answer :   All of the above

A)
Kubeadm
B)
Master Controller Manager
C)
Etcd manager
D)
API Controller Manager

Correct Answer :   Master Controller Manager

A)
NodePort
B)
ClusterIP
C)
LoadBalancer
D)
ExternalName

Correct Answer :   LoadBalancer

A)
Vertically
B)
Horizontally
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Horizontally

A)
Portable platform
B)
Extensible platform
C)
Open-source platform
D)
All of the Above

Correct Answer :   All of the Above


Explanation : Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation.

A)
Borg
B)
Rocket
C)
Kubecon
D)
Containerd

Correct Answer :   Borg

A)
nginx.local
B)
nginx.svc.cluster.local
C)
nginx.app.cluster.local
D)
nginx.app.svc.cluster.local

Correct Answer :   nginx.app.svc.cluster.local

A)
Pod Affinity
B)
Node Affinity
C)
Node Anti Affinity
D)
Pod AntiAffinity

Correct Answer :   Node Anti Affinity

A)
developing tool
B)
A worker machine
C)
A tool for starting a kubernetes cluster on a local machine
D)
None of the above

Correct Answer :   A worker machine

A)
Go
B)
C++
C)
Python
D)
Java spring framework

Correct Answer :   Go

A)
Kubectl run
B)
Kubernetes set deployment
C)
Kubernetes get deployment
D)
None of the above

Correct Answer :   Kubectl run

A)
Kubectl run
B)
Kubectl deploy
C)
Kubectl expose
D)
None of the above

Correct Answer :   Kubectl expose

A)
True
B)
False
C)
None of the above
D)
--

Correct Answer :   True

A)
A role
B)
A clusterrole
C)
Both (A) and (B)
D)
A rolebinding

Correct Answer :   Both (A) and (B)

A)
Kube-apiserver
B)
Kube-proxy
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Kube-proxy

A)
GMT only
B)
UTC only
C)
Local time zone
D)
Server NTP settings

Correct Answer :   UTC only

A)
Replicaset
B)
Deployment
C)
Namespace
D)
Both (A) and (B)

Correct Answer :   Both (A) and (B)

A)
Labels
B)
Pod names
C)
Namespace name
D)
All of the above

Correct Answer :   Labels

A)
A system to connect nodes and pods
B)
A method to manage clusters of pods
C)
A way to run a copy of a pod on all or some nodes
D)
A channel through which to pass information between two or more nodes

Correct Answer :   A way to run a copy of a pod on all or some nodes

A)
adding/removing containers
B)
re-scheduling failed containers
C)
Fixing a crashed container by itself
D)
Both (A) and (B)

Correct Answer :   Both (A) and (B)

A)
NodePort
B)
ClusterIP
C)
LoadBalancer
D)
External Name Creation

Correct Answer :   ClusterIP

A)
Default
B)
Kube-public
C)
Kube-system
D)
Kube-private

Correct Answer :   Kube-public

A)
OpenID Connect Tokens
B)
Keystone Password
C)
Authentication Proxy
D)
Webhook Token Authentication

Correct Answer :   OpenID Connect Tokens

A)
DaemonSets
B)
Nodes
C)
PersistentVolumes
D)
Both (B) and (C)

Correct Answer :   Both (B) and (C)

A)
Worker Node
B)
Master Node
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Master Node

A)
Kube-controller
B)
Kube-scheduler
C)
Kube-apiserver
D)
None of the above

Correct Answer :   Kube-apiserver

A)
Where you find peas
B)
One or more containers grouped together to share resources and run as a unit
C)
A collection of physical IT components that supports a group of containers
D)
A collection of logic circuitry that evaluates a computer's operational code

Correct Answer :   One or more containers grouped together to share resources and run as a unit

A)
True
B)
False
C)
None of the above
D)
--

Correct Answer :   True

A)
Code that enables two software programs to communicate
B)
A directory for the data accessible to containers in a pod
C)
Layering software that puts apps into compartments for easier deployment
D)
None of the above

Correct Answer :   A directory for the data accessible to containers in a pod

A)
Distributed System
B)
Standalone application
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Distributed System

A)
Data plane
B)
Control plane
C)
Management plane
D)
None of the above

Correct Answer :   Management plane

A)
To maintain multiple versions of same image using same image names
B)
We don't need to tag images, we can create same image with different image names
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   To maintain multiple versions of same image using same image names

A)
Pods
B)
Secrets
C)
ReplicaSets
D)
Deployments

Correct Answer :   Secrets

A)
99.95%
B)
99.9%
C)
99.99%
D)
We do not gurantee any SLA

Correct Answer :   99.95%

A)
Kubernetes
B)
Docker Swarm
C)
Vault
D)
All of the above

Correct Answer :   Vault

A)
Pod to Pod
B)
Pod to Service
C)
Container to Container
D)
All of the above

Correct Answer :   All of the above

A)
secret
B)
emptydir
C)
configmap
D)
All of the above

Correct Answer :   All of the above

A)
Scoring
B)
Filtering
C)
Both (A) and (B)
D)
Analyzing

Correct Answer :   Both (A) and (B)

A)
Pods go into hung state
B)
Pods still get created
C)
Pods do not get created
D)
Pods go into terminating state

Correct Answer :   Pods still get created

A)
To act as an intermediary between an endpoint device and another server
B)
To relay connection requests for inbound network traffic
C)
To connect external parties and route data between internal and external containers
D)
To supplant an authentic webpage in a search engine's index and search page results

Correct Answer :   To act as an intermediary between an endpoint device and another server