Filter interviews by
I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.
Top trending discussions
posted on 4 Aug 2023
I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.
About C++ programming mcq oops concept
OOPs concept in C++ involves encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car { private: int speed; public: void accelerate() { speed += 10; } };
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class ElectricCar : public Car { public: void chargeBattery() {...
A queue is a data structure that follows the FIFO (First In First Out) principle. Structure and class are similar in C++, but classes have additional features like data hiding and inheritance.
In C++, a structure is a user-defined data type that can hold different types of data. It is used to group related data together. Example: struct Queue { int front, rear; int capacity; int* array; };
A class in C++ is similar to a ...
posted on 4 Aug 2023
I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.
About C++ programming mcq oops concept
OOPs concept in C++ involves encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car { private: int speed; public: void accelerate() { speed += 10; } };
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class ElectricCar : public Car { public: void chargeBattery() {...
A queue is a data structure that follows the FIFO (First In First Out) principle. Structure and class are similar in C++, but classes have additional features like data hiding and inheritance.
In C++, a structure is a user-defined data type that can hold different types of data. It is used to group related data together. Example: struct Queue { int front, rear; int capacity; int* array; };
A class in C++ is similar to a ...
I applied via Campus Placement and was interviewed in Oct 2021. There were 4 interview rounds.
based on 6 reviews
Rating in categories
Technical Lead
653
salaries
| ₹9.4 L/yr - ₹30.7 L/yr |
Senior Engineer
461
salaries
| ₹5 L/yr - ₹18 L/yr |
Software Engineer
425
salaries
| ₹4 L/yr - ₹15.4 L/yr |
Advanced Software Engineer
414
salaries
| ₹12 L/yr - ₹34 L/yr |
Senior Software Engineer
351
salaries
| ₹7.2 L/yr - ₹28.6 L/yr |
Siemens
Bosch
ABB
Schneider Electric