Tag: interview question
This is a classic interview question: You are asked to write a function that returns a bigger number of both, without using any comparison operator, such as if, or …
The Interview Question: Assume the Rand5() gives a random integer from 1 to 5. Each possible return is given with the same probability. How do you construct the Rand7() …
The following seems an easy question, to get the area of the rectangluar triangle with the slope equals to 10 and the height equals to 6. If your answer …
This is the technical phone interview question from Google. Google has offices in London but the call was from Google Switzerland (+41). The interview lasts for 45 minutes. Given …
The question is: how many bits are required to change if we want to convert a integer to another? The problem is from . This may seem complicated at …