Write code to search and delete an element from a doubly linked list.
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
You have two identical eggs that will break when they encounter a significant force. You are in a 100 story building and know that you can find the the breaking point of the eggs by dropping them off different floors. Describe and prove the optimal algorithm for this.
What's a virtual function in C++? How can virtual functions be implemented by the compiler?
the first one is that there is an array which includes 99 numbers, and the numbers from 1 to 100, no same number, how could you find the missing one.
N people seated around a round table. Kth person removed every turn, until only one remains. Code the solution
Why Bloomberg?
How to calculate the square root of a number?
1. If you have 10 glasses and 10 mice, what is the max number of bottles you can have and be able to identify the one poisoned bottle with only one test 2. write the insert method for sorted linked list 3. given numbers 0 to 99 with no duplicates in an array, how do you find missing number
sort on linked list
You have a linked list. How would you detect a loop in it, without using DFS of BFS?
Viewing 201 - 210 interview questions