Valuing a bond.
C Developer Interview Questions
3,500 c developer interview questions shared by candidates
Most general C++ and geometry related questions
Which method is called when you recast an object twice which has 3 levels deep inheritance and the method you're calling uses the `new` modifier?
By having the interface X, a class Y that implements it, and a class Z that extends the class Y + overrides one of the methods using override, and the second one using new, Tell which method will be called if ... Bunch of different combos of those things.
Extend your system with implementation of a simple additional requirement.
What was the most challenging project in your last job?
Difference between struct and class? Boxing and unboxing? They give you examples of code and you need to tell them what the output will be. They also ask you along the way additional questions such as what goes on under the hood when you declare a struct, what goes on under the hood when you declare a class. Even though you may be a good programmer they might make you look like a fool.
What are the Oops piller. C++ with Database connectivity, constant pointer,grep command, exception handling. Singleton class
Program 1: they asked me write down code for copy constructor and copy assignment using dynamic allocation. - every bit of the concept Program 2: Polymorphism in detail , virtual function n all Program 3: explicit keyword Question 1: difference between vector and list Question 2: virtual destructor, initializer list, separate out 0,1 from array [0, 1, 0, 1 0, 1, 1, 0, 1, 0] , To clear tieto round one needs to be very clear with the basic concept
Forgot the others, can only recall one question: about using complex Linux comment to do something.
Viewing 3461 - 3470 interview questions