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
34 senior software c developer interview questions shared by candidates
Etude d"un code en C++. Paradigme object Questions classique sur le language. Questions sur les structures de données Questions d'algorithmie
What is 40>>2
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.
What is the best case lookup time for a hash table?
What 4 functions are automatically generated for a class by the c++ compiler?
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.
Technical quest about C and Unix about threads unix editor and inter-process communication types
Viewing 1 - 10 interview questions