Effective eway to use kubernetes Documentation for CKAD exam

Hello Everyone.
can anyone help me how to use the kubernetes Documentation effectively during the exam or while attempting MOCK Tests. I am making small mistakes like answering 4 out of 5 points in a question.
Any help will be highly appreciated and thanks in advance.

Best Regards
Jile

The first step to improvement is to notice where you have problems. You’ve noticed an issue here, so give yourself points for the observation, to start with.

I do a couple of things when I’m preparing for an exam. I try to use the mock exams as a way to practice what I’ll do for an exam question. So even if I’ve done a question before, I’ll try to look up in the docs exactly what I’d need if I was coming to the question fresh, as I would in an exam. I’ll practice finding exactly what I’d likely need to copy for this problem. If I can get the information by using kubectl explain (a really useful tool), I’ll practice that too. And I’ll practice any kind of checking I think I’d need to do to make sure that I hit all of the points of the question.

So most of this is really practice. Using the mock tests, and using them a lot. And practicing doing the things I’ll need to do during the exam under time pressure. This seems to work for me as preparation. Perhaps it will work for you as well.

thanks a lot for your suggestion.