Interview with EKA Software
Question Paper 1 Programming Questions Q 1. You have given two sorted arrays, where you required to find out the smallest number in the union of these two arrays. Q 2. You have given an array with randomly distributed 1 and 0 now you have set all 0 in beginning of array and 1 after that . Ex. [1, 0, 1, 0, 0, 0, 0, 0, 1, 1 ] [0, 0, 0, 0, 0, 0, 1, 1, 1, 1] Q 3. Your program is getting one input stream now you have to find duplicate number in this input stream as soon as it received. Q 4. Reverse a String. Q 5. Implement a queue from a singly link-list. Q 6. How can you search a word in a dictionary ? Design Questions Q1. Design a schema for Car rental service. Q2. Implement LRU . Analytical and Brain Treasures Q1. you have to move digits to correct following equation. 62 - 63 = 1. Q2. There is a 18 wheelers truck which is crossing a bridge and this bridge can hol...