My advice for language choice on interviews.

Posted by commonsearchterm@reddit | ExperiencedDevs | View on Reddit | 24 comments

One bit of advice I'm going to throw out into the void for whoever needs to hear it.

If you get to pick your language for a coding interview, you better know the one you pick well and how to write idiomatic code.

I've been giving coding interviews where everyone keeps writing in python ("because it's easy"), despite their day job not being in python, and it makes them look incompetent. As an interviewer I can only judge whats in front of me. If you struggle with error/exception handling, don't know built in things to import, weird variable names etc, this is my only view into you as a programmer as the interviewer. If you write python and it looks like, go, typescript/js, Java, your probably going to fail.