
Certified Kubernetes Application Developer (CKAD)
Domain 1Objective 2
Choose and Use the Right Workload Resource (Deployment, DaemonSet, CronJob, Etc.) CKAD Practice Questions (Page 2)
Part of the Application Design and Build domain, which accounts for 20% of the CKAD exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~10–16 in this domain), expect 3–4 from this objective — we provide 21 practice questions to prepare you well beyond it. (estimate)
21questions here
5free pages
8concepts
20%of the exam
Questions 6–10
- 6
Your team has a batch processing application that needs to process a large queue of items. The processing can be parallelized, and you want to run multiple pods simultaneously to speed up the work. Each pod processes a subset of the items and then exits. Which workload resource should you use?
Select an answer first - 7
Which Kubernetes resource is used to run a batch job on a recurring schedule, such as every hour?
Select an answer first - 8
You need to run a cleanup job every hour that deletes temporary files. The job should not overlap with the previous run if it takes longer than an hour. Which workload resource should you use, and what configuration is needed?
Select an answer first - 9
You have a Deployment with the following strategy: rollingUpdate with maxUnavailable: 25% and maxSurge: 25%. The Deployment has 4 replicas. During a rollout, what is the maximum number of pods that can be unavailable at any given time?
Select an answer first - 10
You updated a Deployment with a new container image, but the rollout is stuck and pods are not becoming ready. You need to quickly restore the previous working version. What should you do?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Foundation. “CKAD” is a trademark of its owner, used for identification only.