find if string1 exists in string2, give test conditions
Development Interview Questions
137,377 development interview questions shared by candidates
Given a string "aaabbc", convert it to "3a2b1c". Output the result only its length is smaller than the input length.
Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
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?
Find cycle in linked list.
How many lines of code I wrote for the project I worked on?
Given inorder and preorder traversals of a tree, reconstruct the tree.
Viewing 1751 - 1760 interview questions