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

Free Linux Foundation KCNA Practice Exam with Questions & Answers | Set: 3

Questions 21

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

Linux Foundation KCNA Premium Access
Questions 22

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.

Questions 23

What is the role of the ingressClassName field in a Kubernetes Ingress resource?

Options:
A.

It defines the type of protocol (HTTP or HTTPS) that the Ingress Controller should process.

B.

It specifies the backend Service used by the Ingress Controller to route external requests.

C.

It determines how routing rules are prioritized when multiple Ingress objects are applied.

D.

It indicates which Ingress Controller should implement the rules defined in the Ingress resource.

Questions 24

In Kubernetes, what is the primary function of a RoleBinding?

Options:
A.

To provide a user or group with permissions across all resources at the cluster level.

B.

To assign the permissions of a Role to a user, group, or service account within a namespace.

C.

To enforce namespace network rules by binding policies to Pods running in the namespace.

D.

To create and define a new Role object that contains a specific set of permissions.

Questions 25

Kubernetes Secrets are specifically intended to hold confidential data. Which API object should be used to hold non-confidential data?

Options:
A.

CNI

B.

CSI

C.

ConfigMaps

D.

RBAC

Questions 26

What is the default eviction timeout when the Ready condition of a node is Unknown or False?

Options:
A.

Thirty seconds.

B.

Thirty minutes.

C.

One minute.

D.

Five minutes.

Questions 27

Which option represents best practices when building container images?

Options:
A.

Use multi-stage builds, use the latest tag for image version, and only install necessary packages.

B.

Use multi-stage builds, pin the base image version to a specific digest, and install extra packages just in case.

C.

Use multi-stage builds, pin the base image version to a specific digest, and only install necessary packages.

D.

Avoid multi-stage builds, use the latest tag for image version, and install extra packages just in case.

Questions 28

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

Questions 29

Which Kubernetes Service type exposes a service only within the cluster?

Options:
A.

ClusterIP

B.

NodePort

C.

LoadBalancer

D.

ExternalName

Questions 30

In Kubernetes, what is the primary responsibility of the kubelet running on each worker node?

Options:
A.

To allocate persistent storage volumes and manage distributed data replication for Pods.

B.

To manage cluster state information and handle all scheduling decisions for workloads.

C.

To ensure that containers defined in Pod specifications are running and remain healthy on the node.

D.

To provide internal DNS resolution and route service traffic between Pods and nodes.