KCNA Exam Questions
215 real KCNA exam questions with expert-verified answers and explanations. Page 3 of 5.
- Question #104Cloud Native Application Delivery
Which tool is used to streamline installing and managing Kubernetes applications?
KubernetesHelmpackage managerapplication deployment - Question #105Kubernetes Fundamentals
What are the two steps performed by the kube-scheduler to select a node to schedule a pod?
kube-schedulerpod schedulingnode selection processfiltering and scoring - Question #106Cloud Native Observability
To visualize data from Prometheus you can use expression browser or console templates. What is the other data visualization tool commonly used together with Prometheus?
PrometheusData VisualizationGrafanaMonitoring Tools - Question #107Kubernetes Fundamentals
Which item is a Kubernetes node component?
Kubernetes ArchitectureNode Componentskube-proxyCore Components - Question #108Cloud Native Architecture
In a serverless computing architecture:
Serverless computingFaaSCloud billingPay-per-use - Question #109Kubernetes Fundamentals
How is application data maintained in containers?
ContainersData PersistenceVolumesStorage - Question #110Cloud Native Architecture
Which of the following scenarios would benefit the most from a service mesh architecture?
Service MeshMicroservicesDistributed SystemsCloud Native Architecture - Question #111Kubernetes Fundamentals
Kubernetes___ protect you against voluntary interruptions (such as deleting Pods, draining nodes) to run applications in a highly available manner.
Pod Disruption Budgets (PDBs)High AvailabilityApplication ResilienceVoluntary Disruptions - Question #112Kubernetes Fundamentals
What sentence is true about CronJobs in Kubernetes?
CronJobsKubernetes JobsScheduled TasksWorkloads - Question #113Kubernetes Fundamentals
What is the purpose of the kube-proxy?
kube-proxyKubernetes networkingServicesNode components - Question #114Kubernetes Fundamentals
Manual reclamation policy of a PVC resource is known as:
PVCPersistent VolumesReclamation PolicyStorage Management - Question #115Kubernetes Fundamentals
Which component of the Kubernetes architecture is responsible for integration with the CRI container runtime?
Kubernetes architectureKubeletCRIContainer runtime - Question #116Cloud Native Observability
Which one of the following is an open source runtime security tool?
Runtime SecurityFalcoCloud Native SecurityContainer Security - Question #117Cloud Native Application Delivery
What are the advantages of adopting a GitOps approach for your deployments?
GitOpsDeployment strategiesConfiguration driftRelease processes - Question #118Kubernetes Fundamentals
Which command lists the running containers in the current Kubernetes namespace?
kubectl commandsPodsListing resourcesKubernetes basics - Question #119Cloud Native Architecture
Which of the following is a good habit for cloud native cost efficiency?
Cloud Native Cost EfficiencyCost OptimizationAutomationFinOps - Question #120Kubernetes Fundamentals
Which of these is a valid container restart policy?
Container restart policiesContainer lifecycleKubernetes PodsPod lifecycle - Question #121Cloud Native Architecture
Which of the following is a challenge derived from running cloud native applications?
Cloud Native ChallengesMulti-cloudCost OptimizationOperational Complexity - Question #122Kubernetes Fundamentals
What is the correct hierarchy of Kubernetes components?
Kubernetes architectureKubernetes componentsPodsContainers - Question #123Kubernetes Fundamentals
Which statement about Secrets is correct?
Kubernetes SecretsData EncodingSecurity FundamentalsResource Management - Question #124Kubernetes Fundamentals
Which mechanism allows extending the Kubernetes API?
Kubernetes APICustomResourceDefinition (CRD)API ExtensionCustom Resources - Question #125Cloud Native Observability
Which of the following observability data streams would be most useful when desiring to plot resource consumption and predicted future resource exhaustion?
ObservabilityMetricsResource MonitoringData Streams - Question #126Kubernetes Fundamentals
What can be used to create a job that will run at specified times/dates or on a repeating schedule?
CronJobScheduled tasksKubernetes workloadsJob scheduling - Question #127Kubernetes Fundamentals
If kubectl is failing to retrieve information from the cluster, where can you find pod logs to troubleshoot?
Pod LogsTroubleshootingNode filesystemKubernetes logging - Question #128Kubernetes Fundamentals
Which component in Kubernetes is responsible to watch newly created Pods with no assigned node, and selects a node for them to run on?
Kubernetes Componentskube-schedulerPod SchedulingControl Plane - Question #129Kubernetes Fundamentals
Which control plane component is responsible for updating the node Ready condition
Node ManagementControl Plane ComponentsNode Ready ConditionKubernetes Architecture - Question #130Cloud Native Application Delivery
Which GitOps engine can be used to orchestrate parallel jobs on Kubernetes?
GitOpsWorkflow EngineKubernetes JobsArgo Workflows - Question #131Cloud Native Architecture
What is the main purpose of the Open Container Initiative (OCI)?
OCIContainer standardsContainer formatsContainer runtimes - Question #132Cloud Native Architecture
Which are the core features provided by a service mesh?
Service MeshSecurityAuthenticationAuthorization - Question #133Kubernetes Fundamentals
Which of the following options include only mandatory fields to create a Kubernetes object using a YAML file?
Kubernetes objectsYAML structureAPI fieldsMandatory fields - Question #134Container Orchestration
Which of the following is the name of a container orchestration software?
Container orchestrationApache MesosContainer technologies - Question #135Kubernetes Fundamentals
What happens with a regular pod running in Kubernetes when a node fails?
Pod lifecycleNode failureSchedulingSelf-healing - Question #136Kubernetes Fundamentals
What is the minimum of etcd members that are required for a highly available Kubernetes cluster?
etcdHigh AvailabilityKubernetes ArchitectureControl Plane - Question #137Kubernetes Fundamentals
What is the main purpose of the Ingress in Kubernetes?
Kubernetes IngressNetworkingHTTP/HTTPSService Access - Question #138Kubernetes Fundamentals
How can you extend the Kubernetes API?
Kubernetes API ExtensionCustomResourceDefinitionCRDAggregation Layer - Question #139Kubernetes Fundamentals
What is an ephemeral container?
Ephemeral ContainersKubernetes PodsDebuggingTroubleshooting - Question #140Cloud Native Architecture
In a cloud native environment, who is usually responsible for maintaining the workloads running across the different platforms?
Cloud Native RolesSREWorkload ManagementOperational Responsibility - Question #141Kubernetes Fundamentals
Which Kubernetes-native deployment strategy supports zero-downtime updates of a workload?
Kubernetes DeploymentsDeployment StrategiesRolling UpdateZero-downtime - Question #142Kubernetes Fundamentals
What service account does a Pod use in a given namespace when the service account is not specified?
PodsService AccountsNamespacesDefault behavior - Question #143Cloud Native Architecture
What is a cloud native application?
Cloud Native DefinitionScalabilityCloud ServicesApplication Design - Question #144Cloud Native Architecture
What's the most adopted way of conflict resolution and decision-making for the open-source projects under the CNCF umbrella?
CNCF GovernanceOpen Source CommunityDecision Making - Question #145Kubernetes Fundamentals
Which of the following options include resources cleaned by the Kubernetes garbage collection mechanism?
Kubernetes Garbage CollectionResource LifecycleOwner ReferencesJob Management - Question #146Container Orchestration
What is the default eviction timeout when the Ready condition of a node is Unknown or False?
Node EvictionNode StatusKubernetes Configuration - Question #147Container Orchestration
What is the main purpose of a DaemonSet?
DaemonSetKubernetes WorkloadsPod Scheduling - Question #148Container Orchestration
Why do administrators need a container orchestration tool?
Container orchestrationContainer lifecycle managementDistributed systemsScalability - Question #149Kubernetes Fundamentals
Which two elements are shared between containers in the same pod?
Kubernetes PodsContainer SharingNetwork NamespaceVolumes - Question #150Kubernetes Fundamentals
In Kubernetes, if the API version of feature is v2beta3, it means that:
Kubernetes APIAPI VersioningBeta APIsAPI Maturity - Question #151Cloud Native Observability
What is the API that exposes resource metrics from the metrics-server?
metrics-serverKubernetes APIResource MonitoringObservability - Question #152Kubernetes Fundamentals
Which of the following resources helps in managing a stateless application workload on a Kubernetes cluster?
Kubernetes DeploymentStateless workloadsKubernetes resourcesWorkload management - Question #153Kubernetes Fundamentals
Which mechanism can be used to automatically adjust the amount of resources for an application?
KubernetesAutoscalingHorizontal Pod AutoscalerResource Management