I applied online. The process took 2 weeks. I interviewed at Panasas
Interview
Got a call from recruiter then had a technical phone screen which mostly concentrated on kernel fundamentals like synchronization and memory management. Got called for an onsite interview which had 4 interviews which were an hour long. The questions ranged from design issues where I had to implement framework APIs that other kernel components can use to get high resolution timers and also some algorithmic questions. Overall the interview process was good and relevant to the positions.
Interview questions [2]
Question 1
Implement kernel APIs that other kernel component can use to get hi res timers.
If you have to large files with each file havin some unique integers in a non sorted manner, come up with a program to find if both the files have some set of numbers. Example file1 {4, 8, 9} File2 {8, 4, 9}