I applied through a recruiter. The process took 5 days. I interviewed at eBay (San Jose, CA) in Apr 2016
Interview
Interview process was quick but Interviewer is not knowledgeable enough on the technicals. Interviewer does not even know how the basic javascript function work and zero knowledge on OOP concept and just started asking questions from some interview questions website.
Interview questions [1]
Question 1
Mainly example based questions, give me an example of when you went over and beyond.
I applied online. The process took 4 days. I interviewed at eBay (San Jose, CA) in Mar 2014
Interview
7 rounds, 5 technical, 2 managerial. White boarding,Java questions,Basic problem solving, mobile testing based questions. Current role and responsibilities were discussed. Getting to know the app better is useful. Questions on what to be improved in ebay site/app was asked.
I applied online. The process took 5 weeks. I interviewed at eBay (Bellevue, WA) in Mar 2016
Interview
The recruiters are awful! Yikes.
Applied online. After a month a recruiter from SFO eBay office called me and said someone from Bellevue will reach out to me 'shortly'. After 1 month, the Bellevue recruiter called me and said he will schedule an interview right away. After 2-3 weeks another recruiter sent a mail on Friday evening saying my interview is on Monday!!!
I hope only the recruiters department sucks this much and the engineering department is much better.
Interview questions [1]
Question 1
1. Find the least common ancestor (LCA) in a binary tree. Pointer from node to parent is NOT present. Design the tree node and write the method that returns the LCA
2. Given a circularly rotated array [3 5 6 7 8 -3 -1 -1 1 2] design an algorithm to find an element in an efficient way.