What is the difference between a struct and a class?
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
Give a function called "fun" and imagine what does this function do.
There are two mars rovers on a 2 dimensional plane (Mars?), as well as 2 sensors. One rover is between the two sensors, and the other is outside. Write a program using only forward, backward, and onSensor() : boolean, to ensure that the rovers will collide.
The first interview has two questions, the first asked me to design an algorithms to draw a spiral with 90 degrees turn. Then second one asked me to design a class to add data to an array and delete data. In the second interview, the first question asked me to design an algorithms to calculate the area of a space. I was given only one function, which return a vector contains spaces that randomly splited, or 1 if if contains only one pieces of space with only 1 unit area; The second question is to define how two binary trees are equal, then write a function to define that.
1. Find out the longest palindrome in a given string in less than O(n*n) time. 2. Design a system that can deliver the newest price of stocks to users.
There were not difficult questions
How can stack overflow occurs?
How to tell if a series of parenthesis is valid
given an integer (say 1234), write a function to reverse that number as an integer (ie 4321)
I was asked about the difference in how garbage collection would be handled in Java v. C or C++
Viewing 291 - 300 interview questions