What is a virtual function
C Engineer Interview Questions
3,788 c engineer interview questions shared by candidates
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"
C# questions,
Programming task to do.
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)
2. Technical Managerial Rounds: there were two technical rounds Mostly questions from previous work experience and some questions on programming and basic C++ questions Ex: program to reverse a string can destructor be overloaded, types of inheritance, virtual functions, program to sort a linked list, types of polymorphism
Tell me about your bachelor thesis.
1st: C++ problem (revert words in a sentence), logical tests and math problem 2nd: Visual C++ tasks
What is polymorphism and of how many types is it?
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 771 - 780 interview questions