Hacker News new | ask | show | jobs
by edding4500 1319 days ago
I applied for a job.

I did a coding assignment.

I was asked to read two xml files, one with data, one with operations, and perform the operations on the data.

The task was deliberately unclear and suggested to not use third party software.

So I did the thing and wrote an xml parser.

I documented my decisions in design etc.

Later I found out that one could have used any third party XML reader package.

I was declined for other reasons but when asking for feedback on my code, all I got was: You did not check for divisions by zero.

I am still wondering what skill they actually wanted to test with the coding assignment.

1 comments

I once got rejected from a job because "I didn't use some of the core features of Rails".

Which is correct, since I didn't use rails, I used Sinatra.