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.
C Software Developer Interview Questions
3,500 c software developer interview questions shared by candidates
Q: What feedback did you receive
Tell us more about your background and your experience with programming?
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