Hacker News new | ask | show | jobs
by scottlamb 2675 days ago
> My interview was conducted entirely using this custom language, and the interviewers were uninterested in discussing any other technology.

Bizarre!

Writing their system in a custom programming language isn't _that_ unusual, I think. But why on earth during an interview wouldn't they let candidates program (entirely or mostly) in a language they'd heard of before that morning? Couldn't they assume that if someone has achieved a working knowledge of one or more similar languages, they can learn another in some reasonable time (days, weeks, months)?

1 comments

Sounds like maybe they weren't that up on industry and felt unable to evaluate candidates outside their narrowed skill scope.
I went on an interview one time in which the job was not for python, but in which the coding exercise was in python, the assumption being that they wanted to see how you handled something you didn't know.

The interviewer mentioned having another guy in who announced flat out he was not going to do it even though it was explained that you didn't need to know the language to solve the problem.

I of course had some python familiarity, but I still failed because I couldn't remember the name for binary search and that threw me for a loop when the obvious answer I should have gone for in the exercise was 'here we should use binary search'.