I took killer.sh exam and there are some questions like “Find the project-* Namespace with the highest number of Roles defined in it and write its name and amount of Roles into /opt/course/16/crowded-namespace.txt.”. No format is specified for the output file. And the solution shows the content of the output file like the following:
/opt/course/16/crowded-namespace.txt
project-c14 with 300 resources
So in real exam, are these files checked manually? What happens if my output file looks like the following? Does it make any difference?
/opt/course/16/crowded-namespace.txt
project-c14 300
I see that for some questions, output format is specified in the question, but there are also questions where output format is not specified. So what should I do in that case?
Thank you.