I applied through a recruiter. The process took 3 weeks. I interviewed at RS Energy Group (Philadelphia, PA)
Interview
I was initially contacted by the recruiter on LinkedIn. I applied online, afterwards had an initial screen with the recruiter, followed by a phone screen with some general Python questions (especially about the GIL), followed by an in-person interview.
Interview questions [1]
Question 1
Given a Python dictionary mapping letters to morse code, i.e. morse = {'a': '.-', 'b': '-...', etc}, write a function that takes a given string input and returns whether the morse code representation of that string is a palindrome