I applied online. I interviewed at Amazon in Dec 2013
Interview
Applied online through their website. Contacted me like a month after the application. They told me when i will have two consecutive phone interviews. Did not asked me even if i was available that time. I received an offer two months after the interviews.
Interview questions [3]
Question 1
You are given the putChar(int) function in C (accepts ASCII code,
prints on the screen the character). Write a function putInt(int) that
accepts an int and prints on the screen the same int by only using the
putChar(int) function.
You are given a stock sequence like: 3, 6, 2,10, 5, 9. Each number
represents the price for buying/selling a certain stock each day. You
can buy once and sell only once. Find the maximum possible gain.