Given 25 horses, and 5 tracks. Only at most 5 horses can be in one round's match. Ask at least how many rounds to get the three most fast horses.
Desarrollador Python Junior Interview Questions
716,721 desarrollador python junior interview questions shared by candidates
How do java deal with hash collision?
split an array into even and odd array in sorted order and main logic should contain only two loop
Although I have all the questions from all the interview stages documented in a word file, I am not sure if I am allowed to reveal them here. But to give you a hint, I will paste only a few questions here: Interview 1: how does traceroute work? difference between big endian and little endian (with example)? BSD vs GPL vs LGPL vs FSF vs GNU? 255 & 42 = ? solve in 15 sec 11 << 2 = ? solve in 15 sec what is TTL in a packet? give examples of functional programming languages what other language runs on JVM? Interview 2: write code for fibonacci series. later, improve it. On-site Interview: (can't disclose)
Write the code for printing pattern, 1 01 010 0101 01010
write a program to check the given number is prime or not
Remove duplicates from table
13 assembley language questions in 45 minutes mean you really have to think fast.
One bridge, 4 people. A, B, C, D. A takes 2 mins to cross the bridge, B 4 mins, C 8 mins, D 16mins. It is dark and 1 torch. So, 2 people need to cross the bridge at the same time, so that one person can bring back the torch for the next group to cross the bridge. The 2 pepole group walks at the pace of the slower walker. How to cross the bridge in the fasted way?
How would you form the intersection of two lists that are unsorted? What is the complexity?
Viewing 1021 - 1030 interview questions