C Engineer Interview Questions

3,794 c engineer interview questions shared by candidates

In technical round, I was asked math questions: 1. How would you identify if an object is infront or behind a given point 2. How would you identify the closest point that is perpendicular to the given line segment 3. Explain animation events, when would you use them 4. What does word "pragma" mean in shader
avatar

C#/Unity Developer

Interviewed at PlayShifu

3.8
Dec 14, 2025

In technical round, I was asked math questions: 1. How would you identify if an object is infront or behind a given point 2. How would you identify the closest point that is perpendicular to the given line segment 3. Explain animation events, when would you use them 4. What does word "pragma" mean in shader

int main() { std::thread* threadHello = new std::thread(printHello); std::thread* threadThread = new std::thread(printThread); return 0; } void printHello() { std::cout << "Hello" << std::endl; } void printThread() { std::cout << "Thread" << std::endl; }
avatar

Senior Software Engineer C++

Interviewed at Netvirta

4.7
Jun 18, 2021

int main() { std::thread* threadHello = new std::thread(printHello); std::thread* threadThread = new std::thread(printThread); return 0; } void printHello() { std::cout << "Hello" << std::endl; } void printThread() { std::cout << "Thread" << std::endl; }

Viewing 2911 - 2920 interview questions

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