Sample questions
Kubernetes and Cloud Native Associate KCNA practice questions
A cloud-native application experiences intermittent failures when calling an external API. The team implements a pattern that allows the application to temporarily stop calling the…
Drag and drop the steps to troubleshoot a Pod stuck in CrashLoopBackOff into the correct order.
Which TWO of the following are characteristics of immutable infrastructure? (Select two.)
A developer wants to deploy a stateless web application that should scale to 5 replicas. Each replica must be identical and should be automatically replaced if it fails. Which Kube…
Drag and drop the steps to create a Kubernetes Namespace and deploy an application into it into the correct order.
Which TWO of the following are valid ways to assign a pod to a specific node?
What is the primary role of the OpenTelemetry Collector?
Which two of the following are true about ConfigMaps? (Select TWO.)
Which TWO of the following are key characteristics of cloud-native applications? (Select two.)
In serverless computing, what is the primary characteristic of Function-as-a-Service (FaaS)?
Which TWO of the following are CNCF graduated projects? (Select 2)
Which command would you use to apply a manifest file 'deployment.yaml' to a Kubernetes cluster?
Which of the following is a key principle of the 12-factor app methodology related to managing configuration?
In a service mesh architecture, which component is responsible for intercepting and managing traffic between microservices?
Which GitOps tool is a CNCF graduated project that synchronizes Kubernetes clusters with a Git repository?
A pod is in CrashLoopBackOff state. 'kubectl logs pod' shows 'Error: cannot connect to database at db-service:5432'. The database Service exists and is reachable from other pods. W…
What is the primary purpose of the CNCF (Cloud Native Computing Foundation)?
Which component in an event-driven architecture is responsible for decoupling event producers from consumers?
Which THREE of the following are true about the Open Container Initiative (OCI)? (Choose 3)
Which TWO statements about container images are correct? (Choose two.)
In the context of the 12-factor app methodology, which factor requires that an app's configuration be stored in environment variables?
What is the primary purpose of the CNCF (Cloud Native Computing Foundation)?
What is the primary purpose of a service mesh in a cloud-native architecture?