Give a function called "fun" and imagine what does this function do.
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
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?
Which one of the following function types CANNOT be overloaded? 1. The constructor function of a structure 2. The constructor function of a class 3. The destructor function of a class 4. Any constant method of a class 5. Any static method of a class
What are the differences between Java and C++?
If you have an array, how will you find an element?
1-100 integer sequence, how to find the missing 2 numbers
Viewing 291 - 300 interview questions