Describe a time when you were stressed; what happened, why, and how did you deal with it?
C Software Engineer Interview Questions
3,487 c software engineer interview questions shared by candidates
String manipulation problem to be solved using C/C++
Write a C++ program to reverse the string word by word. and also code to draw the following pattern. * * * * * * * * *
8. What is Bubble Sort?
1) What is multithreading? 2) How do you create threads and how do you resolve thread issues? 3) How would you update an UI element when two threads are accessing it simultaneously? 4) How would you prevent two instances of an application from opening? 5) What is async programming and how to create task based method? 6) Out vs Ref? 7) What is Dependency injection? 8) Did you work between managed and unmanaged codes (C++ and C#)? 9) Which design patterns did you use? What is singleton? 10) What is background worker? 11) Do you have any question?
4 tasks in Codility. The first one was about C++ basics like dynamic_cast etc, 4-choice Second one classic parsing exercise in C++ using string, maps, arrays, however very badly specified so that correct solution was simply not feasible in given time, unless you neglect most possible inputs and "go straight to dumbest implementation" that might or might not pass Codility scoring test. Third question is about dynamic programming, in-depth search of cheapest route. Fourth was numerical exercise, relative calculation on angles maybe easy but certainly might be tricky.
Q: What feedback did you receive
Tell us more about your background and your experience with programming?
C++ oops concepts, Multi threading and MFC concepts.
Write a lambda function for incrementing an array values. Write a program for filtering prime numbers in a array and storing it in a vector array. Write a program to print the last 5 greatest numbers in an array.
Viewing 311 - 320 interview questions