I applied through a recruiter. The process took 2 weeks. I interviewed at LinkedIn
Interview
Contacted by recruiter via LinkedIn, In mail. Set it up a phone interview with the recruiter answered some general questions. Then had a 45 mins tech phone interview. coding on a notepad
Interview questions [1]
Question 1
implement power of POW(double x, int b). Look for special if b<0. write it in O(Log n) time.