Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Foundation logo

Certified Kubernetes Application Developer (CKAD)

Domain 4Objective 3

Application Configuration CKAD Practice Questions (Page 2)

Part of the Application Environment, Configuration and Security domain, which accounts for 25% of the CKAD exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~13–20 in this domain), expect 3–5 from this objective — we provide 14 practice questions to prepare you well beyond it. (estimate)

14questions here
3free pages
8concepts
25%of the exam

Questions 6–10

  1. 6foundation · easy

    When a ConfigMap is mounted as a volume in a Pod, what happens if a key is updated in the ConfigMap?

    Select an answer first
  2. 7application · easy

    A team needs to store a database password in Kubernetes. They create a Secret using the command: kubectl create secret generic db-password --from-literal=password='S3cr3t!'. Later, they inspect the Secret with kubectl get secret db-password -o yaml. What will they see in the data section?

    Select an answer first
  3. 8application · medium

    A team deploys a batch processing workload into a shared namespace. The namespace already has a ResourceQuota that sets requests.cpu: 4 and limits.cpu: 8. The team creates a new Deployment with a single replica whose container spec sets resources.requests.cpu: 500m and resources.limits.cpu: 1000m. The Pod fails to schedule with a 'Forbidden' error. Which additional configuration is most likely required to resolve this issue?

    Select an answer first
  4. 9foundation · easy

    In a Kubernetes Pod spec, what is the purpose of setting a `resources.requests` field for a container?

    Select an answer first
  5. 10application · easy

    A team needs to store a Docker registry credential so that a Deployment can pull images from a private registry. Which Secret type should they use?

    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.