All Kubernetes quizzes
Intermediate30 questions60 minutes

Kubernetes Intermediate Quiz

Explore ConfigMaps, Secrets, Volumes, Networking, and application deployment patterns

Start the quiz

Sample questions from this quiz

A preview of the style and depth. Try each one, then reveal the answer — or skip straight to the timed quiz.

1. What is a ConfigMap?

  • A map data structure
  • A routing map
  • A configuration file
  • Stores non-confidential configuration data
Show answer

Answer: Stores non-confidential configuration data. ConfigMap stores non-confidential configuration data as key-value pairs. Decouples configuration from container images.

2. What is a Secret?

  • Stores sensitive data encoded in base64
  • A hidden file
  • A password
  • An encryption key
Show answer

Answer: Stores sensitive data encoded in base64. Secrets store sensitive information like passwords, tokens, keys. Data is base64-encoded and can be encrypted at rest.

3. How do you mount a ConfigMap as environment variables?

  • Both a and b
  • Using configMapRef
  • Using env section
  • Using envFrom in Pod spec
Show answer

Answer: Both a and b. Use envFrom with configMapRef in Pod spec to mount ConfigMap as environment variables. All keys become environment variables.

Frequently asked questions

How many questions are in this Kubernetes quiz?+

30 questions, with a 60-minute time limit. Every question includes a written explanation of the correct answer.

Is this Kubernetes quiz free?+

Yes. Every quiz on CodexQuizz is free and needs no account. You only enter a name if you choose to post your score to the leaderboard.

What level is the intermediate quiz aimed at?+

Explore ConfigMaps, Secrets, Volumes, Networking, and application deployment patterns

Can I use this to prepare for a Kubernetes interview?+

Yes. The questions cover the topics that come up in Kubernetes technical screens, and the explanations are written so that a wrong answer still teaches you the underlying concept.

Ready to test your Kubernetes?

30 questions, 60 minutes. Free, no sign-up.

Start now