Write a C++ program to reverse the string word by word. and also code to draw the following pattern. * * * * * * * * *
C Engineer Interview Questions
3,788 c engineer interview questions shared by candidates
8. What is Bubble Sort?
what are design patterns?
Test task was suggested before the introduction call
Then other questions are on copy c-tor, virtual inheritance, design pattern, C11 etc
String manipulation problem to be solved using C/C++
Describe a time when you were stressed; what happened, why, and how did you deal with it?
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
Viewing 331 - 340 interview questions