Flatten a list containing n sublists. Ex: [3, 4, [4, [[55]]]] -> [3, 4, 4, 55]
Desarrollador Ruby Junior Interview Questions
717,214 desarrollador ruby junior interview questions shared by candidates
4)write program to remove duplicate in an array
Write up and populate a linked list in C#.
Difference between ArrayList and LinkedList ?
Why do you want to work for Apple
sort binary array with minimum time complexity
Write a function that determines if a tree is a BST or not
You have 25 horses but only a single 5 lane race track. Only 5 horses can race at any time. You don't have a timer or other measurement tools. How many races do you need to run to find the fastest top 3 horses?
In technical round I was asked one puzzle. 3 tyres will be given whose lifetime is 5km each. For how many kilo-meters you can ride a bike ?
You have a pile of coins. One of them is counterfeit, and its weight is different from the other coins. All of the other coins weigh the same. You are given a balance. How would you find the counterfeit coin? Now code it up.
Viewing 1421 - 1430 interview questions