Ich habe mich über eine Hochschule oder Universität beworben. Der Vorgang dauerte 1 Tag. Vorstellungsgespräch absolviert im Jan. 2010 bei National Instruments (Austin, TX)
Vorstellungsgespräch
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.
Fragen im Vorstellungsgespräch [2]
Frage 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.