Practice Set
Practice questions aggregated across this exam type.
Practice Questions
10 of 179 questions
Q1. What is the smallest deployable unit in Kubernetes?
Select one answer before revealing.
Q2. Which Kubernetes workload resource is designed for stateless, long-running applications with rolling updates and rollback?
Select one answer before revealing.
Q3. Which workload resource ensures exactly one Pod runs on every (matching) node in the cluster?
Select one answer before revealing.
Q4. Which resource runs a Pod to completion on a recurring schedule (like cron)?
Select one answer before revealing.
Q5. Which container in a Pod runs to completion before the main application containers start?
Select one answer before revealing.
Q6. How do containers within the same Pod communicate over the network?
Select one answer before revealing.
Q7. Which volume type is ephemeral and is deleted when the Pod is removed, commonly used to share files between containers in the same Pod?
Select one answer before revealing.
Q8. Which object represents a Pod’s request for persistent storage of a certain size and access mode?
Select one answer before revealing.
Q9. What is the default update strategy of a Kubernetes Deployment?
Select one answer before revealing.
Q10. Which command rolls back a Deployment to its previous revision?
Select one answer before revealing.
Important Concepts
Study chapter-wise concepts before you practice.