Interview Q&A beginner

Kubernetes Basics MCQ

Test your Kubernetes fundamentals with 10 multiple-choice questions covering Pods, Deployments, Services, and core architecture concepts.

3 min read 10 Questions
1 What is the smallest deployable unit in Kubernetes?
2 Which Kubernetes object ensures a specified number of Pod replicas are running at all times?
3 What type of Kubernetes Service exposes an application outside the cluster using the cloud provider's load balancer?
4 Which kubectl command shows the logs of a running pod?
5 What is the purpose of a Kubernetes Namespace?
6 Which Kubernetes object is best suited for storing sensitive data like passwords and API tokens?
7 What does a DaemonSet ensure in Kubernetes?
8 Which component is responsible for scheduling pods onto nodes in Kubernetes?
9 What is the default restart policy for a Kubernetes Pod?
10 Which command is used to apply a Kubernetes manifest file?

Add More Questions to This Guide

Know a question that should be here? Share it and help the community!

Open Google Form