Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Foundation logo

Certified Kubernetes Application Developer (CKAD)

Domain 2Objective 2

Understand Deployments and How to Perform Rolling Updates CKAD Practice Questions (Page 4)

Part of the Application Deployment 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 29 practice questions to prepare you well beyond it. (estimate)

29questions here
6free pages
10concepts
20%of the exam

Questions 16–20

  1. 16expert · medium

    A Deployment has 6 replicas and uses the RollingUpdate strategy with maxSurge: 1 and maxUnavailable: 0. The team updates the container image. What is the maximum number of pods that will be running during the update?

    Select an answer first
  2. 17foundation · easy

    What is the default update strategy for a Kubernetes Deployment?

    Select an answer first
  3. 18application · medium

    A team manages a Deployment named 'web' with 5 replicas. They update the container image from v1 to v2 using `kubectl set image deployment/web web=nginx:2.0`. During the rollout, they run `kubectl rollout status deployment/web` and see that the rollout is progressing. What is the expected behavior of the pods during this update?

    Select an answer first
  4. 19application · medium

    A Deployment runs a batch job that must not have two versions running simultaneously. The team wants to update the container image with zero overlap between old and new pods. Which strategy should they configure in the Deployment's spec?

    Select an answer first
  5. 20foundation · easy

    What is the primary role of a Kubernetes Deployment?

    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.