Puzzle: There are 25 horses and 5 lanes for conducting a race among them. In a minimum of how many races, would be able to find out the 3 fastest horses among them? Assumption: Speed of horses are consistent enough across races.
Software Development Engineer Interview Questions
32,809 software development engineer interview questions shared by candidates
Given two lists A and B containing sorted non-unique integers, return the elements in A but not B and the elements in B but not A.
Coding questions of good standard !
Write a code to reverse binary bit pattern for an integer without using any string or utility methods?
How would you implement a top 3 word count in a text editor application?
Find nth last number in a singly linked list.
Write a code such that each nose in BST points to it's right neighbour.
A programming involving hashset, 2 questions where I had to list out test scenarios, one more question involving how to improve API's that are over and under used.
2. Find top 100 maximum number from a continuous input stream.
Asked to implement a function that takes an integer and returns whether or not the number had an odd or even number of 1 bits.
Viewing 61 - 70 interview questions