in an array of characters find the character that is repeated the most
Intern Engineer Interview Questions
18,167 intern engineer 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).
what is the angle between the hours and minutes hand in an analog clock when the time is 3:15?
Given a limited amount of RAM, how would you sort an entire disks worth of data?
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 ?
Write a function to convert First Name, Last Name to Last Name, First Name.
Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
Viewing 131 - 140 interview questions