I applied online. The process took 1 day. I interviewed at Amazon Robotics in Aug 2022
Interview
Everything fine except the last round. I didn't expect to write code for system design problems. The other questions are fairly average or easy. Wondered when I will receive notification from HR after VO
Interview questions [1]
Question 1
3 VOs:
1. coding: number of islands. Given a matrix, find the number of islands, follow up: how to optimize if the m--len(matrix)-- or rows, is large.
2. coding: Evaluate math expression via binary tree: "(3+4)*2". Task: evaluate the expression
3. coding: System design. Robot collecting items. Design class objects, how to do each task: locate, collect, and return the item given locations