Program for tic-tac-toe game.
C Software Developer Interview Questions
396 c software developer interview questions shared by candidates
as soon as i enter EZE,a guy asked me to write a c# program in a sheet.
What is your experience on C++
Write on board a method to calculate factorials. (Sequential discussions after the writing)What if the numbers are too big? What is the factorial of zero?
What is a run time stack and a run time heap?
Google Common C++ questions. Common SQL questions(very basic, but don't mention in CV). Commom UNIX questions(very basic again, don't mention in CV)
Google out this also. Common interview puzzles.
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.
For this role, mainly, questions were more day-to-day work than algorithmic (but some very basic things such as knowledge of C++ DS still needed).
Viewing 31 - 40 interview questions