1. Implement stack using queue 2. Merge two arrays and sort them in order as specified at runtime. The two arrays may share common entries between them, but the resultant array must not have duplicates.
Development Interview Questions
137,347 development interview questions shared by candidates
One array has size n and n elements . second array has size n+m and m elements. both the arrays are sorted. we need to get n+m elements in second array in sorted order. Linear time algorithm was expected
How do you find a target string in a source string?
Reverse words in a String
I was asked a couple coding questions, a couple design problems on concurrency and scalability, but most of my interviews were discussions about past projects and experiences.
Generally covers all data structures and Algorithm question types.
Given the head of a linked list, write a program in your language of choice to return the middle node of the list.
The differences between recursive and iterative implementations?
How would store and load a tree in file?
In employee table there is a self reference to boss (who is also an employee). How to find the number of people that work under a given person for his entire tree.
Viewing 1301 - 1310 interview questions