Hacker News new | ask | show | jobs
by gideons 5257 days ago
I don't think reversing a link-list and removing unique items requires any special Python knowledge. No magical API needs to be used, just the basics.

A white board interview shouldn't exclude naive implementations. After the naive implementation has been done it's reasonable to ask for less naive approaches.

Also the continual whining about white board interviews is tiresome. It's a fact of life that exists in almost any tech interview you do. Practice, get your friends to bust your balls before the fact, write itoa on a white board or detect a loop in a singly linked list and move on with your life.

At some point if you're going to get paid you need to demonstrate your ability, reality says the potential employer decides what type of proof is required.