Filter interviews by
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 ...
I applied via Campus Placement and was interviewed in Oct 2021. There were 4 interview rounds.
Embedded Engineer
36
salaries
| ₹6 L/yr - ₹12 L/yr |
Embedded Engineer 2
13
salaries
| ₹7 L/yr - ₹14.8 L/yr |
Software Engineer
12
salaries
| ₹5.2 L/yr - ₹11.5 L/yr |
Procurement Buyer
9
salaries
| ₹6 L/yr - ₹10 L/yr |
Embedded Software Engineer
7
salaries
| ₹5.5 L/yr - ₹9.7 L/yr |
Boeing
AIRBUS
Tata Lockheed Martin Aerostructures
Raytheon