1. You have been given a pointer to one of the nodes in Linkedlist which has to be deleted. There is no head pointer 2. Questions on bitwise operator.
Senior Development Engineer Interview Questions
1,588 senior development engineer interview questions shared by candidates
Take us through your profile and your experience at previous organizations. What were your responsibilities as SDE in the previous org.?
Find a missing number from a sequence of consecutive numbers.
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 ?
Write a program for billing system
Why do you want to work with medical devices?
The questions were more related to data processing and test designs. I was asked to write a program to combine a time series data in one round and some basic Java and selenium questions.
Describe a situation where you had to solve an ethical problem between team members.
Implement HashMap with put and get functions. Print left view of a binary tree.
array related program in java and testng script to test that program
Viewing 1111 - 1120 interview questions