Exam Type

Practice Set

Practice questions aggregated across this exam type.

Practice Questions

10 of 179 questions

Jump to concepts →

easy

Q1. What is the smallest deployable unit in Kubernetes?


Select one answer before revealing.

easy

Q2. Which Kubernetes workload resource is designed for stateless, long-running applications with rolling updates and rollback?


Select one answer before revealing.

easy

Q3. Which workload resource ensures exactly one Pod runs on every (matching) node in the cluster?


Select one answer before revealing.

easy

Q4. Which resource runs a Pod to completion on a recurring schedule (like cron)?


Select one answer before revealing.

easy

Q5. Which container in a Pod runs to completion before the main application containers start?


Select one answer before revealing.

easy

Q6. How do containers within the same Pod communicate over the network?


Select one answer before revealing.

easy

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.

easy

Q8. Which object represents a Pod’s request for persistent storage of a certain size and access mode?


Select one answer before revealing.

easy

Q9. What is the default update strategy of a Kubernetes Deployment?


Select one answer before revealing.

easy

Q10. Which command rolls back a Deployment to its previous revision?


Select one answer before revealing.

1/18

Important Concepts

Study chapter-wise concepts before you practice.

View all