Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

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

Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions
Questions # 41:

What is the Kubernetes object used for running a recurring workload?

Options:

A.

Job


B.

Batch


C.

DaemonSet


D.

CronJob


Expert Solution
Questions # 42:

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


Expert Solution
Questions # 43:

What is the correct hierarchy of Kubernetes components?

Options:

A.

Containers → Pods → Cluster → Nodes


B.

Nodes → Cluster → Containers → Pods


C.

Cluster → Nodes → Pods → Containers


D.

Pods → Cluster → Containers → Nodes


Expert Solution
Questions # 44:

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


Expert Solution
Questions # 45:

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")


Expert Solution
Questions # 46:

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.


Expert Solution
Questions # 47:

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.


Expert Solution
Questions # 48:

What's the most adopted way of conflict resolution and decision-making for the open-source projects under the CNCF umbrella?

Options:

A.

Financial Analysis


B.

Discussion and Voting


C.

Flipism Technique


D.

Project Founder Say


Expert Solution
Questions # 49:

What Kubernetes component handles network communications inside and outside of a cluster, using operating system packet filtering if available?

Options:

A.

kube-proxy


B.

kubelet


C.

etcd


D.

kube-controller-manager


Expert Solution
Questions # 50:

What is the difference between a Deployment and a ReplicaSet?

Options:

A.

With a Deployment, you can’t control the number of pod replicas.


B.

A ReplicaSet does not guarantee a stable set of replica pods running.


C.

A Deployment is basically the same as a ReplicaSet with annotations.


D.

A Deployment is a higher-level concept that manages ReplicaSets.


Expert Solution
Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions