Spring Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

KCNA Sample Questions Answers

Questions 4

How does cert-manager integrate with Kubernetes resources to provide TLS certificates for an application?

Options:

A.

It manages Certificate resources and Secrets that can be used by Ingress objects for TLS.

B.

It replaces default Kubernetes API certificates with those from external authorities.

C.

It updates kube-proxy configuration to ensure encrypted traffic between Services.

D.

It injects TLS certificates directly into Pods when the workloads are deployed.

Buy Now
Questions 5

Which is the correct kubectl command to display logs in real time?

Options:

A.

kubectl logs -p test-container-1

B.

kubectl logs -c test-container-1

C.

kubectl logs -l test-container-1

D.

kubectl logs -f test-container-1

Buy Now
Questions 6

Which of the following is a feature Kubernetes provides by default as a container orchestration tool?

Options:

A.

A portable operating system.

B.

File system redundancy.

C.

A container image registry.

D.

Automated rollouts and rollbacks.

Buy Now
Questions 7

What is the common standard for Service Meshes?

Options:

A.

Service Mesh Specification (SMS)

B.

Service Mesh Technology (SMT)

C.

Service Mesh Interface (SMI)

D.

Service Mesh Function (SMF)

Buy Now
Questions 8

Which command provides information about the field replicas within the spec resource of a deployment object?

Options:

A.

kubectl get deployment.spec.replicas

B.

kubectl explain deployment.spec.replicas

C.

kubectl describe deployment.spec.replicas

D.

kubectl explain deployment --spec.replicas

Buy Now
Questions 9

Which cloud native tool keeps Kubernetes clusters in sync with sources of configuration (like Git repositories), and automates updates to configuration when there is new code to deploy?

Options:

A.

Flux and ArgoCD

B.

GitOps Toolkit

C.

Linkerd and Istio

D.

Helm and Kustomize

Buy Now
Questions 10

What is a DaemonSet?

Options:

A.

It’s a type of workload that ensures a specific set of nodes run a copy of a Pod.

B.

It’s a type of workload responsible for maintaining a stable set of replica Pods running in any node.

C.

It’s a type of workload that needs to be run periodically on a given schedule.

D.

It’s a type of workload that provides guarantees about ordering, uniqueness, and identity of a set of Pods.

Buy Now
Questions 11

Which of the following options includes valid API versions?

Options:

A.

alpha1v1, beta3v3, v2

B.

alpha1, beta3, v2

C.

v1alpha1, v2beta3, v2

D.

v1alpha1, v2beta3, 2.0

Buy Now
Questions 12

What is the core functionality of GitOps tools like Argo CD and Flux?

Options:

A.

They track production changes made by a human in a Git repository and generate a human-readable audit trail.

B.

They replace human operations with an agent that tracks Git commands.

C.

They automatically create pull requests when dependencies are outdated.

D.

They continuously compare the desired state in Git with the actual production state and notify or act upon differences.

Buy Now
Questions 13

What is the main role of the Kubernetes DNS within a cluster?

Options:

A.

Acts as a DNS server for virtual machines that are running outside the cluster.

B.

Provides a DNS as a Service, allowing users to create zones and registries for domains that they own.

C.

Allows Pods running in dual stack to convert IPv6 calls into IPv4 calls.

D.

Provides consistent DNS names for Pods and Services for workloads that need to communicate with each other.

Buy Now
Questions 14

Which of the following is the name of a container orchestration software?

Options:

A.

OpenStack

B.

Docker

C.

Apache Mesos

D.

CRI-O

Buy Now
Questions 15

Which of the following sentences is true about namespaces in Kubernetes?

Options:

A.

You can create a namespace within another namespace in Kubernetes.

B.

You can create two resources of the same kind and name in a namespace.

C.

The default namespace exists when a new cluster is created.

D.

All the objects in the cluster are namespaced by default.

Buy Now
Questions 16

How can you monitor the progress for an updated Deployment/DaemonSets/StatefulSets?

Options:

A.

kubectl rollout watch

B.

kubectl rollout progress

C.

kubectl rollout state

D.

kubectl rollout status

Buy Now
Questions 17

Which control plane component is responsible for updating the node Ready condition if a node becomes unreachable?

