Leadership & Team Skills::
   1. Tell me about a time that you took initiative on a team project.
   2. Tell me about a time when you had some conflict with a team member. How did you resolve it?
   3. How do you deal with things like relocating to a new area? How do you deal with being new to a team?
Object-Oriented Programming Skills::
   1. What methods do you get automatically in a C++ object?
   2. What is a virtual function?
   3. What is a pure virtual function?
   4. What is a virtual destructor, and when would you want to use it?
   5. What does it mean to have a static field? A static method?
   6. What does it mean to have a final field? A final method? A final class?
   7. What is the difference between an abstract class and an interface?
   8. What is multiple inheritance and why should you avoi-- use it sparingly?
   9. Is the return type part of a method signature?
  10. What is the difference between a Java applet and an application?
0 comments:
Post a Comment