Kubernetes and Cloud Native Associate KCNA Q111-Q120

  1. Kubernetes and Cloud Native Associate KCNA Q1-Q10
  2. Kubernetes and Cloud Native Associate KCNA Q11-Q20
  3. Kubernetes and Cloud Native Associate KCNA Q21-Q30
  4. Kubernetes and Cloud Native Associate KCNA Q31-Q40
  5. Kubernetes and Cloud Native Associate KCNA Q41-Q50
  6. Kubernetes and Cloud Native Associate KCNA Q51-Q60
  7. Kubernetes and Cloud Native Associate KCNA Q61-Q70
  8. Kubernetes and Cloud Native Associate KCNA Q71-Q80
  9. Kubernetes and Cloud Native Associate KCNA Q81-Q90
  10. Kubernetes and Cloud Native Associate KCNA Q91-Q100
  11. Kubernetes and Cloud Native Associate KCNA Q101-Q110
  12. Kubernetes and Cloud Native Associate KCNA Q111-Q120
  13. Kubernetes and Cloud Native Associate KCNA Q121-Q130
  14. Kubernetes and Cloud Native Associate KCNA Q131-Q140
  15. Kubernetes and Cloud Native Associate KCNA Q141-Q150
  16. Kubernetes and Cloud Native Associate KCNA Q151-Q164

Please Subscribe to Access the Premium Content

The remaining premium contents are locked. Please subscribe to the monthly newsletter to unlock the content for free.

Loading...

111. Which Kubernetes resource type allows defining which pods are isolated when it comes to network-ing?
A. Network policy
B. Domain Name System ‘DNS’
C. Role Binding
D. Service

Answer

A


112. What Linux feature is used to provide isolation for containers?
A. Processes
B. Services
C. NetworkPolicy
D. Control groups

Answer

D


113. How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?
A. kubectl create app-dep deployment –image=nginx –replicas=5
B. kubectl create deployment app-dep –image=nginx –replicas=5
C. kubectl create app-dep deployment –replicas=5 –image=nginx

Answer

B


114. What is horizontal scaling?
A. Creating a Deployment
B. Adding resources to existing apps and servers
C. Moving workloads from one server to another
D. Adding additional replicas of apps and servers

Answer

D


115. What tool allows you to create self-managing, self-scaling, self-healing storage?
A. Persistent Volume
B. Persistent Volume Claim
C. Storage Class
D. Rook
E. Volume

Answer

D


116. Which kubernetes resource type allows defining which pods are isolated when it comes to network-ing?
A. Network policy
B. Domain Name System ‘DNS’
C. Role Binding
D. Service

Answer

A


117. What Linux feature is used to provide isolation for containers?
A. Processes
B. Services
C. NetworkPolicy
D. Control groups

Answer

D


118. How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?
A. kubectl create app-dep deployment –image=nginx –replicas=5
B. kubectl create deployment app-dep –image=nginx –replicas=5
C. kubectl create app-dep deployment –replicas=5 –image=nginx

Answer

B


119. What is horizontal scaling?
A. Creating a Deployment
B. Adding resources to existing apps and servers
C. Moving workloads from one server to another
D. Adding additional replicas of apps and servers

Answer

D


120. Which style of operations are preferred for K8S and cloud native applications?
A. JSON
B. Declarative
C. Imperative

Answer

B


Leave a Comment

Your email address will not be published. Required fields are marked *


Scroll to Top