How would you implement a priority queue?
Development Engineer Interview Questions
37,471 development engineer interview questions shared by candidates
Lot of questions on the datastructure might be easier to remember all those stuff right out of college but after 9 years of expereince its very difficult
Given 4 points, write a method to determine if the 4th point is in the triangle made by the first 3 points
Given a mathematical expression, what data structure would you use to evaluate the expression? How would you design the above question to use Trees/Graphs.
Given Coordinates, return N closest points to origin.
One of the logic questions involved determining whether someone was able to run a gas station given a list of requirements and a description of that person.
Why do you want to join the company?
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.
Viewing 851 - 860 interview questions