Programming task to do.
C Interview Questions
5,471 c interview questions shared by candidates
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 a time when you felt a change needed to be made in how something was done. How did you come to this conclusion, and how did you get support for the change?
Tell me about your bachelor thesis.
frühster Eintrittstermin über mich als Person erzählen Lücken im Lebenslauf ....
Basic C C++ data structures
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 1201 - 1210 interview questions