Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Linux Foundation KCNA - Kubernetes and Cloud Native Associate

Page: 2 / 8
Total 239 questions

What is the common standard for Service Meshes?

A.

Service Mesh Specification (SMS)

B.

Service Mesh Technology (SMT)

C.

Service Mesh Interface (SMI)

D.

Service Mesh Function (SMF)

Why is Cloud-Native Architecture important?

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.

How many different Kubernetes service types can you define?

A.

2

B.

3

C.

4

D.

5

Which of the following is a primary use case of Istio in a Kubernetes cluster?

A.

To manage and control the versions of container runtimes used on nodes between services.

B.

To provide secure built-in database management features for application workloads.

C.

To provision and manage persistent storage volumes for stateful applications.

D.

To provide service mesh capabilities such as traffic management, observability, and security between services.

What does CNCF stand for?

A.

Cloud Native Community Foundation

B.

Cloud Native Computing Foundation

C.

Cloud Neutral Computing Foundation

D.

Cloud Neutral Community Foundation

What is the purpose of the CRI?

A.

To provide runtime integration control when multiple runtimes are used.

B.

Support container replication and scaling on nodes.

C.

Provide an interface allowing Kubernetes to support pluggable container runtimes.

D.

Allow the definition of dynamic resource criteria across containers.

Which of the following statements is correct concerning Open Policy Agent (OPA)?

A.

The policies must be written in Python language.

B.

Kubernetes can use it to validate requests and apply policies.

C.

Policies can only be tested when published.

D.

It cannot be used outside Kubernetes.

Which of the following is a feature Kubernetes provides by default as a container orchestration tool?

A.

A portable operating system.

B.

File system redundancy.

C.

A container image registry.

D.

Automated rollouts and rollbacks.

Which of these commands is used to retrieve the documentation and field definitions for a Kubernetes resource?

A.

kubectl explain

B.

kubectl api-resources

C.

kubectl get --help

D.

kubectl show

A Kubernetes Pod is returning a CrashLoopBackOff status. What is the most likely reason for this behavior?

A.

There are insufficient resources allocated for the Pod.

B.

The application inside the container crashed after starting.

C.

The container’s image is missing or cannot be pulled.

D.

The Pod is unable to communicate with the Kubernetes API server.