There were 3 rounds of interview. In first round, there were 2 questions and i had to explain and code both. First question was based on merging intervals and in other question a binary tree was given and I had to find the size of a subtree in which all the nodes have value 0. in round 2, again there were three questions and the interviewer said "I want to have a good discussion, if your are unable to give correct answer its okay, but correct answer will matter." first question was same as "house robber 3" on leetcode, except it was n-ary tree. In second question, I was given a binary tree and i had to remove and edge from the tree such that resulting two tree's heights difference is maximum. I had to return the difference of heights. In round 3 i was asked a few questions about my life and journey along with some designing questions based on OOPS
Sde Interview Questions
16,590 sde interview questions shared by candidates
Duck in the pond. Start: Duck located in the center of circle (pond). Fox is on the beach and cannot swim. Duck cannot fly (by some reason), but once duck is on the beach, she will fly away. Duck speed - x Fox speed - 4x Can duck escape? Why?
Design / implementation considerations while implementing a service talking to database which is deployed on Premise Vs Azure.
Can you declare a constructor as private?
ABout the Interests of an individual
What if the request load is such that the server runs short on resources?
Is website live on cloud or not?
A question was that we would be given sizes of files and their names and we had to classify them based on their sizes into TB, GB, MB and KB.
given an array of positive numbers and a target number, print all the subarrays that have sum equal to target sum.
How would you implement an undo and redo feature in an application like Photoshop?
Viewing 291 - 300 interview questions