I applied through other source. The process took 3 weeks. I interviewed at Tableau Software (Seattle, WA) in Aug 2013
Interview
One Phone Screen, A few coding questions for homework, in-house interview. 4 hrs of technical questions. Engineers seemed very happy to be there. Yes it's gone public but it's clearly in the sweet phase of a software company. Rapid growth, happy customers etc.
Only bad part of the experience was getting a rejection via voicemail from the recruiter. Would have been nice to hear in person after the time and preparation investment. She didn't respond to me after leaving the voicemail.
Interview questions [4]
Question 1
Given a fleet of computers, write software such that each computer prints the sum of every computer's unique value. Given API, receive(int computer#), send(int val, int computer#), int getMyValue(), int getNumberOfComputers(). All calls are blocking.