C++ questions regarding Pointers, Arrays, STL and optimizing code for performance.
C Software Developer Interview Questions
1,018 c software developer interview questions shared by candidates
C++ : Virtual Function , Polymorphism , Object Slicing ,
None really, it waz about having the right skilllset and experience on the resume and personality match with the team
What do you like to do in your free time?
Dynamic programming and STL tasks. I got only algorithm questions, analysis of their running time.
Why Zuercher?
Write a method that takes a string as a parmeter and returns the reversal of that string as a return type. // "hello, world" -> "dlrow ,olleh" // "test" -> "tset"
Sort numbers to the end of the array in linear time and in-place. example - 1,3,5,9,9,0,4,6,9 must become 1,3,5,0,4,6,9,9,9 , the method to solve this problem is a variation of bubble sort. (traverse array and push the desired number back by 1 position)
Tell me about your bachelor thesis.
Some standard CV based questions, such as "could you tell me more about this project you worked on" "how did you find working at X"
Viewing 211 - 220 interview questions