Linux Foundation KCNA - Kubernetes and Cloud Native Associate Exam

Question #6 (Topic: Exam A)
Let's assume that an organization needs to process large amounts of data in bursts, on a cloud-based Kubernetes cluster. For instance: each Monday morning, they need to run a batch of 1000 compute jobs of 1 hour each, and these jobs must be completed by Monday night. What's going to be the most cost-effective method?
A. Run a group of nodes with the exact required size to complete the batch on time, and use a combination of taints, tolerations, and nodeSelectors to reserve these nodes to the batch jobs. B. Leverage the Kubernetes Cluster Autoscaler to automatically start and stop nodes as they're needed. C. Commit to a specific level of spending to get discounted prices (with e.g. “reserved instances” or similar mechanisms). D. Use PriorityСlasses so that the weekly batch job gets priority over other workloads running on the cluster, and can be completed on time.
Answer: B
Question #7 (Topic: Exam A)
What is a Kubernetes service with no cluster IP address called?
A. Headless Service B. Nodeless Service C. IPLess Service D. Specless Service
Answer: A
Question #8 (Topic: Exam A)
CI/CD stands for:
A. Continuous Information / Continuous Development B. Continuous Integration / Continuous Development C. Cloud Integration / Cloud Development D. Continuous Integration / Continuous Deployment
Answer: D
Question #9 (Topic: Exam A)
What default level of protection is applied to the data in Secrets in the Kubernetes API?
A. The values use AES Symmetric Encryption B. The values are stored in plain text C. The values are encoded with SHA256 hashes D. The values are base64 encoded
Answer: D
Question #10 (Topic: Exam A)
What function does kube-proxy provide to a cluster?
A. Implementing the Ingress resource type for application traffic. B. Forwarding data to the correct endpoints for Services. C. Managing data egress from the cluster nodes to the network. D. Managing access to the Kubernetes API.
Answer: B
Download Exam
Page: 2 / 40
Total 199 questions