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.
Intern Engineer Interview Questions
15,456 intern engineer interview questions shared by candidates
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?
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
given the utitlies getFriend(User u) and areFriends(User u1, User u2), write the function which takes as parameter the array of users and return a bool saying if you can divide the users in 2 groups s.t. if u1 and u2 both belong to a certain group, they are not friends.
Given a triangle of integers, find the path of the largest sum without skipping.
How would you traverse through a binary search tree and print out each element in order?
Viewing 121 - 130 interview questions