Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Foundation logo

Certified Kubernetes Application Developer (CKAD)

Domain 1Objective 1

Define, Build and Modify Container Images 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
7concepts
20%of the exam

Questions 1–5

  1. 1foundation · easy

    A developer needs to modify an existing container image without changing its Dockerfile. Which approach allows this?

    Select an answer first
  2. 2expert · hard

    A developer needs to modify an existing image to include a new file /data/config.json. The developer does not have the original Dockerfile. The developer starts a container from the image, copies the file into the container, and then commits the changes. Which command correctly creates a new image with the changes?

    Select an answer first
  3. 3expert · hard

    A team is optimizing a Dockerfile for a Python application. The application has many dependencies listed in requirements.txt. The current Dockerfile copies the entire application source code before running pip install. The team notices that every source code change triggers a full reinstall of all dependencies, slowing down the build. Which change best improves build cache efficiency?

    Select an answer first
  4. 4foundation · easy

    What is the primary benefit of using a multi-stage build in a Dockerfile?

    Select an answer first
  5. 5application · medium

    A developer needs to run a container from an image that is stored in a private registry at registry.example.com. The developer has already logged in to the registry. The image is tagged as myapp:2.0. Which command correctly pulls and runs the image?

    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.