What do you do when your hashtable becomes exhausted?
Intern Software Engineer Interview Questions
9,750 intern software engineer interview questions shared by candidates
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.
Nothing specific I can say, but lots of questions related to the position as well as questions you would be able to answer after taking a data structures course.
Viewing 371 - 380 interview questions