The challenge was comprised of two tasks; one code challenge and one puzzle.
Software Development Interview Questions
36,967 software development interview questions shared by candidates
On ado.net and asp.net they interviewed and programs
Find the intersection of two linked lists. Follow up: if the linked lists are doubly-linked lists.
Given an array of n unsorted ints, with the condition that each number is at most k positions away from its final sorted position, give an efficient sorting algorithm.
If you have eight objects that all weigh the same except for one (which is heavier) and a two-sided scale, what is the minimal number of times you can use the scale to determine the odd item out?
What happens when you type www.google.com in your browser?
sentence similarity
Q) How would you all values from the nodes of a given binary tree into a string and then deserialize the string and put it back in the binary tree?
Find a longest Palindrome in a given string.
Find depth of a binary tree
Viewing 281 - 290 interview questions