Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Drawbridge (Los Angeles, CA) nel mese di lug 2015
Colloquio
I applied online and they replied after a week asked me about why drawbridge and scheduled the first round phone screening. The phone screen interview only had one question related to mathematics. I passed the first round and scheduled the second round. However, a day before the second interview, I got an email says that the position has been filled and close and came with an apology email. I got no comment on that.
Domande di colloquio [1]
Domanda 1
Given a system, a number N, represent item #, and several numbers that represent the factor that it will process the item # if the item can be a multiple of it. Found that how many items cannot be processed?
Ex: Given [2, 5] and N = 10.
2, 4, 6, 8, 10, 5 can be process the remaining number is 1 3 7 9, so return 4.