Options:

A.

The kube-proxy

B.

The node controller

C.

The kubectl

D.

The kube-apiserver

Buy Now
Questions 18

Which of these components is part of the Kubernetes Control Plane?

Options:

A.

CoreDNS

B.

cloud-controller-manager

C.

kube-proxy

D.

kubelet

Buy Now
Questions 19

What are the characteristics for building every cloud-native application?

Options:

A.

Resiliency, Operability, Observability, Availability

B.

Resiliency, Containerd, Observability, Agility

C.

Kubernetes, Operability, Observability, Availability

D.

Resiliency, Agility, Operability, Observability

Buy Now
Questions 20

Ceph is a highly scalable distributed storage solution for block storage, object storage, and shared filesystems with years of production deployments. Which open-source cloud native storage orchestrator automates deployment and management of Ceph to provide self-managing, self-scaling, and self-healing storage services?

Options:

A.

CubeFS

B.

OpenEBS

C.

Rook

D.

MinIO

Buy Now
Questions 21

What are the two essential operations that the kube-scheduler normally performs?

Options:

A.

Pod eviction or starting

B.

Resource monitoring and reporting

C.

Filtering and scoring nodes

D.

Starting and terminating containers

Buy Now
Questions 22

A request for 500 mebibytes of ephemeral storage must be specified in a YAML file. How should this be written?

Options:

A.

500Mi

B.

500mi

C.

500m

D.

0.5M

Buy Now
Questions 23

What function does kube-proxy provide to a cluster?

Options:

A.

Implementing the Ingress resource type for application traffic.

B.

Forwarding data to the correct endpoints for Services.

C.

Managing data egress from the cluster nodes to the network.

D.

Managing access to the Kubernetes API.

Buy Now
Questions 24

What is ephemeral storage?

Options:

A.

Storage space that need not persist across restarts.

B.

Storage that may grow dynamically.

C.

Storage used by multiple consumers (e.g., multiple Pods).

D.

Storage that is always provisioned locally.

Buy Now
Questions 25

Which of the following is a good habit for cloud native cost efficiency?

Options:

A.

Follow an automated approach to cost optimization, including visibility and forecasting.

B.

Follow manual processes for cost analysis, including visibility and forecasting.

C.

Use only one cloud provider to simplify the cost analysis.

D.

Keep your legacy workloads unchanged, to avoid cloud costs.

Buy Now
Questions 26

How is application data maintained in containers?

Options:

A.

Store data into data folders.

B.

Store data in separate folders.

C.

Store data into sidecar containers.

D.

Store data into volumes.

Buy Now
Questions 27

Which mechanism allows extending the Kubernetes API?

Options:

A.

ConfigMap

B.

CustomResourceDefinition

C.

MutatingAdmissionWebhook mechanism

D.

Kustomize

Buy Now
Questions 28

Why do administrators need a container orchestration tool?

Options:

A.

To manage the lifecycle of an elevated number of containers.

B.

To assess the security risks of the container images used in production.

C.

To learn how to transform monolithic applications into microservices.

D.

Container orchestration tools such as Kubernetes are the future.

Buy Now
Questions 29

A Kubernetes _____ is an abstraction that defines a logical set of Pods and a policy by which to access them.

Options:

A.

Selector

B.

Controller

C.

Service

D.

Job

Buy Now
Questions 30

Which group of container runtimes provides additional sandboxed isolation and elevated security?

Options:

A.

rune, cgroups

B.

docker, containerd

C.

runsc, kata

D.

crun, cri-o

Buy Now
Questions 31

Which tools enable Kubernetes HorizontalPodAutoscalers to use custom, application-generated metrics to trigger scaling events?

Options:

A.

Prometheus and the prometheus-adapter.

B.

Graylog and graylog-autoscaler metrics.

C.

Graylog and the kubernetes-adapter.

D.

Grafana and Prometheus.

Buy Now
Questions 32

A Pod named my-app must be created to run a simple nginx container. Which kubectl command should be used?

Options:

A.

kubectl create nginx --name=my-app

B.

kubectl run my-app --image=nginx

C.

kubectl create my-app --image=nginx

D.

kubectl run nginx --name=my-app

Buy Now
Questions 33

