Why do you want to join the company?
Software Development Engineer Interview Questions
32,835 software development engineer interview questions shared by candidates
Write code to reverse a linked list from its mid point. So 1->2->3->4->5->6->7 becomes 1->2->3->7->6->5->4
Find the most common "3 page path" on a website given a large data log.
Write a function that takes a BinaryTree and validates if it is a valid BinarySearchTree. Assume the tree contains no duplicate values.
Implement atoi()
How do you check if a Binary Tree is a Binary Search Tree?
find the closest pair of points in a 2 dimensional space.? write an algorithm.
Describe data structure for Shuffle operation in a music player
Merge two sorted linked lists with unique integers.
How would you find the common primes in two integers ?
Viewing 801 - 810 interview questions