I applied for an internship online. Two weeks later, I was invited to take an online technical interview. I did not finish writing the code, and I got a decline letter two days later.
Interview questions [1]
Question 1
Given a 2D grid composed of robots, empties, and blockers, you will receive a query like [a, b, c, d], which means the right distance, left distance, top distance, and bottom distance to the nearest blocker. Find the robot satisfying the query.
I applied online. The process took 3 weeks. I interviewed at Uber in Sep 2022
Interview
Positive interview process, similar to most bigger technology companies. Asked to introduced myself then we jumped into a couple of leetcode medium questions. Really focused on optimization and finding the best time complexity. Interviewer allowed me to use a search engine to look up documentation.
Interview questions [1]
Question 1
Finding the min/max value in a binary tree. The interviewer wanted me to solve it in O(n).
I applied through the website, they set a coding interview, and then after that there was a interview in the specific area including the theory question and coding question. The interview was easy in general.