How to avoid having instances of your class created on the stack
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
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.
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
Given a list of integers, all from 1 to n, except for 2 which are marked as "0", find the 2 values that are missing. For example, for n = 5: arr = [1,5,0,0,3] => the two missing values are 2 and 4.
Programming question: given a m by n grade, how many possible paths are there from (0, 0) to (m, n). Can only move in two directions, right and down.
Could you write an quick sort algorithm, you can use any language.
Reverse a string
Viewing 121 - 130 interview questions