how will you maintain the customer to renew his membership?
Development Interview Questions
137,332 development interview questions shared by candidates
Implement a solution for the bounded buffer problem where you have a queue of work items and several producer/consumer threads.
Design a cellphone for a blind person
Given a BST find the second largest element?
Write a program to find out the median of two sorted array.
In employee table there is a self reference to boss (who is also an employee). How to find the number of people that work under a given person for his entire tree.
1. Implement stack using queue 2. Merge two arrays and sort them in order as specified at runtime. The two arrays may share common entries between them, but the resultant array must not have duplicates.
Reverse words in a String
Convert string to number. "123" to 123
Combination Problem: Write a method that finds all the unique unsorted combinations of a unknown element list without using any loops.
Viewing 1321 - 1330 interview questions