EMT Practice Test
1. Question Content...
Question1: List all service account and create a service account called "admin"
Question5: Set the node named ek8s-node-1 as unavailable and reschedule all the pods running on it.
Question11: List "nginx-dev" and "nginx-prod" pod and delete those pods
Question16: Deploy a pod with image=redis on a node with label disktype=ssd
Question17: Undo the deployment with the previous version and verify
everything is Ok
Question21: Print pod name and start time to "/opt/pod-status" file
Question22: Pause the rollout of the deployment
Question25: Get IP address of the pod - "nginx-dev"
Question26: Get list of all pods in all namespaces and write it to file "/opt/pods-list.yaml"
Question27: List all the pods sorted by created timestamp
Question30: Schedule a pod as follows:
* Name: nginx-kusc00101
* Image: nginx
* Node selector: disk=ssd
Question31: Create an nginx pod and list the pod with different levels of verbosity
Question32: Get the deployment rollout status
Question33: Get list of all the pods showing name and namespace with a jsonpath expression.
Question41: Get list of all the nodes with labels
Question42: Get IP address of the pod - "nginx-dev"
Question44: Create a nginx pod with label env=test in engineering namespace
Question48: Set the node namedek8s-node-1asunavailable and reschedule all thepods running on it.
Question49: Check the Image version of nginx-dev pod using jsonpath
Question52: Task Weight: 4%
Task
Scale the deployment webserver to 3 pods.
Question54: Get the number of schedulable nodes and write to a file
/opt/schedulable-nodes.txt
Question56: Delete the pod without any delay (force delete)
Question59: List all the pods showing name and namespace with a json path expression
Question66: List all the pods sorted by created timestamp
Question68: Check the history of deployment
Question72: Create a pod that having 3 containers in it? (Multi-Container)

















