EMT Practice Test

1. Question Content...


Question List

Question1: What is the functionality of the daemon set?

Question2: Which of the following command is used to get detailed information about the pod?

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

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

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

Question6: Which of the following provides cloud-native storage orchestration?

Question7: What is the name of the Kubernetes agent that runs on each worker nodes?

Question8: What Kubernetes resource would allow you to run one Pod on some of your Nodes?

Question9: Which of the following is NOT a Kubernetes component?

Question10: What makes cloud native technology so important?

Question11: What kubectl command is used to edit a resource on the server?

Question12: Which CNCF project is the dominant project with respect to container registries

Question13: kubeadm is an administrative dashboard for kubernetes

Question14: What are the two major components of service mesh?

Question15: What framework allows developers to write code without worrying about the servers and operating systems they will run on?

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

Question17: Which style of operations are preferred for kubernetes and cloud-native applications?

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

Question19: A ________ is an application running on kubernetes.

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

Question21: What is autoscaling?

Question22: Which of the following are characteristics of Statefulsets?

Question23: Which of the following container runtime is planned to be deprecated in Kubernetes 1.20 and high-er?

Question24: What are default kubernetes namespaces?

Question25: How can you achieve cost optimization in the cloud environment?

Question26: What is container runtime?

Question27: Which organizational persona creates Service Level Agreements 'SLA', Service Level Objectives 'SLO', and Service Level Indicator 'SLI'?

Question28: To run a startup task before a Pod's container starts up. What Kubernetes feature can help you ac-complish this?

Question29: What command can you use to get documentation about a resource type from the command line?

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

Question31: Which of the following is used to request storage in Kubernetes?

Question32: Which statement is true about Pod Networking?

Question33: How can persistent volume be provisioned?

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

Question35: 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?

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

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

Question38: The 4C's of Cloud Native security

Question39: What is the use of labels in Kubernetes?

Question40: What is etcd used for in Kubernetes?

Question41: Which Kubernetes resource creates Kubernetes Jobs?

Question42: What are cluster-wide objects

Question43: What is horizontal scaling?