Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Foundation logo

Certified Kubernetes Administrator (CKA)

Domain 3Objective 2

Use ConfigMaps and Secrets to Configure Applications CKA Practice Questions (Page 7)

Part of the Workloads and Scheduling domain, which accounts for 15% of the CKA exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~8–12 in this domain), expect 2–2 from this objective — we provide 38 practice questions to prepare you well beyond it. (estimate)

38questions here
8free pages
9concepts
15%of the exam

Questions 31–35

  1. 31expert · easy

    A ConfigMap is marked immutable. The team attempts to update it using kubectl edit. What happens?

    Select an answer first
  2. 32application · medium

    A configuration file for an application is stored in a ConfigMap named 'app-config' with key 'app.properties'. The application reads this file from a mounted volume. The team expects that when the ConfigMap is updated, the file in the pod should eventually reflect the change without restarting the pod. However, the ConfigMap is marked immutable. What is the impact?

    Select an answer first
  3. 33application · medium

    A pod mounts a Secret named 'tls-keys' as a volume. The Secret contains two keys: 'tls.crt' and 'tls.key'. The application expects the files to have read-only permissions (0440) and the Secret to be immutable. Which configuration achieves this?

    Select an answer first
  4. 34application · easy

    A deployment needs to pull an image from a private registry. The registry credentials are stored in a Secret of type docker-registry named 'regcred'. The pod spec must reference this Secret to authenticate. Which field in the pod spec should reference 'regcred'?

    Select an answer first
  5. 35application · medium

    An administrator needs to create a ConfigMap from a file named 'logging.conf' and then mount it as a volume in a pod. The file should be available at /etc/logging/logging.conf. Which commands and pod spec achieve this?

    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. “CKA” is a trademark of its owner, used for identification only.