Write the program to merge 2 sorted lists.
Interne Software Interview Questions
17,728 interne software interview questions shared by candidates
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?
1) Tell me about a time when you had to build a partnership with someone - I didnt focus on how it helped the other side and focused on benefits that I got which got me (I think) 2) Something that didnt go as planned 3) Challenges you faces when you had to do teawork 4) Tell me about a time you learnt new tech being tech savy
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.
I was given the task to solve the problem of sting reversal using recursion on the spot.
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 681 - 690 interview questions