Weekend 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 is an industry-standard container runtime with an “emphasis” on simplicity, robustness, and portability?

Options:
A.

CRI-O

B.

LXD

C.

containerd

D.

kata-runtime

Linux Foundation KCNA Premium Access
Questions 22

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.

Questions 23

Which Kubernetes-native deployment strategy supports zero-downtime updates of a workload?

Options:
A.

Canary

B.

Recreate

C.

BlueGreen

D.

RollingUpdate

Questions 24

What do Deployments and StatefulSets have in common?

Options:
A.

They manage Pods that are based on an identical container spec.

B.

They support the OnDelete update strategy.

C.

They support an ordered, graceful deployment and scaling.

D.

They maintain a sticky identity for each of their Pods.

Questions 25

How do you perform a command in a running container of a Pod?

Options:
A.

kubectl exec --

B.

docker exec

C.

kubectl run --

D.

kubectl attach -i

Questions 26

What is the name of the lightweight Kubernetes distribution built for IoT and edge computing?

Options:
A.

OpenShift

B.

k3s

C.

RKE

D.

k1s

Questions 27

Which tool is used to streamline installing and managing Kubernetes applications?

Options:
A.

apt

B.

helm

C.

service

D.

brew

Questions 28

What is the purpose of the kubelet component within a Kubernetes cluster?

Options:
A.

A dashboard for Kubernetes clusters that allows management and troubleshooting of applications.

B.

A network proxy that runs on each node in your cluster, implementing part of the Kubernetes Service concept.

C.

A component that watches for newly created Pods with no assigned node, and selects a node for them to run on.

D.

An agent that runs on each node in the cluster. It makes sure that containers are running in a Pod.

Questions 29

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.

Questions 30

Which item is a Kubernetes node component?

Options:
A.

kube-scheduler

B.

kubectl

C.

kube-proxy

D.

etcd