1. He wrote down a Class and asked me to implement a method that would find mean of an array
Senior C Developer Interview Questions
365 senior c developer interview questions shared by candidates
What was the most interesting course you took in your education that was not directly related to your major, and why?
What is your experience on C++
int y[10000000000]; int main() { int x[10000000000]; x [0] = 1; y[0] = 1; printf( "X: %d Y:%d\n", x[0], y[0]); } How are x and y treated in memory?
They sent a simplistic question about parsing streaming trade data and doing very simplistic calculations on it.
Q: What are good and bad sides of virtual and multiple inheritance?
There were a lot of questions starting with my background.
Network programming: Difference between TCP and UDP?
What is the best case lookup time for a hash table?
What 4 functions are automatically generated for a class by the c++ compiler?
Viewing 21 - 30 interview questions