I applied online. The process took 1 day. I interviewed at Amazon Robotics (Worcester, MA) in Mar 2023
Interview
The interviewer was friendly and focused more on problem-solving abilities. The live coding round contained DSA as a test. The interviewer created a relaxed and friendly environment to have a conversation with.
I applied online. The process took 3 weeks. I interviewed at Amazon Robotics (Seattle, WA) in July 2019
Interview
1st round
HR brief and expectation
2nd round , Embedded software related programming,
There was a lot of value in what was asked. Things were very relevant to Embedded world.
3rd round , Data structures related programming.
Interview was completely aligned to a Application Developer. The interviewer just went into
a non-embedded zone.
Program to determine if a path exist between 2 point like (x2, x15), given a (x1,x2),(x3,x8),,(xa,xn)
This to be optimized would need Link lists, recursion , binary tree etc.
most of which are avoid in embedded.
Interview questions [1]
Question 1
Explain a problem that you faced and how did you solve it?
Firmware level programming to read write from a memory mapped address.