The first round was an online interview. The question is as follows, All the leaves in a BST are removed iteration by iteration until the BST becomes empty. These leaves are stored in an array and are given as input. We are supposted to give the preorder travesal the Original BST. The input some what looked as follows, { B, D, H, P, Y, C, M, G, Q, K } Simpler solution would be to just constuct BST by supplying the inputs in reverse that is from K to B. And then do a preorder traversal. But I tried to do this with out constructing the BST and wasted a lots of time and hene failed.
Senior Software Development Engineer Interview Questions
1,238 senior software development engineer interview questions shared by candidates
I'm under an NDA, so I can't provide any questions. However, do standard technical interview prep and really understand Amazon's culture and leadership principles, they will come up and they are important (you can fail interviews even if you are likable and do well technically if you don't have good answers here).
1) About 8 different questions from Leadership skills
1.what happened when u typed the url till the browser shows everything Write a program that will print all numbers between -50 and 50. When the number is divisible by 6 print X when the number is divisible by 7 print Z, otherwise print the number itself.
Basics of java and what ever is in your resume
Technical questions about algorithms and data structures, OOP and System design.
Find the intersection of two arrays.
Casual Past Experience Talk & One Programming Question
Easy level question which I am not supposed to disclose
database design and system design questions.
Viewing 191 - 200 interview questions