Didn't expect there will be reasoning and working style assessment.
Development Engineer Interview Questions
37,123 development engineer interview questions shared by candidates
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?
How would you reverse a linked list?
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
Write a function that returns the longest palindrome in a string. Not just the first one or any palindrome, but the longest. The String is a long sequence of characters, spaces included.
Find a duplicate integer in a list of length K with integers 1...K-1 and one duplicate. Do so in O(n) time with constant space.
Viewing 351 - 360 interview questions