What do you know about IHG?
Intern Interview Questions
249,571 intern interview questions shared by candidates
Write a function to determine if a string is an integer.
A task in which I was required to print all numbers between 1 and a million - with no repeating digits - Easy enough! Just can throw you off guard a bit
If integer array used to store big integers (one integer store one digit), implement arithmetic operations.
Implementing a dictionary of quick searching words
What courses have you done in school? Tell me a time when you showed leadership skills? What have you done at your previous internship?
two torpedoes fired, each with a hit chance of 1/3. if you see the boat sinking, whats the chance both hit?
1) Tow coins, P(head)=1/3, P(tail)=2/3, design a way to get the effect of fair coin
How to implement a queue simply using two stacks and how to implement a highly efficient queue using two stacks.
You have two arrays with N integers in them. Merge those arrays using a recursive algorithm so that the integers in the final array are sorted.
Viewing 111 - 120 interview questions