Senior Software Development Engineer Interview Questions

1,238 senior software development engineer interview questions shared by candidates

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.
avatar

Senior Software Development Engineer

Interviewed at Amazon

3.5
Jul 4, 2014

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.

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).
avatar

Senior Software Development Engineer

Interviewed at Amazon

3.5
Sep 14, 2016

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.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.
Apr 14, 2015

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.

Viewing 191 - 200 interview questions

Glassdoor has 1,238 interview questions and reports from Senior software development engineer interviews. Prepare for your interview. Get hired. Love your job.