Amazon interview question

Coding test: one linear algorithm problem, one binary tree problem. Phone screening: one linear algorithm problem, one OOD problem, one linked list problem.

Interview Answer

Anonymous

14 Mar 2017

Read good algorithm and DS books and practice. Learn optimization techniques.

2