My Recent Interview Questions Related to Data Structures Algorithms and Java
My Recent Interview Questions Related to Data Structures Algorithms and Java

Here is the list of questions asked to me in Microsoft, Salseforce, Kony Labs and other companies.


  • Find key in a given rotated sorted array.
  • Check the validity of a BST.
  • Find a given word in 2-D matrix and print path if it exists.
  • Print longest palindrome length in given string.