EMT Practice Test

1. Question Content...


Question List

Question1: What is the command used to login to the pod?

Question2: Which of the following are not the metrics for Site Reliability Engineering?

Question3: Which of the following best describes a cloud-native app?

Question4: Which of the following computing model doesn't require you to provision infrastructure?

Question5: Which of the following is not a stop on the cloud native trailmap?

Question6: A ________ is a ready-to-run software package, containing everything needed to run an application.

Question7: kubeadm is an administrative dashboard for kubernetes

Question8: Which of the following is not the part of Kubernetes Control Plane?

Question9: What can you use to add new resource types to your cluster?

Question10: 'kubectl delete -n my-ns po,svc --all' will delete pods and services including uninitialized ones in the namespace 'my-ns'

Question11: Which is not a service type in Kubernetes?

Question12: Notary and the update framework leading security projects in CNCF

Question13: What do you call the pattern where you add a second container to the pod to collect logs infor-mation?

Question14: Which of the following is not the Kubernetes AutoScaling Strategy?

Question15: Which prometheus metric type represents a single number value that can increase and decrease over time?

Question16: Which control plane component is responsible for scheduling pods?

Question17: How can persistent volume be provisioned?

Question18: What do control groups provide when it come to containers

Question19: Which is NOT a use case for the Kubernetes dashboard?

Question20: Which of the following are not the metrics for Site Reliability Engineering?

Question21: How should folks new to the cloud native ecosystem, go about learning the different aspects of the ecosystem?

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

Question23: Which part of a Kubernetes cluster is responsible for running container workloads?

Question24: What is the primary interface for Kubernetes cluster?

Question25: What is a commonly used package manager for kubernetes applications?

Question26: What cloud-native construct does a kubernetes pod wrap?

Question27: To specify a Kubernetes object which language is used?

Question28: Which of the following is an example of vertical scaling?

Question29: What does CNCF stand for?

Question30: What is the use of labels in Kubernetes?

Question31: Which Kubernetes resource creates Kubernetes Jobs?

Question32: How does service logical group set of pods?

Question33: What is the smallest possible unit in Kubernetes to run a container?

Question34: Which project is not a dominant CNCF project in the storage landscape?

Question35: What is OPA?

Question36: Which command-line tool is used to interact with the Kubernetes cluster?

Question37: What CNCF project is the leading DNS project in the CNCF landscape?

Question38: Which of the following best describes the way kubernetes Role-based access control (RBAC) works?

Question39: Have a pod 'hello' and a container in that pod 'green'. Which of the following commands would get the logs for that container?

Question40: Which kubernetes resource type allows defining which pods are isolated when it comes to network-ing?

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

Question42: Which style of operations are preferred for K8S and cloud native applications?

Question43: What command to view the kube config?

Question44: What command use to get documentation about kubernetes resource type

Question45: In distributed system tracing, is the term used to refer to a request as it passes through a single com-ponent of the distributed system?

Question46: Fluentd is the only way to export logs from Kubernetes cluster or applications running in cluster

Question47: How would you return all the pod data in the json format using kubectl command?