Kubernetes – Interview Questions and Answers on Pods

Kubernetes Namespaces Cheatsheet

This page represents practice test consisting of objective questions and answers on Kubernetes.  The practice test can prove to be very helpful if you are preparing to take Certified Kubernetes Administrator (CKA) certification examination in near future. It covers the Core Concepts from CKA certification exam syllabus.

Those preparing for interviews in relation with Kubernetes or cloud-native apps would find these questions to be useful enough. These questions can prove to be useful for interns / freshers / beginners.

These questions are related with some of the following topics:

  • Kubernetes Pods
  • New feature release in Kubernetes 1.8 such as taints and tolerations

The following is link to other practice tests:

Overview on Kubernetes Taints and Tolerations Concepts

Kubernetes 1.8 release came up with the feature taints and tolerations. The primary goal of this feature is to ensure that pods do not get scheduled to inappropriate nodes. Taints and applied to nodes and tolerations are applied to pods. Applying tolerations to pods would ensure that pods are scheduled on nodes with matching taints.

Practice Test

Which of the following services runs on a Kubernetes node?

Correct! Wrong!

Which of the following can be one of the status of a running Kubernetes node?

Correct! Wrong!

Which of the following is used to ensure that pods are not scheduled onto inappropriate nodes?

Correct! Wrong!

Taints and Tolerations are introduced from which version of Kubernetes?

Correct! Wrong!

Taints are applied to _________

Correct! Wrong!

Tolerations are applied to ___________

Correct! Wrong!

Applying _______ to pods would enable pods to schedule onto nodes with matching _________

Correct! Wrong!

Kubernetes is responsible for inherently creating nodes, pods and services

Correct! Wrong!

Kubernetes sees node as ___________

Correct! Wrong!

Which of the components can interact with Kubernetes node interface?

Correct! Wrong!

In order to create nodes object manually, --register-node flag needs to be set to ___________

Correct! Wrong!

The preferred pattern for registering nodes object with API server is to set value of --register-node flag as ________

Correct! Wrong!

Kubernetes Interview Questions - Set 2
You did extremely well!!
You did reasonably well!!
Better luck next time!!

Share your Results:

Ajitesh Kumar
Follow me

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com
Posted in certifications, CloudNative, Interview questions, Kubernetes. Tagged with , , , .

One Response

Leave a Reply

Your email address will not be published. Required fields are marked *