How to calculate the square root of a number?
Financial Software Developer Intern Interview Questions
139 financial software developer intern interview questions shared by candidates
sort on linked list
You have a linked list. How would you detect a loop in it, without using DFS of BFS?
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?
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.
How Can We Inject Beans in Spring?
Try to use two stacks to function like a queue
How the difference of C++ and java reflects on my project.
Viewing 41 - 50 interview questions