How to calculate the square root of a number?
Software Developer Intern Interview Questions
2,873 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.
Technical Coding Questions: 1. Reverse a string in place along with the complexities 2. Given an array with numbers arranged in increasing order, find the position of the given query number. Draw the recursion tree if done by binary search.
Tell me about a time when you had to develop a new skill?
Basic question that used binary search
Viewing 161 - 170 interview questions