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.
Development Intern Interview Questions
5,452 development intern 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).
One of the software engineers asked me the question about the colored chameleons bonking into each other question. Basically, there are 15 red, 17 green, and 19 blue chameleons on a desert island. Whenever two chameleons of different colors collide, they both become chameleons of the third color. Can it ever be that all the chameleons on the island are the same color?
Calculate the square root of a number.
Find the max ;length palindrome in an input string.
There is an array of numbers, containing the integers 1-n, how can you find the sum of the numbers in that array?
How would you implement Amazon's "users who bought this item also bought ..." feature?
Given a triangle of integers, find the path of the largest sum without skipping.
Reverse a linked list.
How would you traverse through a binary search tree and print out each element in order?
Viewing 51 - 60 interview questions