Write a program that takes an integer and gives the closest node in a binary tree.
Engineer Software Interview Questions
419,923 engineer software interview questions shared by candidates
what ds can be used for LRU cache.
Programming question - Given 2 sorted arrays, merge them. Follow up, ensure only 1 of each element is saved in the merged array aka no duplicates.
You have a sentence that has a grammatical error, and the sentence has been broken into a parse tree. The grammatical error is because of an interaction between two words. Find the minimum complete phrase that includes the grammatical error.
Find the longest palindrome in a string
Design a parking lot
WAP to find nth Fibonacci number. After I wrote the code, had to read it out line by line. then she asked follow up questions like why this method, what other ways you can write the algorithm, etc.,
How would you code up a custom rectangle detector?
How can you find the biggest the number in 2 arrays, and they are not sorted. What is the time complex. implement it and send it to someone.
Given 2 eggs and there are 100 steps. Need to find the step from which the egg starts breaking. What is the minumum tries?
Viewing 3191 - 3200 interview questions