Easy Interview – Yes, and I accepted – Tue, 30 Sep 2014
Interviewed null -1
One phone interview, one on-site interview. On-site consisted of two 2-1 interviews, one with two managers, one with two team leads. Then two 1-1 interviews with engineers from external teams. Got an offer the following week.
Interview Questions
Explain strategies for optimizing C
Answer Question
What is two's complement? What is -1 in hex? Big/little endian?
Answer Question
Given a list of numbers from 1 to n with one missing, find the missing element.
Answer Question
Reverse a list of lists
Answer Question
Remove consecutive duplicate characters in a string. Now do this in place.
Answer Question