unlimited supply of coins of different demoninations. pick min number of coins to get given amount.
Programmer Intern Interview Questions
716,624 programmer intern interview questions shared by candidates
How do you detect for the first repeated character in a string? How do you detect whether or not a word is a palindrome?
What is the fast sorting algorithm and why?
Write a function atoi in C, which takes a String as input, such as "123", and outputs an int, in this case 123.
Write a program that sees if two binary trees are equal.
Write a program that reverses the words in a sentence.
The 2-minutes part is a bit unexpected, I am not a native language speaker, I read a bit slow, so I can only finish about 60% percent of the questions.
Within 2-3 hours write a program that reads words from a large file, counts how many times an individual word occurs and output them in the order of decreasing number of occurrences. The language doesn't matter, just negotiate the programming environment you prefer in advance.
Choose any programming language of your choose and write a for loop that counts backwards from 10.
Given a sequence consisting of letters and numbers, re-arrange the sequence so that the numbers come together first, while maintaining their initial order in the sequence (not allowed to use additional memory) e.g. Input : 12gh45fd3, Output : 12453ghfd
Viewing 1561 - 1570 interview questions