Given sample code and asked to determine what it was supposed to do. Then asked to point out everything wrong with it.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Implement Bloggle(Find all possible words in a board of characters).
Consider a rectangular mesh (intersecting horizontal and vertical lines ). These lines represent intersecting roads. You are standing at top left intersection and you need to reach to a resort located at bottom right intersection. On your way, you can see interesting sights which are given points (weightage). You are lazy to walk (i.e. you wont walk left / up. You will only walk to right or down). While reaching resort , you want to cover maximum points (see things that have more weightage). Write a program to calculate maximum number of points that you can cover. He later asked me to improve solution by avoiding paths already visited.
How to determine whether the given binary tree is a binary search tree.
Write an algorithm for solving the jigsaw puzzle. Input is the pieces of the puzzle and a method taking two pieces as input and returning true if they fit, false otherwise.
Mostly data structure questions on arrays, linked lists, etc
Why choose Expedia?
What's the longest program u have ever written
None
Wasn't there any difficult question really but the interview covers a lot of aspect, between technical and non technical question.
Viewing 1181 - 1190 interview questions