Wap to print all prime no. upto a given input no.?
Engineer Software Interview Questions
419,802 engineer software interview questions shared by candidates
Aptitude test and other tests
based on user input, return an updating list of us cities as the user types. example: user input = s return= san fran, san antonio, seattle.... user input = e return = seattle, seguela, sebba... and so on
Given a balance and marbles where one marble weighs more than the other, how many times do you have to use the balance to find the heaviest marble for 7 marbles. Then, extend that answer to how many marbles can you weigh with 4 tries.
Remove all characters of a string from another string. The algorithm should be less than O(m*n) where m & n are lengths of strings and the space used should be less than O(m+n).
Question level is not so difficult, its middle level and also tricky and programmatic.
project details
Implement the Fibonacci sequence with O(n)
Write a program to reverse a string
How to calculate the depth of binary tree.
Viewing 2571 - 2580 interview questions