What Linux namespace is shared by default by containers running within a Kubernetes Pod?

Options:

A.

Host Network

B.

Network

C.

Process ID

D.

Process Name

Buy Now
Questions 34

What feature must a CNI support to control specific traffic flows for workloads running in Kubernetes?

Options:

A.

Border Gateway Protocol

B.

IP Address Management

C.

Pod Security Policy

D.

Network Policies

Buy Now
Questions 35

In a cloud native environment, who is usually responsible for maintaining the workloads running across the different platforms?

Options:

A.

The cloud provider.

B.

The Site Reliability Engineering (SRE) team.

C.

The team of developers.

D.

The Support Engineering team (SE).

Buy Now
Questions 36

What is the default value for authorization-mode in Kubernetes API server?

Options:

A.

--authorization-mode=RBAC

B.

--authorization-mode=AlwaysAllow

C.

--authorization-mode=AlwaysDeny

D.

--authorization-mode=ABAC

Buy Now
Questions 37

What factors influence the Kubernetes scheduler when it places Pods on nodes?

Options:

A.

Pod memory requests, node taints, and Pod affinity.

B.

Pod labels, node labels, and request labels.

C.

Node taints, node level, and Pod priority.

D.

Pod priority, container command, and node labels.

Buy Now
Questions 38

In a cloud native environment, how do containerization and virtualization differ in terms of resource management?

Options:

A.

Containerization uses hypervisors to manage resources, while virtualization does not.

B.

Containerization shares the host OS, while virtualization runs a full OS for each instance.

C.

Containerization consumes more memory than virtualization by default.

D.

Containerization allocates resources per container, virtualization does not isolate them.

Buy Now
Questions 39

What is the API that exposes resource metrics from the metrics-server?

Options:

A.

custom.k8s.io

B.

resources.k8s.io

C.

metrics.k8s.io

D.

cadvisor.k8s.io

Buy Now
Questions 40

A Pod has been created, but when checked with kubectl get pods, the READY column shows 0/1. What Kubernetes feature causes this behavior?

Options:

A.

Node Selector

B.

Readiness Probes

C.

DNS Policy

D.

Security Contexts

Buy Now
Questions 41

Can a Kubernetes Service expose multiple ports?

Options:

A.

No, you can only expose one port per each Service.

B.

Yes, but you must specify an unambiguous name for each port.

C.

Yes, the only requirement is to use different port numbers.

D.

No, because the only port you can expose is port number 443.

Buy Now
Questions 42

What is CloudEvents?

Options:

A.

It is a specification for describing event data in common formats for Kubernetes network traffic management and cloud providers.

B.

It is a specification for describing event data in common formats in all cloud providers including major cloud providers.

C.

It is a specification for describing event data in common formats to provide interoperability across services, platforms and systems.

D.

It is a Kubernetes specification for describing events data in common formats for iCloud services, iOS platforms and iMac.

Buy Now
Questions 43

In a Kubernetes cluster, what is the primary role of the Kubernetes scheduler?

Options:

A.

To manage the lifecycle of the Pods by restarting them when they fail.

B.

To monitor the health of the nodes and Pods in the cluster.

C.

To handle network traffic between services within the cluster.

D.

To distribute Pods across nodes based on resource availability and constraints.

Buy Now
Questions 44

What is a Dockerfile?

Options:

A.

A bash script that is used to automatically build a docker image.

B.

A config file that defines which image registry a container should be pushed to.

C.

A text file that contains all the commands a user could call on the command line to assemble an image.

D.

An image layer created by a running container stored on the host.

Buy Now
Questions 45

During a team meeting, a developer mentions the significance of open collaboration in the cloud native ecosystem. Which statement accurately reflects principles of collaborative development and community stewardship?

Options:

A.

Open source projects succeed when contributors focus on code quality without the overhead of community engagement.

B.

Maintainers of open source projects act independently to make technical decisions without requiring input from contributors.

C.

Community stewardship emphasizes guiding project growth but does not necessarily include sustainability considerations.

D.

Community events and working groups foster collaboration by bringing people together to share knowledge and build connections.

Buy Now
Questions 46

What is the name of the Kubernetes resource used to expose an application?

Options:

A.

Port

B.

Service

C.

