1. Computer Architecture related problems including GPU structure, parallel computing, and CUDA 2. Machine Learning related algorithms 3. Real-world situation questions, e.g., time-efficient parallel execution and memory allocation problem
Gpu Programmer I Interview Questions
35 gpu programmer i interview questions shared by candidates
Current role in their competitor company; background; preference
What is a virtual function?
One question was: Minimum number of moves required to make all array elements equal ~ 15 min And then a lot of small questions/multiple choices, i.e. what does the code print/do? For those, you had to be really quick.
A string A contains k lowercase letters and can form multiple subsequences (not necessarily contiguous). If each lowercase letter appears with the same frequency in a subsequence as in the original string, then this subsequence is considered a perfect subsequence. Given a string A, determine the number of its perfect subsequences. For example, in the string "abca", the subsequences "a", "b", "c", "a", "ab", "bc", "ca", "aa", etc., are all valid.
1. General C questions, pointers, references, overflow, memory leak etc 2. Basic tree problems 3. Shrink image to half it's size
what's the size of pointer
Some basics on C++ including definitions and micros
How to implement memory allocation in C.
What happens if I want to write or modify a "const" variable that is in ROM?
Viewing 11 - 20 interview questions