Given a string s1 and a string s2, write a snippet to say whether s2 is a rotation of s1 using only one call to strstr routine?
Mobile Software Interview Questions
5,888 mobile software interview questions shared by candidates
Print out Pascal's Triangle. Give an iterative solution. Give a recursive solution. Compare them.
given a number, find four numbers from an array so that their sum is equal to that number;
Robot Traversal.
Describe how to sort integers read one at a time from an infinite stream.
Find the in order sequence node in a BST.
How to convert a ternary expression to binary search tree Ex. a?b:c:d Given: class Node{ Node left; Node right; }
write psuedocode/code to reverse string.
Brain teaser
Perform a deep copy of a graph of nodes, where each node only contains its neighboring nodes.
Viewing 1741 - 1750 interview questions