what sorting algorithms do you know?
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
C programming: passing a string with a return argument
You have a C++ program where you are declaring a variable int x = 2. Somewhere in the same function, but much later, you print the value of x and it's 3000. You haven't altered the value of x anywhere, so it's still supposed to be 2. How do you debug this and why might this have happened?
How would you detect a loop in a linked list? This was a technical question, finding the answer was difficult since I forgot how linked lists worked, but the interviewer didn't mind helping out with hints and guiding me along. They weren't, obviously interested in the exact answer, but how my thinking works
given two arrays of non-negative integers, check whether two integers from two arrays sum up to a given number.
find the longest repeating char in a sorted string
How will you implement the shuffle function in iPod given a random number generator (0, 1) API?
Find the intersection of two linked list.
multiply by 2 if less than 25 go back, else continue divide by 3 subract 4 multiply by 3 Which will produce the greater result? A. 2 B. 3 C. 4 D. 5
For a non- programmer, how would you search a linear array for a set of information?
Viewing 271 - 280 interview questions