What is the time complexity of your solution?
Development Engineer Interview Questions
37,096 development engineer interview questions shared by candidates
How could you represent days and month using 2 6 sided dice
The logic part was not that easy for me
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.
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"
string compression: aaabbbbcc ->a3b4c2
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.
Viewing 101 - 110 interview questions