1. Find out that data in a linked list is a palindrome
Development Engineer Interview Questions
37,106 development engineer interview questions shared by candidates
Find nth fibbonacci number in less than 0(n).
Design and implement an algorithm to determine if a binary tree is symmetric.
Write a code to determing whether a binary tree is symmetric or not (symmetricity is based on data i.e., folding the tree with respect to the root node, all the leaf nodes which overlap should have same data)
convert binary tree to double linked list
Q2) Certain Customers buy kindle on day one and certain customers buy kindle on day two. Design an algorithm(optimum) to find customers who bought on both days. Each customer has a unique ID (Integer). (I forgot to consider case of duplicates,until she reminded), You need to write complete code(NOT just pseudo code within given time and read it out)
Find the maximum subset sum in an array of numbers. Discuss complexity.
Find the most frequent 3-page sequence in a web log.
2) This is the most important task in the group assesment where I think I would have failed. You will be given a code base with 30 Java files. There will be three milestones. Milestone 1) You need to find a way to map the products to shipping centers. The question was vague and I cant remember it exactly. This mapping can be done by identifying the cost of shipping for each area. Cost can in turn be calculated based on four different factors like air shipping, ground shipping and few others. Based on the customer requirement you need to make the products to shipping areas and return a list of product ids and their shipping cost list.
Heap Sorting. What data structure do you use to implement it? Time to access and sort. Code it.
Viewing 451 - 460 interview questions