I applied through university. The process took 1 day. I interviewed at National Instruments (Austin, TX) in Jan 2010
Interview
Gave a recruiter my resume at a technical career fair. We did the interview the next day. It went for about an hour, a few basic behavioural questions followed by a few simple programming questions. The guy doing the interview was wearing a polo shirt, so I don't think they have a very strict dress code for the interview. He seemed fairly bright and amiable.
Interview questions [2]
Question 1
Given an array of two 32-bit ints, write a function that returns a 64-bit int that contains the value of the two ints concatenated together. (C++)
Given a circle (point + radius) and point, write a function that returns true if the point is in the circle, and false if it's not. Also, we discussed ways we could optimize the function.