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

Questions 61

Which of these is a valid container restart policy?

Options:
A.

On login

B.

On update

C.

On start

D.

On failure

Linux Foundation KCNA Premium Access
Questions 62

Which command lists the running containers in the current Kubernetes namespace?

Options:
A.

kubectl get pods

B.

kubectl ls

C.

kubectl ps

D.

kubectl show pods

Questions 63

In Kubernetes, which command is the most efficient way to check the progress of a Deployment rollout and confirm if it has completed successfully?

Options:
A.

kubectl get deployments --show-labels -o wide

B.

kubectl describe deployment my-deployment --namespace=default

C.

kubectl logs deployment/my-deployment --all-containers=true

D.

kubectl rollout status deployment/my-deployment

Questions 64

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 65

What is Serverless computing?

Options:
A.

A computing method of providing backend services on an as-used basis.

B.

A computing method of providing services for AI and ML operating systems.

C.

A computing method of providing services for quantum computing operating systems.

D.

A computing method of providing services for cloud computing operating systems.

Questions 66

What methods can you use to scale a Deployment?

Options:
A.

With kubectl edit deployment exclusively.

B.

With kubectl scale-up deployment exclusively.

C.

With kubectl scale deployment and kubectl edit deployment.

D.

With kubectl scale deployment exclusively.

Questions 67

What is the practice of bringing financial accountability to the variable spend model of cloud resources?

Options:
A.

FaaS

B.

DevOps

C.

CloudCost

D.

FinOps

Questions 68

What is a Service?

Options:
A.

A static network mapping from a Pod to a port.

B.

A way to expose an application running on a set of Pods.

C.

The network configuration for a group of Pods.

D.

An NGINX load balancer that gets deployed for an application.

Questions 69

Which of the following is a responsibility of the governance board of an open source project?

Options:
A.

Decide about the marketing strategy of the project.

B.

Review the pull requests in the main branch.

C.

Outline the project's “terms of engagement”.

D.

Define the license to be used in the project.

Questions 70

Which statement about Secrets is correct?

Options:
A.

A Secret is part of a Pod specification.

B.

Secret data is encrypted with the cluster private key by default.

C.

Secret data is base64 encoded and stored unencrypted by default.

D.

A Secret can only be used for confidential data.