Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en eBay (Seattle, WA) en mar 2014
Entrevista
Initially the recruited contacted me and scheduled a 30 minute phone screen. He asked me about my background and resume and noted down everything I said, and told me he would pass on these details to all hiring managers.
After a few days, I was scheduled for two technical phone screens on the same day - one hour each.
I was asked basic algorithm questions in both the interviews.
I solved the algorithm asked in the first interview within 20 minutes. But, he kept asking for other possible solutions. He accepted my initial solution to be the best approach, but still wanted me to identify other approaches. I would have suggested 5 or 6 approaches. He then asked the question #2 when there was just 5 minutes left.
The interviewer in the second call was in a high position, but hardly knew how to talk in an interview. She could not answer me a simple question I asked to her (about development methodologies the team used).
I received a rejection email within 3 days after the interview.
Preguntas de entrevista [1]
Pregunta 1
1. Implement a function that would accept two strings and check if one string is an anagram of the other.
2. Given an array(list) of integers, write a function that would determine if the elements in the array can be divided into two parts each giving the same sum.
3. Email address drop-down application. For example, when we type email address while composing an email, we get a drop down of suggested email address options starting with same letter(s). Write code to do this. (This was basically the implementation of trie data structure).
Very talented and knowledgable interviewers. Had a great time speaking with them. They were very polite and kind.Questions were deep dive into my experience and tech know-how. There were times where I was stuck, but they made me feel easy.
Preguntas de entrevista [1]
Pregunta 1
Questions about OOPs and polymorphism plus functional programming in scala
Applied through referral, Got an email back from recruiter asking for availability. Initial round was screening and I heard there are total four on-site rounds after screening round (1 system design and 3 LC medium coding rounds)
Me postulé a través de una recomendación de un empleado. El proceso tomó más de 1 semana. Acudí a una entrevista en eBay (San Jose, CA) en oct 2022
Entrevista
I described myself in the beginning, then I answered some coding questions. I asked some follow up questions to the interviewer, in which I got answers back. I coding part went well. I took time to get the code working.