Olete.in
Articles
Mock Tests
🧪 Azure Kubernetes MCQ Quiz Hub
"Kubernetes" Mcq
Choose a topic to test your knowledge and improve your Azure Kubernetes skills
1. This volume type can be used to share contents within containers in a pod, but will not persist beyond the life of a pod.
EmptyDir
FlexVolume
ConfigMap
Local
2. An abstraction in kubernetes which defines a logical set of pods and a policy to access them.
Kubelet
Service
Node
Container
3. The Service Type _____________ works only if your cluster is setup to work with a cloud provider.
ClusterIP
NodePort
LoadBalancer
ExternalName
4. Kube-apiserver on kubernetes master is designed to scale.
Vertically
Horizontally
Both a and b
none of these
5. ________________ is a special namespace that is used for special purposes like bootstrapping a cluster.
Kube-public
Kube-private
Kube-system
Default
6. The command to create Kubernetes service is
Kubectl expose
Kubectl set service
Kubectl run
Kubectl deploy
7. ___________ is responsible for health check of the pods running on individual nodes
Kubectl
Kube controller manager
Kube scheduler
Kubelet
8. Cronjobs in kubernetes run in
UTC only
Server NTP settings
Local time zone
GMT only
9. ______ service is automatically created for you k8s cluster creation and takes care of the internal routing of the cluster.
NodePort
ClusterIP
Headless
Load Balancer
10. ______ service is automatically created for you k8s cluster creation and takes care of the internal routing of the cluster.
NodePort
ClusterIP
Headless
Load Balancer
11. _______ runs on each node and ensures containers are running in a pod.
Kubelet
Etcd
Scheduler
Pod
12. ___ manages the assigning nodes to pods depending on resource availability.
Etcd
Kubectl
Scheduler
Flanneld
13. Kubernetes uses _______________________ to connect to ouath 2 providers to offload the authentication to external services.
Webhook Token Authentication
Keystone Password
OpenID Connect Tokens
Authentication Proxy
14. To program additional authentication logic besides available authenticator modules, _______________ can be used.
WebHook Authentication
Authentication Proxy
Keystone Password
OpenID Connect Tokens
15. As soon a service starts, .......... daemon running on each node add a set of environment variables on the pod for each active service.
Kubectl
Kubelet
Kubeadm
Service discovery
Submit