What will you consider in designing a cache
Developer Intern Interview Questions
12,170 developer intern interview questions shared by candidates
What do you do when your hashtable becomes exhausted?
None of the questions were extremely difficult. They asked one coding question and a couple of probability questions.
Write the program to merge 2 sorted lists.
write a function that takes in a string and prints the occurences of each character. ;
How does hash table work
Find and store all the occurences of each letter in a word.
Given a sequence of shape rotation steps, find the missing step that would transform the shape from initial to final phase.
How did you first find out about ICIMS?
Given the root node of a tree, write two Java programs to visit all nodes of the tree, one in a depth-first fashion and the other in a breadth-first fashion, both without using recursion. Assume a node is represented by a class named Node, which has a method children() that returns a list of child nodes. Call node.visit() to visit a node.
Viewing 421 - 430 interview questions