Ultimate Kubernetes CKA & CKAD Practice Exams

Published 2022-08-15
Platform Udemy
Number of Students 2
Price $19.99
Instructors
Intelligence Central Center
Subjects

Go to Udemy

Professional Practice Tests | 2022 Monthly Updated version | Master Kubernetes CKA & CKAD in first attempt

Prerequisites:

  1. YAML/JSON knowledge: All Kubernetes objects can be created via YAML or JSON files. But YAML is widely used since its simple. So it is good to have YAML knowledge.

  2. Linux Knowledge: For the ones who never worked on Linux based OS, it’s highly recommended to take Beginners course of Linux, knowledge of networking in Linux is also required to some extent if you are going for CKA.

  3. Vim editor: While preparing for the exam, you will quite often need to create and modify files.

  4. Docker Knowledge: As Kubernetes is a container orchestrator; before you start preparing for CKAD or CKA, having prior knowledge of docker is a must.


Tips & Tricks:

  1. Time Management: Managing time is the key to crack the exam. For CKA you get 24 questions to be answered in 3hrs and for CKAD 19 questions in 2hrs.

  2. Setup autocompletes in bash into the current shell when you start the exam, you may use shorthand alias for kubectl (alias k=kubectl).

  3. Not all questions are equal weight, so do not spend too much time at one question. If you get tricky questions, flag it and move to the next question and try to attempt all the questions.

  4. CKA has 6 different clusters and CKAD has 4. Related questions are integrated into one cluster. Make sure to change the cluster context once you complete and move the next question.

  5. In some questions, you will need to ssh another node in the cluster and elevate permissions. After performing your task, be careful while exiting from the elevated role and the node, sometimes you try to be quick and may come out of the base node which can lead to re-login the base node and cost extra time. You need to always return to the base node before attempting the next question.

  6. You are not allowed to use pen and paper, you can use the inbuilt notepad to note any command or save any information you want.

  7. Use kubectl to create resources (such as deployment, service, cronjobs, etc) instead of creating them from manifest files. It saves a lot of time. If you need to make further changes, save the manifest file for the resource you created using kubectl, modify accordingly and re-apply. Alternatively, you can as well use kubectl edit <resource> to modify the resource spec.

  8. Know that you have one free re-take if you didn’t clear the exam in the first attempt.

At last, since the exam requires concentrated effort for 3 hours(CKA)/2 hours(CKAD) and is straining both physically and mentally, book the best time of a day and come with a relaxed mind.

Go to Udemy