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.
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.
You have DB which stored employee ID and a cache. Design how to manage a cache from employee ID took from DB.
Could you write an quick sort algorithm, you can use any language.
Memory questions of Arrays as oppose to Lists etc.
Why did you choose this field?
Tell me about one of your projects?
You are given a linked list that originally had numbers 1-100. One number is missing. How do you find the missing number?
Viewing 131 - 140 interview questions