Mock exam 4 few answer validation some problem

Dear KodeKloud Support,

I encountered several issues while attempting CKA Mock Exam 4. Although I successfully completed this exam last week, when I retried it yesterday, I could not succeed despite following the answer key and ensuring everything was correctly configured. Below are the specific problematic questions:

  1. Question 1 & Question 10:
  • Even though the container is running, the website remains inaccessible.
  1. Question 19:
  • I answered correctly and saved the file in /root/dns_output on student-node. All other requirements of the question were met, yet the last part regarding saving the DNS output is marked as incorrect.

Kindly investigate these issues, as they are impacting my ability to validate and verify my solutions.

Looking forward to your support in resolving these matters.

Best regards,

Rashid Purath

I don’t think there are a problem with any of these; I tried them, without referencing the solution, and passed all of them. So I’ll need to see what you actually tried in all 3 cases.

#1: livenessProbe is of the wrong type, and you also need to adjust the initialDelaySeconds, since the needed file does not exist after 1 second.
#10: PVC has the wrong name; postStartup has a bad command; service does not use the right selection labels.
#19: Not sure what you did, but multiple things to check.

In general, if you have trouble with these, you should check the solutions on the End Exam page; they’ll steer you right. While there can be problems with the grader in some of the UME exams, none of these problems have any problem.