How to calculate the square root of a number?
Financial Software Developer Interview Questions
722 financial software developer interview questions shared by candidates
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?
HR interview was unexpected.
If I give you a new book, and ask you to create the index which is found at the end of the book, how will you do it.
Given a large dataset of people, distinct phone numbers, non-unique names. How would you store the data so that you could efficiently look up someone's data by phone number? By name? What about partial searches, i.e. a few letters of the name?
3. given a m by n grid, how many possible paths are there from (0, 0) to (m, n). Can only move in two directions, right and down.
Using standard C, detect the endianness of the underlying hardware.
You have 50 coins in a dark room and you cannot see the coins, only feel them. You know there are 30 heads, and 20 tails. How can you split up the coins into two groups and guarantee that both piles have the same amount of tails? You cannot determine the side of the coin by touch and you are allowed to flip coins if you want to.
Viewing 211 - 220 interview questions