Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 4 giorni. Ho sostenuto un colloquio presso A9.com (San Diego, CA) nel mese di ott 2016
Colloquio
1 hour phone screen including one technical question at the end. They first asked a bunch of behavioral questions and then asked about resume and experience. The interviewer had a strong indian accent which made me difficult to understand the question half of the time.
Domande di colloquio [1]
Domanda 1
technical Q:
Solve problem - Inverted index
Given a query term “red shirt”
red = {1, 3, 5, 8, 9}
shirt = {1, 2, 4, 6, 7, 9}
you should return a list of {1, 9} because the item is red, and is also a shirt.
Try to do it in the shortest runtime possible without using extra memory.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso A9.com (Palo Alto, CA) nel mese di mag 2017
Colloquio
I applied online. After a month, I got a call from Hiring Manager. After phone screen, I had a phone interview. The interviewer asked me a question about the graph theory which I could not finish in the time. After a week got the rejection mail.
Domande di colloquio [1]
Domanda 1
Given a List of Lists consisting the relationship between elements, find how many patterns of
exist of the related elements.
Example, Given elements 1,2,3,4,5 if 1 is related with 2 and 2 is related with 3 then 1-2-3 are related. Also if 1 is related to 2 and 1 is related to 3, then 1-2-3 are related. Find out how many relation patterns exist in the provided lists.
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso A9.com (New York, NY)
Colloquio
Usual process. The whole process took a couple of weeks, from first email to set a time for phone screening, and doing the screening. In comparison with other companies, the recruiter was slow in responding emails and scheduling.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso A9.com
Colloquio
I applied through a recruiter and got a response very quickly. They wanted me to interview within a week and I gave them slots in which I was available. A forty five minute phone interview was set up. And it began with general introductions, coding and then I asked the interviewer some questions about the company.
Domande di colloquio [1]
Domanda 1
Check whether a string in an interleave of 2 given strings