What do you look for in a manager?
Senior Product Development Engineer Interview Questions
110 senior product development engineer interview questions shared by candidates
mCQ questions in C++. 1) what is min things a class should have ? - constructor, destructor, - constructor, destructor, copy constructor - only constructor, - only destructor 2) what can not be inherited from following options: - constructor - friend function - both a and b - neither of them 3) class base { public: virtual void print() { cout << "base"; }}; class derive { public: void print() { cout<<"derive"; } }; class d : public base, public derive { public: void print() { cout<< "d"; } }; int main() { d obj; base b; derive d; int i ; base *ptr[3]; ptr[0] = &b; ptr[1] = &obj; ptr[2] = &obj; ptr[i]->print(); } 4) difference between function overloading and overriding. 5) default allowing access specifier in C++ ? private, public, protected ? 6) destructor calling sequence in non-virtual function in multiple inheritance ?
Why do you want to work with medical devices?
Describe a situation where you had to solve an ethical problem between team members.
I don't remember any difficult questions
There were no unexpected questions but all were related to the topics what you have worked on and so.
Technical tasks in Java
Standard questions (some of them behavioral)
Project management test / Presentation
Why do you want to change your current job?
Viewing 81 - 90 interview questions