Hi all Just got the results for CKS exam.. I have cleared the exam with 82% Took . . .

denis.dsouza:
Hi all
Just got the results for CKS exam…
I have cleared the exam with 82%
Took exam on M1 mac 16", did not face any N/W issues but ‘kubectl’ autocomplete was not working, so i had to type each command manually every time…
this wasted some of my precious time.
was not able to attempt the last question fully (half done) due to lack of time (needed about 2mins more…)

Kodekloud course (practiced labs 4 time) + killercoda CKS Scenarios (practiced 3 times) + killer.sh (used both free mock exams)
^ this should be enough to pass the exam in my opinion …

Shwetha:
Was autocomplete already enabled in other exams? I remember setting it each time by myself.

Sajid Farooq:
Congratulations :wave:

Shwetha:
Congratulations!

denis.dsouza:
as per the CNCF handbook, auto-complete + alias to kubectl -> k, is already setup in the exam
when i answered CKA auto-complete was already setup

Trung Tran:
Well done @denis.dsouza, same score here :smile:, and the auto-complete is not configured on my session too, need to type the entire command.

denis.dsouza:
@Trung Tran ya,
inspite of the issue since we both were well prepared, we not just cleared but managed to get a decent score as well :slight_smile:

Shwetha:
It wasn’t configured for me either. I configured it by myself in all 3 k8s exams.

vk nk:
Congratulations @denis.dsouza :trophy:

vk nk:
@Swetha can you ping the steps to enable autocomplete

Shwetha:
Search for autocomplete in the k8s docs. Use the first result (“bash auto-completion on Linux”). Run the commands mentioned in “Enable kubectl autocompletion” . The docs also include steps to set the alias.
Edit: source bashrc in the end ( . . bashrc or source ~/.bashrc) for the changes to take effect.