Find the least common root for 2 numbers in a BST
Engineers Interview Questions
841,850 engineers interview questions shared by candidates
Look for a string in a very long string - a needle in a haystack. Write the program in pseudo-code.
given a string write a function to return the index of the first elememt which is non-alphabat ordered
Given a dictionary as a hashtable and a word. Find the minimum # of deletions needed on the word in order to make it a valid word in the dictionary.
Given array of stick lengths, return number of turns it takes to have no sticks left. Each turn you remove sticks of smallest length and cut that length from the rest of the sticks.
If you have a ransom letter and magazines, can you construct the ransom letter from the words in the magazine.
Use singly linked list to implement the cache (LRU) algorithm. How would you do?
Find the length of the longest chain of consecutive integers in an unsorted set in linear time.
given an arrya of numbers see if you can get to index with 0 in it from an index by jumping through the array using the values in the array. So if you have [1,2,1,0,3] you can get to 0, from 0 by jumping 0, you can get to 0 from 3, by jumping 3 index down to 2 and then jumping 2 index up to 0...
Why are you a good fit for this role? How do you work in a team? Give an example How do you handle multiple deadlines? What is your GPA and when are you graduating? What is your Visa status and would you need sponsorship at anytime? When would you be able to start the job?
Viewing 1001 - 1010 interview questions