second round puzzle(google one) :Four people need to cross a rickety bridge at night. Unfortunately, they have only one torch and the bridge is too dangerous to cross without one. The bridge is only strong enough to support two people at a time. Not all people take the same time to cross the bridge. Times for each person: 1 min, 2 mins, 7 mins and 10 mins. What is the shortest time needed for all four of them to cross the bridge? instead of 7 mins,interviewer said it to be 5 mins :( and expected right answer from me.
Developer Interview Questions
271,338 developer interview questions shared by candidates
How to search for a specific data element in a table with a query.
What are your strong skills? Which approaches of development design you have used?
Sequence of robot moves and find circular loops in given moves sequence. sequence = "<<>>>>^v^v>><<" , < WEST, > EAST, ^ NORTH, v SOUTH. ^v this is a circular loop. find all such loops in a moves sequence.
you have an array @names = qw(John Donald Alice Carlos Bob) you have ton find out the length using map funtion? now you have to filter name with less than 4
Getting unique elements from the array?
Given 2 lists how to get the smallest common item between them.
Are u ready for 2 years bond?
They asked me to modify my oops design many times,
how to sort 2 different arrays,and save the result in the second array, if the first contains n elements, and the second contains m elements, and the second is alocated a length of m+n.
Viewing 901 - 910 interview questions