2 interviews same day (coding +design) then system design and manager round. I gave only one interview other interview was cancelled. They kept rescheduling the interviews and update one hour before the interview. Unprofessional behaviour
I applied through college or university. I interviewed at Uber
Interview
Me quedé en ronda 3, las primeras 3 rondas son coding challengues, se enfocan en grafos, un poco difícil para mí comparado en otras entrevistas que he tenido en el pasado con otras empresas
Interview questions [1]
Question 1
Conocer la mínima cantidad de pasos para pasar información de un nodo a otro
I applied online. The process took 4 weeks. I interviewed at Uber (São Paulo, ) in May 2023
Interview
First an HR screening with a few standard questions: -Talk to me about previous experiences -Why you want to work at uber -Question in English Second round was an CodeSignal Question with screen sharing. Third round is onsite with several interviews with different teams (algorithms, coding and system design)
Interview questions [1]
Question 1
First an HR screening with a few standard questions: -Talk to me about previous experiences -Why you want to work at uber -Question in English Second round was an CodeSignal Question with screen sharing. The question gave two strings, one was a word like "axubbxcxbxd" the other was a character order, like "abcd". They asked to return true or false whether the word followed the character order. So in this example would be false because there is a substring "cxb" which would violate the order (b < c).