I applied online. I interviewed at ReverbNation (Raleigh, NC) in Mar 2017
Interview
I spoke with the CTO and talked a bit about my background. By a bit I mean 5 words before he cut me off and started asking technical questions. He ran through each question one by one just waiting for the correct 'short' response.
Interview questions [3]
Question 1
What's the best way to search a sorted array for a value?
Using a pen and paper(and over the phone) write a function that shows all permutations of a given string. Given the string 'abc' it should return 'abc', 'acb', 'bac', 'bca'... etc.