I applied through college or university. The process took 2 weeks. I interviewed at Amazon in Feb 2014
Interview
The interviewer will ask you the basic data structure such as hash table. Therefore, you should master hash table. The first coding question is get out of the maze. You could simply use DFS to solve it. The second coding question is compress string which is the same question in Cracking the coding interview.
Interview questions [1]
Question 1
One of the interviewer ask me tell me about your favorite project. He required that this project should be simply for yourself rather than research or courses. It is a really hard question, because most of my project are course projects.
Hackerrank round first and then two LC questions as the final round (BFS/DFS medium). Also had a behaviour component, testing the leadership principles and how my experiences aligned with them.
Expect one behavioral LP question followed by a leetcode medium or hard for two rounds. Be prepared to answer in depth on the behavioral questions and review LeetCode’s list of questions from Amazon.
Interview questions [1]
Question 1
Tell me about what AI platforms you use to help you work more efficiently
HR interview, then I had 1 45 minute coding round with 10 minutes behavioral and 35 minutes coding. Behavioral round was typical star format questions probing at leadership principles. Ex. Tell me about a time you took initiative and it didn’t work out.
Interview questions [1]
Question 1
Given an m x n grid of characters board and a string word, return true if word exists in the grid.