Both of the questions are not difficult but I didn't figure out the latter, so you should write down the code instead of just the pseudo-code.
Development Engineer Interview Questions
37,105 development engineer interview questions shared by candidates
Finding out if a linkedlist has a loop or not. Mergin two sorted linkedlists.
Find top 10 occurring words in a page.
What are the differences between C and Java? What would you describe as the defining characteristics of an object-oriented language?
Reverse a linked list.
You have an integer array of length N, containing values in the range 1,2,3…N^2. Sort the array in O(N) time
Write a function to display the permutations of a string
Write a function with input a list of integers and output the starting index of the longest sequence of ascending numbers e.g. 12123 -> 2 or 4567 -> 0
Difference between Heap and Stack
Write code to find how many 1s are in an integer in its binary form.
Viewing 531 - 540 interview questions