First interview with someone from Germany. Find number of occurrences of letters N-V-I-D-I-A. Solved problem two ways (1) if-else ladder (interviewer seemed unaware of parallel programming), (2) Counting sort. Second question, find n-th element from end of a singly linked list - solution, used circular buffer.
Second interview with manager from Santa Clara. Question - reverse bits in an integer. Solution, used boolean equation that had the same effect as shifting bits to correct position. Company phoned back asking for a follow-up interview the day I was flying out of the country, which seemed a bit inconsiderate.
Third interview with a software engineer from Santa Clara - review C code and suggest improvements. Solution - change char pointers to std::string etc.
Overall, a PhD, 15 years in OO design, Scott Meyers C++, safety critical testing and ASIC modelling proved insufficient. They seemed to want "coders", not patents. NVIDIA seems exciting, if you like writing linked lists, but not if you like algorithms and class design. Learning NVIDIA's chip architecture in preparation was a waste of time.