Kubernetes Interview Questions and Answers – Set 3

kubernetes interview questions and answers

This page represents practice test consisting of objective questions and answers on Kubernetes.  The following topics are covered as part of this practice test / quiz:

  • Container hooks and related lifecycle
  • Pods

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.

Revision Notes – Kubernetes Concepts (Container Hooks / Pods)

  • Kubernetes provides containers with following lifecycle hooks:
    • PostStart
    • PreStop
  • Kubernetes supports implementation of following hook handlers for containers:
    • Exec: Executes a specific command, such as pre-stop.sh, inside the cgroups and namespaces of the Container.
    • Http: Executes an HTTP request against a specific endpoint on the Container.
  • Container hook handlers are synchronous
  • Hook handlers are debugged using events broadcasted for both PostStart (FailedPostStartHook) and PreStop (FailedPreStopHook)
  • A pod represents a running process in the cluster
  • A pod encapsulates some of the following:
    • One or more containers
    • Storage resources
    • Network IP
  • A Pod supports the following container runtime
    • Docker
    • rkt
  • Pods provide the following two kinds of shared resources for their constituent containers:
    • Networking
    • Storage
  • Each Pod is assigned a unique IP address.
  • A pod can not self-heal. It is the controller that handles the work of managing the relatively disposable Pod instances.
  • Controllers use pod templates to create pods




Practice Test – Kubernetes Concepts (Container Hooks / Pods)

Kubernetes provides containers with which of the following lifecycle hooks?

Correct! Wrong!

Kubernetes supports implementation of following hook handler(s) for containers

Correct! Wrong!

Container hook handlers are ___________

Correct! Wrong!

Hook handlers can be debugged using ____________

Correct! Wrong!

A pod can comprise of only one container

Correct! Wrong!

A pod encapsulates which of the following

Correct! Wrong!

A Pod supports which of the following container runtime

Correct! Wrong!

Pods provide which of the following kind of shared resource(s) for their constituent containers

Correct! Wrong!

Each Pod is assigned a unique IP address.

Correct! Wrong!

A pod can self-heal

Correct! Wrong!

Kubernetes Interview Questions and Answers - Set 3
You did extremely well!!
You did reasonably well!!
Better luck next time!!

Share your Results:

Additional Kubernetes Practice Tests (Interview Questions / Answers)

The following is a list of other practice tests you can take to test your knowledge of Kubernetes concepts:

References

Please feel free to suggest or share the page if you liked the practice test and related concepts on Kubernetes.

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 , , , .

Leave a Reply

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