Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso ReverbNation (Raleigh, NC) nel mese di mar 2017
Colloquio
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.
Domande di colloquio [3]
Domanda 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.