DNS

D.

Deployment

Buy Now
Questions 47

Which of the following is a definition of Hybrid Cloud?

Options:

A.

A combination of services running in public and private data centers, only including data centers from the same cloud provider.

B.

A cloud native architecture that uses services running in public clouds, excluding data centers in different availability zones.

C.

A cloud native architecture that uses services running in different public and private clouds, including on-premises data centers.

D.

A combination of services running in public and private data centers, excluding serverless functions.

Buy Now
Questions 48

Let’s assume that an organization needs to process large amounts of data in bursts, on a cloud-based Kubernetes cluster. For instance: each Monday morning, they need to run a batch of 1000 compute jobs of 1 hour each, and these jobs must be completed by Monday night. What’s going to be the most cost-effective method?

Options:

A.

Run a group of nodes with the exact required size to complete the batch on time, and use a combination of taints, tolerations, and nodeSelectors to reserve these nodes to the batch jobs.

B.

Leverage the Kubernetes Cluster Autoscaler to automatically start and stop nodes as they’re needed.

C.

Commit to a specific level of spending to get discounted prices (with e.g. “reserved instances” or similar mechanisms).

D.

Use PriorityClasses so that the weekly batch job gets priority over other workloads running on the cluster, and can be completed on time.

Buy Now
Questions 49

What helps an organization to deliver software more securely at a higher velocity?

Options:

A.

Kubernetes

B.

apt-get

C.

Docker Images

D.

CI/CD Pipeline

Buy Now
Questions 50

What does “Continuous Integration” mean?

Options:

A.

The continuous integration and testing of code changes from multiple sources manually.

B.

The continuous integration and testing of code changes from multiple sources via automation.

C.

The continuous integration of changes from one environment to another.

D.

The continuous integration of new tools to support developers in a project.

Buy Now
Questions 51

What are the 3 pillars of Observability?

Options:

A.

Metrics, Logs, and Traces

B.

Metrics, Logs, and Spans

C.

Metrics, Data, and Traces

D.

Resources, Logs, and Tracing

Buy Now
Questions 52

What is an ephemeral container?

Options:

A.

A specialized container that runs as root for infosec applications.

B.

A specialized container that runs temporarily in an existing Pod.

C.

A specialized container that extends and enhances the main container in a Pod.

D.

A specialized container that runs before the app container in a Pod.

Buy Now
Questions 53

Which component of the node is responsible to run workloads?

Options:

A.

The kubelet.

B.

The kube-proxy.

C.

The kube-apiserver.

D.

The container runtime.

Buy Now
Questions 54

What is the practice of bringing financial accountability to the variable spend model of cloud resources?

Options:

A.

FaaS

B.

DevOps

C.

CloudCost

D.

FinOps

Buy Now
Questions 55

Which of the following is a primary use case of Istio in a Kubernetes cluster?

Options:

A.

To manage and control the versions of container runtimes used on nodes between services.

B.

To provide secure built-in database management features for application workloads.

C.

To provision and manage persistent storage volumes for stateful applications.

D.

To provide service mesh capabilities such as traffic management, observability, and security between services.

Buy Now
Questions 56

Which statement about the Kubernetes network model is correct?

Options:

A.

Pods can only communicate with Pods exposed via a Service.

B.

Pods can communicate with all Pods without NAT.

C.

The Pod IP is only visible inside a Pod.

D.

The Service IP is used for the communication between Services.

Buy Now
Questions 57

What are the advantages of adopting a GitOps approach for your deployments?

Options:

A.

Reduce failed deployments, operational costs, and fragile release processes.

B.

Reduce failed deployments, configuration drift, and fragile release processes.

C.

Reduce failed deployments, operational costs, and learn git.

D.

Reduce failed deployments, configuration drift and improve your reputation.

Buy Now
Questions 58

What is the order of 4C’s in Cloud Native Security, starting with the layer that a user has the most control over?

Options:

A.

Cloud -> Container -> Cluster -> Code

B.

Container -> Cluster -> Code -> Cloud

C.

Cluster -> Container -> Code -> Cloud

D.

Code -> Container -> Cluster -> Cloud

Buy Now
Questions 59

Manual reclamation policy of a PV resource is known as:

Options:

A.

