Q minimum tree traversals Q2 minimum substring
Sde Interview Questions
16,619 sde interview questions shared by candidates
Shortest distance between two node of binary search tree.
Create a date map that returns an event on a specific date, if the date is not present it returns the nearest upcoming event.
What was your calculated risk taking?
90 degree 2D Array rotation(clock wise)
As I am from Industrial department, the questions were non technical. I am a part of various committees so there were some questions related to them.
Q2) The is a binary tree, which has string values only on leaf nodes and all other nodes have empty values. Example is below. When you sum all the leaf node values from left to right. the values will be : example: abcdefghblahblahblahblah etc. Implement the below method that will give 'n'th character of the result. Example: find the 5th character. here it will be 'e'. (BLANK) |---------------------------^---------------------------| (BLANK) (BLANK) |-------------^-------------| |-------------^-------------| abc (BLANK) ijklmnopq rstuvwxyz |------| defgh // Strucutre of the Node with below implemented methods. class Node { Node getLeft(); Node getRight(); boolean isBlank(); String getData(); }
Basic project related questions only
Describe the difficulties you faced during your project
Explain your final year project?
Viewing 1301 - 1310 interview questions