Practice exams for Kubernetes and Cloud Native Associate

60 questions · 90 min

  • Kubernetes Fundamentals 26 questions
  • Container Orchestration 17 questions
  • Cloud Native Application Delivery 10 questions
  • Cloud Native Architecture 7 questions

25 free questions across all domains, no account required.

The full set of 60 questions is included in the All certifications subscription. Subscribe

How to prepare for Kubernetes and Cloud Native Associate with InfraPrep

The 60 questions cover 4 domains: Kubernetes Fundamentals, Container Orchestration, Cloud Native Application Delivery, Cloud Native Architecture. 25 of them are free, without an account.

Study mode

Answer at your pace: each answer is corrected straight away, with an explanation and the link to the documentation it relies on.

Exam mode

A timed exam of 90 minutes, with a question map to flag and come back to questions before you submit.

Results by domain

Your score is broken down by domain, so you know what to review first.

Original questions

Every question is written from the public documentation, never copied from the exam. You can contest an answer from study mode.

Sample question

Kubernetes Fundamentals

A platform engineer is explaining Kubernetes basics to a new hire. The new hire asks what the smallest deployable unit is and how it relates to containers. What is the correct description?

  1. A Node, which runs exactly one container per Node
  2. A Pod, a group of one or more containers that share storage and network resources
  3. A Deployment, which is the smallest unit and always contains exactly one container
  4. A container, which Kubernetes schedules directly onto Nodes without any wrapping object
Show the answer and the explanation

Correct answer: B

The documentation defines a Pod as a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers — this is the smallest deployable unit in Kubernetes.

Source: official documentation

Try the free questions