claimRef

B.

Delete

C.

Retain

D.

Recycle

Buy Now
Questions 60

Which two elements are shared between containers in the same pod?

Options:

A.

Network resources and liveness probes.

B.

Storage and container image registry.

C.

Storage and network resources.

D.

Network resources and Dockerfiles.

Buy Now
Questions 61

What is a Kubernetes Service Endpoint?

Options:

A.

It is the API endpoint of our Kubernetes cluster.

B.

It is a name of special Pod in kube-system namespace.

C.

It is an IP address that we can access from the Internet.

D.

It is an object that gets IP addresses of individual Pods assigned to it.

Buy Now
Questions 62

What service account does a Pod use in a given namespace when the service account is not specified?

Options:

A.

admin

B.

sysadmin

C.

root

D.

default

Buy Now
Questions 63

What’s the difference between a security profile and a security context?

Options:

A.

Security Contexts configure Clusters and Namespaces at runtime. Security profiles are control plane mechanisms to enforce specific settings in the Security Context.

B.

Security Contexts configure Pods and Containers at runtime. Security profiles are control plane mechanisms to enforce specific settings in the Security Context.

C.

Security Profiles configure Pods and Containers at runtime. Security Contexts are control plane mechanisms to enforce specific settings in the Security Profile.

D.

Security Profiles configure Clusters and Namespaces at runtime. Security Contexts are control plane mechanisms to enforce specific settings in the Security Profile.

Buy Now
Questions 64

What are the two steps performed by the kube-scheduler to select a node to schedule a pod?

Options:

A.

Grouping and placing

B.

Filtering and selecting

C.

Filtering and scoring

D.

Scoring and creating

Buy Now
Questions 65

Which statement best describes the role of kubelet on a Kubernetes worker node?

Options:

A.

kubelet manages the container runtime and ensures that all Pods scheduled to the node are running as expected.

B.

kubelet configures networking rules on each node to handle traffic routing for Services in the cluster.

C.

kubelet monitors cluster-wide resource usage and assigns Pods to the most suitable nodes for execution.

D.

kubelet acts as the primary API component that stores and manages cluster state information.

Buy Now
Questions 66

What does vertical scaling an application deployment describe best?

Options:

A.

Adding/removing applications to meet demand.

B.

Adding/removing node instances to the cluster to meet demand.

C.

Adding/removing resources to applications to meet demand.

D.

Adding/removing application instances of the same application to meet demand.

Buy Now
Questions 67

What is an important consideration when choosing a base image for a container in a Kubernetes deployment?

Options:

A.

It should be minimal and purpose-built for the application to reduce attack surface and improve performance.

B.

It should always be the latest version to ensure access to the newest features.

C.

It should be the largest available image to ensure all dependencies are included.

D.

It can be any existing image from the public repository without consideration of its contents.

Buy Now
Questions 68

What Kubernetes control plane component exposes the programmatic interface used to create, manage and interact with the Kubernetes objects?

Options:

A.

kube-controller-manager

B.

kube-proxy

C.

kube-apiserver

D.

etcd

Buy Now
Questions 69

What does “continuous” mean in the context of CI/CD?

Options:

A.

Frequent releases, manual processes, repeatable, fast processing

B.

Periodic releases, manual processes, repeatable, automated processing

C.

Frequent releases, automated processes, repeatable, fast processing

D.

Periodic releases, automated processes, repeatable, automated processing

Buy Now
Questions 70

Which of the following is a recommended security habit in Kubernetes?

Options:

A.

Run the containers as the user with group ID 0 (root) and any user ID.

B.

Disallow privilege escalation from within a container as the default option.

C.

Run the containers as the user with user ID 0 (root) and any group ID.

D.

Allow privilege escalation from within a container as the default option.

Buy Now
Questions 71

In CNCF, who develops specifications for industry standards around container formats and runtimes?

Options:

A.

Open Container Initiative (OCI)

B.

Linux Foundation Certification Group (LFCG)

C.

Container Network Interface (CNI)

D.

Container Runtime Interface (CRI)

Buy Now
Exam Code: KCNA
Exam Name: Kubernetes and Cloud Native Associate
Last Update: Mar 11, 2026
Questions: 239
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now KCNA