Spring Sale Limited Time 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = simple75

Pass the Linux Foundation Kubernetes and Cloud Native KCNA Questions and answers with Dumpstech

Exam KCNA Premium Access

View all detail and faqs for the KCNA exam

Practice at least 50% of the questions to maximize your chances of passing.
Viewing page 4 out of 8 pages
Viewing questions 31-40 out of questions
Questions # 31:

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 # 32:

Which of the following scenarios would benefit the most from a service mesh architecture?

Options:

A.

A few applications with hundreds of Pod replicas running in multiple clusters, each one providing multiple services.

B.

Thousands of distributed applications running in a single cluster, each one providing multiple services.

C.

Tens of distributed applications running in multiple clusters, each one providing multiple services.

D.

Thousands of distributed applications running in multiple clusters, each one providing multiple services.

Questions # 33:

How many hosts are required to set up a highly available Kubernetes cluster when using an external etcd topology?

Options:

A.

Four hosts. Two for control plane nodes and two for etcd nodes.

B.

Four hosts. One for a control plane node and three for etcd nodes.

C.

Three hosts. The control plane nodes and etcd nodes share the same host.

D.

Six hosts. Three for control plane nodes and three for etcd nodes.

Questions # 34:

Which of the following will view the snapshot of previously terminated ruby container logs from Pod web-1?

Options:

A.

kubectl logs -p -c ruby web-1

B.

kubectl logs -c ruby web-1

C.

kubectl logs -p ruby web-1

D.

kubectl logs -p -c web-1 ruby

Questions # 35:

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.

Questions # 36:

Which key-value store is used to persist Kubernetes cluster data?

Options:

A.

etcd

B.

ZooKeeper

C.

ControlPlaneStore

D.

Redis

Questions # 37:

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

Questions # 38:

What is the minimum number of etcd members that are required for a highly available Kubernetes cluster?

Options:

A.

Two etcd members.

B.

Five etcd members.

C.

Six etcd members.

D.

Three etcd members.

Questions # 39:

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

Questions # 40:

How to create a headless Service?

Options:

A.

By specifying .spec.clusterIP: headless

B.

By specifying .spec.clusterIP: None

C.

By specifying .spec.clusterIP: 0.0.0.0

D.

By specifying .spec.clusterIP: localhost

Viewing page 4 out of 8 pages
Viewing questions 31-40 out of questions