Why did you apply for this job?
Senior Product Engineer Interview Questions
560 senior product engineer interview questions shared by candidates
What do you look for in a manager?
Honeywell uses the "STAR" method of interviewing candidates - responses to generic questions are graded 1 to 9 over 5 categories. Scores are averaged and plotted for each category on a star shaped graph, indicating strengths and weaknesses. Over the course of 9 interviews, less that 15% of the time was spent discussing the specific job, or requirements. No time was allotted for discussion.
Explain API automation? Difference between Abstract class and Interface? Explain different OOPS principles? Why should we hire you?
Can you share a few dates and times that work best for you?
Behavioral and based on resume experience
Debugging questions from application side.
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.
Viewing 391 - 400 interview questions