How did you first find out about ICIMS?
Software Engineering Intern Interview Questions
12,189 software engineering intern interview questions shared by candidates
Part 1: Create a class to store messages. Part 2: Make sure it only stores the last N messages to save space. Part 3: Messages may not arrive in the correct order, instead they'll have a sequence number.
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.
Write a enqueue and dequeue using linked lists, resolve deadlock on it etc
Tell me some CS projects you have worked on before.
How would I design a system that could detect fraudulent credit card purchases of alcohol, with the only source being credit card transaction history?
What are the 4 pillars of Object-Oriented Programming and can you explain them?
None very straight forward
Lots of probing to improve initial algorithm in various ways: better runtime, less memory, possible flaws
Viewing 531 - 540 interview questions