J'ai postulé en ligne. Le processus a pris 5 semaines. J'ai passé un entretien chez Uber (San Francisco, CA) en août 2023
Entretien
- Applied via online portal - Contacted via email by recruiter 2-3 weeks later - Technical screen scheduled for 3 weeks after initial recruiter call (I had requested asap) - Technical screen consisted of general iOS knowledge questions and Leetcode medium binary tree problem - I learned I passed the technical screen two weeks later (main recruiter contact went on vacation, other recruiter didn't answer) - Waited another week after learning I passed technical screen to find out I'm not eligible to relocate to the US and can't move forward in the interview process. I had expressed concerns about not being eligible to relocate to the US in the first call with the recruiter as I don't have a bachelors degree in CS or SE, alas...
Questions d'entretien [1]
Question 1
Given the root node of a binary tree, print the "right hand side view"
Everything was good and nice. First talk was with a recruter and then it was a coding challenge. I failed there — I solved the hard problem in a different way, not like they expected and couldn't get what the solution do they want. At the end the interviewer helped me with coding part.
J'ai postulé via une autre source. Le processus a pris 2 semaines. J'ai passé un entretien chez Uber (Palo Alto, CA) en juil. 2019
Entretien
Recruiter Called through Linked-In. The process took 2 weeks. This was 2nd technical Phone interview. They rejected me because I think I corrected the Interviewer for his approach.
This was just a waste of time.
Questions d'entretien [2]
Question 1
1. Sort array after converting elements to their squares
Input : arr[] = {-6, -3, -1, 2, 4, 5}
Output : 1, 4, 9, 16, 25, 36