Write a function to check if a given tree is a valid binary search tree or not.
Financial Software Developer Internship Interview Questions
758 financial software developer internship interview questions shared by candidates
Given 99 numbers from 1 to 100 no-duplicate, find the number that is not there between 1 to 100; given 98 numbers from 1 to 100 no-duplicate, find the two numbers missing between 1 to 100.
There are 10 boxes of apples. Each apple in the boxes weights 1 pound, except that one of the boxes contains bad apples, which weights 0.9 pound each. You are given a digital weight (not a scale), and you can take apples out of the boxes. what is the minimum time of weighs to find out which box has bad apples? I gave one solution of 3 times using divide and conquer, but the interviewer said that 1 step is possible. So I couldn`t come up with the solution.
How to avoid having instances of your class created on the stack
Given an continuous integer array, if there is one number missing, how to find it out without sorting? How about two numbers?
You're given a set of strings. You want to test if any two strings in the set are anagrams.
You have DB which stored employee ID and a cache. Design how to manage a cache from employee ID took from DB.
Is there any algorithm to verify whether a linked list is circular or not?
gave me a tree of 3 level and provided me a number that contains the level number and asked me to code a program that would print the nodes on that level in the tree.
Counting the number of anagrams of one string in another string
Viewing 121 - 130 interview questions