Given a list of compare orders and keys (directions), find the hashmap that matches the directions. If the first direction gives equal, then go to the second. And so on.
Software Developer I Interview Questions
550,955 software developer i interview questions shared by candidates
What represents P, in P=IV
Given a 2D grid consisting of links and vacancies represented by a 2D array and assume you can move from either down (j,k)->(j+1,k) or to the right (j,k)->(j,k+1) unless there is a vacancy
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.
Given a list of words, return the pairs of words that when concatenated form a palindrome in linear time.
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
13 assembley language questions in 45 minutes mean you really have to think fast.
Viewing 941 - 950 interview questions