easy
Development Interview Questions
137,183 development interview questions shared by candidates
easy
Recruiters will prepare you with areas of questioning for the team you are interviewing for.
1) A puzzle to find 3 numbers in an array which summed to 0.
Can you think of an example of a scenario where you would want to use a tree with more degrees of branching than a binary tree?
Given a list of n elements...every element has a duplicate except one...Find that lone number?
Reverse the words in a sentence. For example, "Have a nice day" becomes "day nice a Have"
You have two linked lists that merge at some node. The lists could be billions of nodes long. Find the node where the lists merge in the most optimal time while using a low amount of memory.
string compression: aaabbbbcc ->a3b4c2
They also asked me how will you explain the the terms "force" and "kinetic energy " to a 5th class child ?
Given an array as an input: [1,2,3,4,5] Return an array, which has a given index the product of all the other numbers in the array (except for the number at the given index), without using the divide operator: [120,60,40,30,24]
Viewing 131 - 140 interview questions