Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

KCNA PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

KCNA PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Kubernetes and Cloud Native Associate (KCNA)
  • Last Update: Jun 17, 2025
  • Questions and Answers: 126
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

KCNA Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

KCNA Practice Exam Questions with Answers Kubernetes and Cloud Native Associate (KCNA) Certification

Question # 6

Continuous delivery is ______.

A.

Manually deploying the code

B.

Coding, Building and Testing the code

C.

Automatically deploying code to [container or server] environment

Full Access
Question # 7

Which of the following best describes the way kubernetes Role-based access control (RBAC) works?

A.

Kubernetes does not do RBAC

B.

Kubernetes RBAC states which users can perform which actions against which re-source

C.

Kubernetes RBAC lists which operations on which resources are denied to users

D.

Kubernetes RBAC is responsible for authenticating subjects such as users and groups

Full Access
Question # 8

What framework allows developers to write code without worrying about the servers and operating systems they will run on?

A.

Virtualization

B.

Docker

C.

Serverless

D.

Kubernetes

Full Access
Question # 9

Which command is used to expose Kubernetes service

A.

kubectl expose

B.

kubectl create

C.

kubectl run

Full Access
Question # 10

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

A.

pod

B.

docker

C.

service

D.

container

Full Access
Question # 11

Open Container Initiative set container standards for

A.

Code, Build, Distribute, Deploy containers

B.

Run, build, and image

C.

Code, Build, Distribute containers

D.

Run, Build, Distribute containers

Full Access
Question # 12

What is scheduling in Kubernetes

A.

Determining when to execute a cron-job

B.

Assigning pods to nodes

C.

Joining a new nodes to the clusters

D.

Setting a time for automated tasks

Full Access
Question # 13

What are cluster-wide objects

A.

Service and Pods

B.

Volumes and Nodes

C.

ConfigMaps and Secrets

Full Access
Question # 14

Which of the following are not the metrics for Site Reliability Engineering?

A.

Service Level Objectives 'SLO'

B.

Service Level Agreements 'SLA'

C.

Service Level Indicators 'SLI'

D.

Service Level Definition 'SLD'

Full Access
Question # 15

What is FinOps?

A.

The first step in any cloud transformation

B.

Stage beyond DevOps or DevSecOps, where organization transition to serverless tech-nologies

C.

Using data to make cost savings decisions about cloud usage

D.

Specialized cloud features used by financial industries (example: banks, insurance, etc)

Full Access
Question # 16

Which part of a Kubernetes cluster is responsible for running container workloads?

A.

Worker Node

B.

kube-proxy

C.

Control plane

D.

etcd

Full Access
Question # 17

Stateful set requires which service for the network identity of pods?

A.

Ingress

B.

Load Balancer Service

C.

Headless Service

Full Access
Question # 18

Which control plane component is responsible for scheduling pods?

A.

kube-proxy

B.

kube scheduler

C.

kubelet

D.

kube api-server

Full Access
Question # 19

What tool allows us to build useful visual representations of prometheus data?

A.

Grafana

B.

kubectl

C.

Distributed system tracing

D.

Rook

E.

Kibana

Full Access
Question # 20

What CNCF project is the leading DNS project in the CNCF landscape?

A.

Kubernetes

B.

gRPC

C.

KubeDNS

D.

CoreDNS

Full Access
Question # 21

What is container orchestration?

A.

Packaging code and all of its dependencies into a single executable

B.

Adding code to a container image so it can run as a container

C.

Using automation to manage containers

D.

Spinning a new containers to replace old ones

Full Access
Question # 22

Various Container Orchestrator Systems (COS)?

A.

Apache Mesos

B.

None of the options

C.

Docker Swarm

D.

Kubernetes

Full Access
Question # 23

What is OPA?

A.

Open Permission Agent

B.

Online Policy Audit

C.

Open Policy Agent

D.

Offline Policy Accessor

Full Access
Question # 24

Which Kubernetes resource creates Kubernetes Jobs?

A.

JobFactory

B.

CronJob

C.

Task

D.

JobDeployment

Full Access
Question # 25

Flux is built using which toolkit?

A.

CI/CD

B.

DevSecOps

C.

GitOps

D.

DevOps

Full Access
Question # 26

What Linux feature is used to provide isolation for containers?

A.

Processes

B.

Services

C.

NetworkPolicy

D.

Control groups

Full Access
Question # 27

Have a pod 'hello' and a container in that pod 'green'. Which of the following commands would get the logs for that container?

A.

alias k='kubectl'

k logs -p hello -c green

B.

alias k='kubectl'

k logs hello -c green

C.

alias k='kubectl'

k get logs -p hello -c green

D.

alias k='kubectl'

k logs -p hello green

Full Access
Question # 28

Which access control component of Kubernetes is responsible for authorization and decides what requestor is allowed to do?

A.

Service Account

B.

Role-based access control 'RBAC'

C.

Deployment

Full Access
Question # 29

Which of the following is an example of vertical scaling?

A.

Using cluster autoscaler

B.

Adding more resources (memory and/or cpu) to a kubernetes node

C.

Adding more nodes to kubernetes cluster

D.

Adding more replica pods to a deployment

Full Access
Question # 30

Which statement is true about Pod Networking?

A.

All pod requires an external DNS server to get the hostname

B.

All containers in a pod get a unique IP address

C.

All containers in a pod share a single IP address

D.

All pod requires NAT to get a unique IP address.

Full Access
Question # 31

kubeadm is an administrative dashboard for kubernetes

A.

False

B.

True

Full Access
Question # 32

What is not semantic versioning?

A.

1.0.0

B.

2022-05-04

C.

1.0.0-alpha

D.

1.0.0-beta.2

Full Access
Question # 33

Which of the following best describes the way K8S Role-based access control (RBAC) works?

A.

K8S does not do RBAC or Cluster role

B.

RBAC lists which operations are denied to users

C.

States which users can perform which actions against the resources.

Full Access
Question # 34

What is container runtime?

A.

The amount of time it takes a container to execute

B.

A container image format

C.

Another term of kubelet or kubectl

D.

Software that runs containers

Full Access
Question # 35

Which style of operations are preferred for K8S and cloud native applications?

A.

JSON

B.

Declarative

C.

Imperative

Full Access
Question # 36

Which of the following is not the part of Kubernetes Control Plane?

A.

kube scheduler

B.

etcd (pronounce: esty-d)

C.

kube api-server

D.

kube-proxy

Full Access
Question # 37

The Kubernetes rolling update is used for __.

A.

Updating a service

B.

Scaling an application

C.

Updating a deployment

Full Access