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?
C Developer Interview Questions
3,500 c developer interview questions shared by candidates
C++ oops concepts, Multi threading and MFC concepts.
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.
Did I work with design patterns.
You have unordered list of numbers. For example, 5, 0, 1, 2, 4, 9. Compress these numbers and represent them as a string: “0-2, 4-5, 9”.
Write codes to realize encapsulation such as get and set, but they ask to do it not using common way.
What are the difference between table valued function and stored procedure?
What is object oriented programming?
Describe a situation where a team member wasn't contributing their fair share, and how you approached that situation.
create stars (*) structure using c#?
Viewing 321 - 330 interview questions