I applied online. The process took 1 day. I interviewed at Akamai (Cambridge, MA) in Apr 2015
Interview
Four coding meetings, and two other with Hiring Managers.
Hiring managers would ask behavioral questions and projects. Would also like you to describe the product of your current work.
The technical will include only whiteboard.
HR friendly. Nice buildings and rooms. Nice vibes and seem to have nice friendly people.
Interview questions [1]
Question 1
Q1: Find the common ancestor of two nodes in a binary tree (not binary search tree). Interviewers didn't know the complexity.
Q2: Write echo client-server model. It is expected to know the signatures of the apis and the arguments passed in bind, listen, accept.
Q3: Implement ringbuffer.