Why did you get a weak grade in such and such subject?
Financial Software Developer Intern Interview Questions
758 financial software developer intern interview questions shared by candidates
Tell me some sorting algorithms you know.
What is the difference between a struct and a class?
Give a function called "fun" and imagine what does this function do.
Given a string of characters (e.g. Scrabble tiles) and a dictionary of allowed words, how would you use those tiles (without replacement between words) to construct the 10 longest allowed words?
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.
build an interface and class that handles constant input of stock values for many companies and allows user to query current avg stock price of that company.
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
Viewing 301 - 310 interview questions