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

Questions 1

What framework does Kubernetes use to authenticate users with JSON Web Tokens?

Options:
A.

OpenID Connect

B.

OpenID Container

C.

OpenID Cluster

D.

OpenID CNCF

Linux Foundation KCNA Premium Access
Questions 2

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

Questions 3

What is the main purpose of a DaemonSet?

Options:
A.

A DaemonSet ensures that all (or certain) nodes run a copy of a Pod.

B.

A DaemonSet ensures that the kubelet is constantly up and running.

C.

A DaemonSet ensures that there are as many pods running as specified in the replicas field.

D.

A DaemonSet ensures that a process (agent) runs on every node.

Questions 4

Which of the following is a valid PromQL query?

Options:
A.

SELECT * from http_requests_total WHERE job=apiserver

B.

http_requests_total WHERE (job="apiserver")

C.

SELECT * from http_requests_total

D.

http_requests_total(job="apiserver")

Questions 5

Which of the following cloud native proxies is used for ingress/egress in a service mesh and can also serve as an application gateway?

Options:
A.

Frontend proxy

B.

Kube-proxy

C.

Envoy proxy

D.

Reverse proxy

Questions 6

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

Questions 7

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

Questions 8

What is the reference implementation of the OCI runtime specification?

Options:
A.

lxc

B.

CRI-O

C.

runc

D.

Docker

Questions 9

Why is Cloud-Native Architecture important?

Options:
A.

Cloud Native Architecture revolves around containers, microservices and pipelines.

B.

Cloud Native Architecture removes constraints to rapid innovation.

C.

Cloud Native Architecture is modern for application deployment and pipelines.

D.

Cloud Native Architecture is a bleeding edge technology and service.

Questions 10

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.