1. He wrote down a Class and asked me to implement a method that would find mean of an array
Senior Software C Developer Interview Questions
373 senior software 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?
Given a catheter segment that promotes each limb in the array by 1 Run the code 100 times Despite this in the end the results are different and not everything contains 100 why?
What is the best case lookup time for a hash table?
Viewing 21 - 30 interview questions