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

Questions 41

What is the purpose of the kube-proxy?

Options:
A.

The kube-proxy balances network requests to Pods.

B.

The kube-proxy maintains network rules on nodes.

C.

The kube-proxy ensures the cluster connectivity with the internet.

D.

The kube-proxy maintains the DNS rules of the cluster.

Linux Foundation KCNA Premium Access
Questions 42

Scenario: You have a Kubernetes cluster hosted in a public cloud provider. When trying to create a Service of type LoadBalancer, the external-ip is stuck in the "Pending" state. Which Kubernetes component is failing in this scenario?

Options:
A.

Cloud Controller Manager

B.

Load Balancer Manager

C.

Cloud Architecture Manager

D.

Cloud Load Balancer Manager

Questions 43

What is the main purpose of the Open Container Initiative (OCI)?

Options:
A.

Accelerating the adoption of containers and Kubernetes in the industry.

B.

Creating open industry standards around container formats and runtimes.

C.

Creating industry standards around container formats and runtimes for private purposes.

D.

Improving the security of standards around container formats and runtimes.

Questions 44

Which of the following is a lightweight tool that manages traffic flows between services, enforces access policies, and aggregates telemetry data, all without requiring changes to application code?

Options:
A.

NetworkPolicy

B.

Linkerd

C.

kube-proxy

D.

Nginx

Questions 45

When a Kubernetes Secret is created, how is the data stored by default in etcd?

Options:
A.

As Base64-encoded strings that provide simple encoding but no actual encryption.

B.

As plain text values that are directly stored without any obfuscation or additional encoding.

C.

As compressed binary objects that are optimized for space but not secured against access.

D.

As encrypted records automatically protected using the Kubernetes control plane master key.

Questions 46

Which tools enable Kubernetes HorizontalPodAutoscalers to use custom, application-generated metrics to trigger scaling events?

Options:
A.

Prometheus and the prometheus-adapter.

B.

Graylog and graylog-autoscaler metrics.

C.

Graylog and the kubernetes-adapter.

D.

Grafana and Prometheus.

Questions 47

What is the core functionality of GitOps tools like Argo CD and Flux?

Options:
A.

They track production changes made by a human in a Git repository and generate a human-readable audit trail.

B.

They replace human operations with an agent that tracks Git commands.

C.

They automatically create pull requests when dependencies are outdated.

D.

They continuously compare the desired state in Git with the actual production state and notify or act upon differences.

Questions 48

Which of the following characteristics is associated with container orchestration?

Options:
A.

Application message distribution

B.

Dynamic scheduling

C.

Deploying application JAR files

D.

Virtual machine distribution

Questions 49

In Kubernetes, if the API version of feature is v2beta3, it means that:

Options:
A.

The version will remain available for all future releases within a Kubernetes major version.

B.

The API may change in incompatible ways in a later software release without notice.

C.

The software is well tested. Enabling a feature is considered safe.

D.

The software may contain bugs. Enabling a feature may expose bugs.

Questions 50

What does “continuous” mean in the context of CI/CD?

Options:
A.

Frequent releases, manual processes, repeatable, fast processing

B.

Periodic releases, manual processes, repeatable, automated processing

C.

Frequent releases, automated processes, repeatable, fast processing

D.

Periodic releases, automated processes, repeatable, automated processing