What was your calculated risk taking?
Sde Interview Questions
16,641 sde interview questions shared by candidates
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?
Why is 5G gaining traction and what makes it special?
if there is a stream of numbers( billions of them) as input from some source what data structure and algorithm to be used for saving the 100 largest numbers?
Two Pointer, Sort colours array, hashmap with prefix sum
Viewing 1301 - 1310 interview questions