91. Which is not a service type in Kubernetes?
A. ClusterIP
B. NodePort
C. Ingress
D. LoadBalancer
E. ExternalName
Answer
C
92. To specify a Kubernetes object which language is used?
A. JSON
B. Go
C. YAML
D. Node
E. Python
Answer
C
93. Which authentication method allows JWTs to authenticate?
A. OpenId connect
B. Anonymous
C. Client ‘TLS’ certificates
D. OPA gatekeeper
Answer
A
94. What Linux feature is used to provide isolation for containers?
A. Processes
B. Services
C. NetworkPolicy
D. Control groups
Answer
D
95. Which of the following is not a stop on the cloud native trailmap?
A. Microservices
B. CI/CD
C. Containerization
D. Software distribution
Answer
A
96. Which of the following are not the metrics for Site Reliability Engineering?
A. Service Level Objectives ‘SLO’
B. Service Level Agreements ‘SLA’
C. Service Level Indicators ‘SLI’
D. Service Level Definition ‘SLD’
Answer
D
97. What CNCF project is the leading DNS project in the CNCF landscape?
A. Kubernetes
B. gRPC
C. KubeDNS
D. CoreDNS
Answer
D
98. Fluentd is the only way to export logs from Kubernetes cluster or applications running in cluster
A. True
B. False
Answer
B
99. What is the name for a service that has no clusterIp address?
A. Headless
B. NodePort
C. ClusterIP
D. LoadBalancer
Answer
A
100. What does the ‘kOps’ acronym means?
A. Kubernetes Open Platform Specification
B. Kubernetes Operations
C. Kubernetes Operators
D. Kubernetes Operation Policy Specification
Answer
B