Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

KCNA PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

KCNA PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Kubernetes and Cloud Native Associate (KCNA)
  • Last Update: Apr 24, 2024
  • Questions and Answers: 126
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

KCNA Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

KCNA Practice Exam Questions with Answers Kubernetes and Cloud Native Associate (KCNA) Certification

Question # 6

What are cluster-wide objects

A.

Service and Pods

B.

Volumes and Nodes

C.

ConfigMaps and Secrets

Full Access
Question # 7

What makes cloud native technology so important?

A.

It makes data centric

B.

It strengthens team

C.

It removes roadblocks to innovation

D.

It helps gather software requirements

E.

It makes operational centric

Full Access
Question # 8

Which project in this list is a leading project in the observability space?

A.

Jaeger

B.

Vitess

C.

Argo

D.

Kubernetes

Full Access
Question # 9

Which of the following is an advantage a cloud-native microservices application has over monolithic applications?

A.

Cloud-native microservices applications tend to be faster and more responsive than monolithic applications.

B.

Cloud-native microservice applications tend to be easier to troubleshoot.

C.

Cloud-native microservice applications tend to be easier to scale and perform updates on.

Full Access
Question # 10

In Kubernetes, what is considered the primary cluster data source?

A.

etcd (pronounce: esty-d)

B.

api server

C.

kubelet

D.

scheduler

Full Access
Question # 11

Stateful set requires which service for the network identity of pods?

A.

Ingress

B.

Load Balancer Service

C.

Headless Service

Full Access
Question # 12

You might need to run a stateless application in kubernetes, and you want to be able to scale easily and perform rolling updates. What kubernetes resource type can you use to do this

A.

Dameon set

B.

Replica set

C.

Deployment

D.

pod

E.

service

F.

Stateful set

Full Access
Question # 13

Flux is built using which toolkit?

A.

CI/CD

B.

DevSecOps

C.

GitOps

D.

DevOps

Full Access
Question # 14

To specify a Kubernetes object which language is used?

A.

JSON

B.

Go

C.

YAML

D.

Node

E.

Python

Full Access
Question # 15

What command to view the kube config?

A.

kubectl view config

B.

kubectl config view

C.

kubectl get kubeconfig

Full Access
Question # 16

How to get the logs of the previously terminated nginx container from the web pod?

A.

kubectl logs -p -c nginx web

B.

kubectl logs nginx

C.

kubectl logs -p -c web nginx

D.

kubectl logs -f -c nginx web

Full Access
Question # 17

Which access control component of Kubernetes is responsible for authorization and decides what requestor is allowed to do?

A.

Service Account

B.

Role-based access control 'RBAC'

C.

Deployment

Full Access
Question # 18

What is etcd used for in Kubernetes?

A.

Integration with cloud platforms

B.

Network routing for the cluster

C.

Kubernetes API security

D.

Backend object storage for the Kubernetes API

Full Access