linux foundation kcna practice test

Exam Title: Kubernetes and Cloud Native Associate

Last update: Nov 27 ,2025
Question 1

Which Kubernetes resource creates Kubernetes Jobs?

  • A. JobFactory
  • B. CronJob
  • C. Task
  • D. JobDeployment
Answer:

B


Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 2

Which of the following are characteristics of Statefulsets?

  • A. Ordered, graceful deployment and scaling
  • B. Creates replica sets
  • C. Uses headless services
Answer:

A


Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/

vote your answer:
A
B
C
A 0 B 0 C 0
Comments
Question 3

What can you use to add new resource types to your cluster?

  • A. start container
  • B. CustomResourceDefinitions
  • C. init container
  • D. Flux
  • E. CRI-O
Answer:

B


Explanation:
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 4

What is horizontal scaling?

  • A. Creating a Deployment
  • B. Adding resources to existing apps and servers
  • C. Moving workloads from one server to another
  • D. Adding additional replicas of apps and servers
Answer:

D


Explanation:
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 5

What kubectl command is used to edit a resource on the server?

  • A. kubectl resource modify
  • B. kubectl update resource
  • C. kubectl edit
  • D. kubectl resource edit
Answer:

C


Explanation:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#edit

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 6

Which of the following computing model doesn’t require you to provision infrastructure?

  • A. None of the above
  • B. Bare Metal
  • C. Compute Engine
  • D. Virtual Machines
  • E. Serverless
Answer:

E


Explanation:

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 7

What Kubernetes resource would allow you to run one Pod on some of your Nodes?

  • A. DaemonSet
  • B. ClusterSet
  • C. Deployment
  • D. ReplicaSet
Answer:

A


Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 8

What cloud-native construct does a kubernetes pod wrap?

  • A. Container
  • B. Virtual Machine (VM)
  • C. side car process
  • D. Docker image
Answer:

A


Explanation:
Kubernetes is an orchestrator of containerized apps. However, containers must be wrapped in pods
before they can be deployed on kubernetes.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 9

What is the smallest possible unit in Kubernetes to run a container?

  • A. pod
  • B. docker
  • C. service
  • D. container
Answer:

A


Explanation:
https://kubernetes.io/docs/concepts/workloads/pods/

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 10

What command can you use to get documentation about a resource type from the command line?

  • A. kubectl api-resources
  • B. kubectl explain
  • C. kubectl get
  • D. kubeadm get-resource
Answer:

B


Explanation:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#explain

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Page 1 out of 12
Viewing questions 1-10 out of 126
Go To
page 2