There is a cuboid, with metal balls, now you are given X-RAy of two adjacent faces, so that you have black spots of there is ball in ( depth ) of that cell. Now u have to tell where all are there balls
Development Interview Questions
137,377 development interview questions shared by candidates
Being only the first interview, there were no hard questions, but they asked why I liked library A or library B and such questions.
Given an array with integers, return the array so that it will not have any consecutive duplicates.
Given a tree of order n which is neither complete or a search tree, write a function to construct a new tree of order m in-place. Memory usage is bound to 2 times the size of the tree. The new tree must be complete, and a node A cannot be a child of another node B in the new tree if A was an ancestor of B in the old tree.
Write code to search a substring from another string
How many people can you stuff in a school bus
How to traversal a tree using breadth first method.
Suppose you have a C++ base class and several classes that inherit from it. What might happen if you do not write a virtual destructor for the base class?
Write test cases for the above function.
How do you know if three points make a triangle?
Viewing 1751 - 1760 interview questions