
Certified Kubernetes Application Developer (CKAD)
Domain 1Objective 2
Choose and Use the Right Workload Resource (Deployment, DaemonSet, CronJob, Etc.) CKAD Practice Questions (Page 1)
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 1–5
- 1
You have a batch job that processes a queue of messages. The job should run until all messages are processed, but the number of messages is unknown. You want to run multiple pods in parallel, and the job should be considered complete when all messages are processed. Which workload resource and configuration should you use?
Select an answer first - 2
Your team runs a stateless web frontend that must handle variable traffic. You need to ensure that a minimum of 3 replicas are always running, and you want to be able to update the application with zero downtime. Which workload resource should you use?
Select an answer first - 3
A team needs to run a log-collection agent on every node in a cluster, including nodes added later. Which workload resource is designed for this purpose?
Select an answer first - 4
An application requires stable network identity and persistent storage for each replica. Which workload resource should be used?
Select an answer first - 5
You have a Deployment with 3 replicas. You need to perform a canary release by routing a small percentage of traffic to a new version. You plan to create a new Deployment for the new version and use a Service to route traffic. However, you notice that the ReplicaSet of the original Deployment is still managing the old pods. What is the best approach to achieve the canary release?
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.