Some question in leetcode
Software Development Engineer Interview Questions
32,853 software development engineer interview questions shared by candidates
How would you convert a row number on Excel to a label? Rows are labeled alphabetically with letters added on once the alphabet has been fully used. (Ex. row # 5 is labeled E, row # 27 is labeled AA, row # 28 is AB, row # 53 is BA and so forth) What would the row label be for a large number, such as 1500?
a question related to how to handle the failure of a data input channel
Explain about the projects
NDA. Questions were mostly on arrays and trees. Not very difficult.
Many design questions.
You have three water jugs, one holds 8 gallons, one 5, one 3. The 8 is full. By pouring water between jugs, fill two of the jugs with 4 gallons of water each.
Which Microsoft Product you most like and dislike
The interviewer had the code from the previous interviewee still on the white board in the room. He asked me to identify what the code did (printed the contents of a binary tree through a BFS using a queue). Then asked me to identify the bugs with the code and suggest how to fix it (null-pointer exceptions when printing out the values from the queue and checking for nulls before adding a value to the queue).
Logic to find the LCA of tree and node has pointer to parent node.
Viewing 1891 - 1900 interview questions