well all questions are expected, string reverse without reversing words for example " this is sentence" => "sentence is this", write c++ code to do so
Senior Software C Developer Interview Questions
32 senior software c developer interview questions shared by candidates
What is 40>>2
Etude d"un code en C++. Paradigme object Questions classique sur le language. Questions sur les structures de données Questions d'algorithmie
What 4 functions are automatically generated for a class by the c++ compiler?
What is the best case lookup time for a hash table?
They sent a simplistic question about parsing streaming trade data and doing very simplistic calculations on it.
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?
4 tasks in Codility. The first one was about C++ basics like dynamic_cast etc, 4-choice Second one classic parsing exercise in C++ using string, maps, arrays, however very badly specified so that correct solution was simply not feasible in given time, unless you neglect most possible inputs and "go straight to dumbest implementation" that might or might not pass Codility scoring test. Third question is about dynamic programming, in-depth search of cheapest route. Fourth was numerical exercise, relative calculation on angles maybe easy but certainly might be tricky.
What is your experience on C++
Technical quest about C and Unix about threads unix editor and inter-process communication types
Viewing 1 - 10 interview questions