in an array of characters find the character that is repeated the most
Engineer Intern Interview Questions
18,211 engineer intern interview questions shared by candidates
Given an array of integers [1,2,3,4]. and target t = 5. Come up with a solution that will print out all the unique pairs in the array that are equal t.
write a function that takes in an int and returns a string that would be how one would say that number (ex: 123 -> one hundred twenty three; 50019 -> five thousand nineteen).
Given a limited amount of RAM, how would you sort an entire disks worth of data?
what is the angle between the hours and minutes hand in an analog clock when the time is 3:15?
Given a 8-bit string, determine how to find the most reoccuring character.
given an unordered list of numbers find all pairs that add up to x
Interview Question – two algorithm questions each phone interview. Two of them were a bit challenging . One of them was : given a value k and an array , design an efficient algorithm that should output the number of pairs that sum up to k. They wanted a n log n solution, wich i provided, but I wasn't handy with the implementation. We spent several minutes with questions like why would you want to work for us? or how did you heard and what you know about us ?
How to retrieve a file with a specific string or keyword using UNIX command line
I've been asked three questions. The only one I missed is quite a basic question:If you want to do something before Java GC recycle the object?
Viewing 131 - 140 interview questions