C Software Engineer Interview Questions

994 c software engineer interview questions shared by candidates

LeetCode/Hackerrank style algo question. You probably wont be asked to or won't have to implement all of it. I was asked to describe a method, I presented an idea, and then got most of the way with an implementation before running out of time. They were happy with the attempt
avatar

C++ Software Engineer

Interviewed at Torstone Technology

4.3
Apr 8, 2024

LeetCode/Hackerrank style algo question. You probably wont be asked to or won't have to implement all of it. I was asked to describe a method, I presented an idea, and then got most of the way with an implementation before running out of time. They were happy with the attempt

Implement a logger with multiple backends for writing logs (screen, file, cloud, tape, etc). After implementing the task gets more complicated: implement an asynchronous logger capable writing to slow devices without blocking the caller.
avatar

C++ Software Developer

Interviewed at BMW Car IT

3.4
Mar 1, 2016

Implement a logger with multiple backends for writing logs (screen, file, cloud, tape, etc). After implementing the task gets more complicated: implement an asynchronous logger capable writing to slow devices without blocking the caller.

Reverse a string of words, such that the last word would come to be the first, the previous to last the second, etc. all the way till the first, which becomes the last. for example "abc def ghi" should become "ghi def abc"
avatar

C++ Software Developer

Interviewed at Rafael

3.5
Apr 29, 2021

Reverse a string of words, such that the last word would come to be the first, the previous to last the second, etc. all the way till the first, which becomes the last. for example "abc def ghi" should become "ghi def abc"

Viewing 21 - 30 interview questions

Glassdoor has 994 interview questions and reports from C software engineer interviews. Prepare for your interview. Get hired. Love your job.