"Have you used pipes in Linux" and "difference of reference and pointer", just disappointing overall
C Software Engineer Interview Questions
994 c software engineer interview questions shared by candidates
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
New features introduced in C++17
Usual
Leecode coding challenge (easy-medium difficulty)
all basic things about c# and .netframework
Basic C++ questions. STL you know, and asked about maps and unordered maps. Design patterns other than Singleton. RTOS concepts.
What are the access modifiers in C#?
What are rvalues and lvalues?
Random C++ questions. relatively easy. What is OOP, virtual destructor, macro vs function
Viewing 571 - 580 interview questions