Timed coding test
C Software Engineer Interview Questions
603 c software engineer interview questions shared by candidates
2 parts home assignment: implementing something and reviewing their code
Second interview was a technical test (C++). It had quite good technical questions including algorithms, thread synchronization principals, optimizing algos and technical questions on basics.
In the next 5 minutes, teach me one thing, anything you want
"Have you used pipes in Linux" and "difference of reference and pointer", just disappointing overall
It's not allowed to share the questions, but you can expect deep knowledge of memory allocation and auto casting type definition, most of the questions are about these subjects. An example of easy question would be: geek = make_tuple('a', 10, 15.5); auto a = get<0>(geek) auto b = get<1>(geek); auto c = get<2>(geek) which kind of type is a, b, c? Or maybe they could ask, what is the result of a+b+c
Usual
all basic things about c# and .netframework
Random C++ questions. relatively easy. What is OOP, virtual destructor, macro vs function
What are rvalues and lvalues?
Viewing 341 - 350 interview questions