Hacker News new | ask | show | jobs
by em-bee 721 days ago
i recently failed a timed test because while it was asking a simple question about manipulating CSV data. i was unfamiliar with the CSV library because i simply never had to use CSV data before. so i had to look it up and that cost me to much time. on the other hand, another question in the same test was about variables in a function in a metaclass that were giving the wrong values because of a scope issue. i had enough experience to understand scope issues and was able to solve the problem easily.

the CSV question was easy to look up, and with time anyone could have solved it. failing it because it took to long was frustrating. the scope question would have been difficult to answer without experience, and even looking it up would not have been easy without knowing what to search for.