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
C Engineer Interview Questions
3,794 c engineer interview questions shared by candidates
1> Return Index Where Sum Of RHS equals to LHS in given Array 2>LHLH or HLHL pattern , Balance it in the way require minimum Changes and Return changes Count 3> return the count (Sorry I forget the question)
Tell about myself and if I am willing to travel
program simple balloon movement
What's your opinion on TDD
Convert color from RGBA to BGRA in C
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; }
String and Arrays-based Leetcode medium questions.
How is the vtable implemented C++. Implement string compression Some embedded stuff.
, such as how to connect to a database in your code; and some basic C++ concepts, STL, MQ Series, etc.
Viewing 2911 - 2920 interview questions