How would you implement Amazon's "users who bought this item also bought ..." feature?
Software Development Engineer Interview Questions
32,823 software development engineer interview questions shared by candidates
Given a triangle of integers, find the path of the largest sum without skipping.
Didn't expect there will be reasoning and working style assessment.
find a anagrams of given string from the paragraph.
How would you traverse through a binary search tree and print out each element in order?
Serialize (flatten) and de-serialize a binary tree. First describe the approach, then write the code.
Print the BST in level order
validate a binary tree
How to detect overlapping area for two rectangles
The question was: Given a text written in some language where the alphabets are represented with 1 byte or 2 byte. But the one byte alphabets always have their MSB 1 and the 2 byte charecters always have their MSB 0. Now when at some point user presses a back space how many bytes are to be deleted to erase the alphabet?
Viewing 331 - 340 interview questions