C Engineer Interview Questions

3,798 c 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
avatar

C++ Software Engineer

Interviewed at Flow Traders

3.8
Apr 21, 2023

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

Sample coding problems peppered with questions on on C++ and object-oriented design that built on the code being written. Examples are alternative approaches and the benefits or trade-offs associated with them. Lots of questions on memory management.
avatar

C++ Developer

Interviewed at Kitware

3.3
Oct 7, 2021

Sample coding problems peppered with questions on on C++ and object-oriented design that built on the code being written. Examples are alternative approaches and the benefits or trade-offs associated with them. Lots of questions on memory management.

What happens in the memory at the backend from code compilation to execution? If you know the process ID, which command would you use to kill the process? Given a large dataset where you know the data and their IDs, which data structure would you prefer for searching? Which one have you used—SQL or NoSQL? Which is better and why? What is indexing? How does it help in searching when we don’t know the primary key or specific details?
avatar

C++ Developer

Interviewed at Panzura

3.1
Feb 19, 2025

What happens in the memory at the backend from code compilation to execution? If you know the process ID, which command would you use to kill the process? Given a large dataset where you know the data and their IDs, which data structure would you prefer for searching? Which one have you used—SQL or NoSQL? Which is better and why? What is indexing? How does it help in searching when we don’t know the primary key or specific details?

Viewing 2171 - 2180 interview questions

Glassdoor has 3,798 interview questions and reports from C engineer interviews. Prepare for your interview. Get hired. Love your job.