KCNA EXAM 1

1 / 10

You are monitoring a Kubernetes cluster using Prometheus. You notice a sudden spike in the number of requests to a specific pod, followed by a corresponding increase in pod CPU utilization. Which Prometheus query can you use to identify the specific endpoint being heavily accessed?

2 / 10

Your organization is adopting a cloud-native approach and plans to migrate several legacy applications to Kubernetes. Which role would be primarily responsible for designing and implementing the overall Kubernetes infrastructure, including resource allocation, networking, and security policies?

3 / 10

You are developing a serverless application using Azure Functions that processes real-time streaming data. How would you ensure reliable and efficient data ingestion from a Kafka topic to your Azure Functions?

4 / 10

You need to deploy a Pod that requires access to a specific GPU device.
How can you ensure that the Pod is scheduled on a node with the required GPU?

5 / 10

Which of the following is NOT a valid Kubernetes resource type?

6 / 10

You have a Kubernetes cluster with three worker nodes:

  • Node1 has the label role: web
  • Node2 has the label role: database
  • Node3 has no labels

You create a Pod with the following nodeSelector:

nodeSelector:
  role: web

Which node(s) is/are eligible for the Pod to be scheduled on?

7 / 10

You are deploying a web application that requires a specific version of Node.js.
How would you ensure that the correct Node.js version is installed on all nodes in your Kubernetes cluster?

8 / 10

Your application requires a highly available database service. You decide to deploy three instances of the database within Kubernetes.
Which Kubernetes feature can you use to ensure that all three instances are properly configured and managed as a single unit?

9 / 10

You are running a production-critical application on Kubernetes. You need to ensure that if a Pod fails, a new Pod is automatically created to replace it.
Which Kubernetes feature accomplishes this automatic pod replacement?

10 / 10

You are building a web application that needs to serve traffic through a load balancer.
Which Kubernetes resource should you use to expose the application service externally?

Your score is

The average score is 0%

0%