Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Foundation logo

Certified Kubernetes Application Developer (CKAD)

Domain 1Objective 3

Understand Multi-Container Pod Design Patterns (e.g. Sidecar, Init and Others) CKAD Practice Questions (Page 3)

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
5concepts
20%of the exam

Questions 11–15

  1. 11application · medium

    A Pod runs a web application that needs to send metrics to a monitoring system. The application does not support the monitoring system's protocol. The team wants to add this capability without changing the application. What should they do?

    Select an answer first
  2. 12expert · hard

    A Pod has an init container that provisions a certificate, a main application that serves HTTPS, and a sidecar that reloads the certificate when it rotates. The sidecar must not start reloading until the certificate is provisioned. The init container writes the certificate to a shared volume. What should they configure?

    Select an answer first
  3. 13application · medium

    A team runs a Node.js web application in a single-container Pod. They need to add TLS termination and request logging without modifying the application code. The solution must share the same network namespace as the application and must not introduce a separate Service. What should they do?

    Select an answer first
  4. 14foundation · easy

    What is the primary purpose of an init container in a Kubernetes Pod?

    Select an answer first
  5. 15application · medium

    A Pod has a main application that reads configuration from /etc/config and a sidecar that watches for config changes and reloads the application. The configuration is stored in a ConfigMap. What should they configure?

    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.