Earlier quoted context omitted.
At my in-person interview at Google, they told me I could use whatever I felt most comfortable with, which at that point in time was Objective-C. In retrospect it was a terrible idea. That language is stupid verbose, and I ran out of whiteboard for every single question I had there. They were mainly interested in me for iOS development though. They did not give me an offer, although I don't think it was for that reas…
It's definitely true that some languages are better than others, because the types of problem and time limitations are the same regardless of the language chosen. Lower level languages tend to be worse because they take longer and there's more ways to trip yourself up. Personally, I think that C# is the ideal language for interviewing in, as the .NET standard library is very powerful. SortedDictionary alone can easil…
I wonder why interviewers look for these traits when it is very clear that you'll almost never implement a low level data structure.