Category: interview questions
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 …
Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive), prove that at least one duplicate number must exist. Assume that …
Here are some last minute tips before your phone interview. You’ll be coding, real-time. If you don’t have experience of using them – try them out. Coding fluency is …
Given an integer, write a function to determine if it is a power of two. This is not new, and the solution has been posted at Using a Faster …