Read XML file and create N-array tree
Development Engineer Interview Questions
37,148 development engineer interview questions shared by candidates
Simple design questions like messaging and elevator controller
Given an NXN array, filled with battleships that can only be horizontal or vertical, count how many battleships are there in the board. The battleships will always have at least one horizontal/vertical space between them. Solution should be with no extra memory, one pass, and without changing the board.
Given a tree, write a serializer for it. Ensure it can be reconstructed from it as well class Node { public Node Left; Public Node Right; Public byte[] Data; }
Merge k sorted link lists
Given a stack and a no of element, find the max element in O(1) time
About my experience and my life when still student
What I can do to get you in the door?
Explain how to test this code, write atoi, etc
How to shuffle a deck of card. How to make it in place.
Viewing 2121 - 2130 interview questions