One thing I was asked was to reverse a string in either Python or JavaScript. I'm not a fan of this type of interview question because it's unlikely that you'd use it in real code. Any code that I could write, reversing a string, is likely never going to be as efficient as a method built into the language.
Sigiloso
Answered as intended