Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 3 interview rounds.
Aptitude easy and c mcq question and some basics program
Top trending discussions
posted on 15 Oct 2024
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 ...
Identify the problems
Select the major problems in the case
posted on 15 Oct 2024
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 16 Jul 2024
Discussing about basics of microcontroller
Its on datastructure which is very difficult for ece background students
posted on 31 Jan 2024
I applied via campus placement at Sri Vasavi Engineering College, Tadepalligudem and was interviewed before Jan 2023. There were 2 interview rounds.
Consists of aptitude and reasoning
posted on 12 Jul 2021
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
volatile constant and constant volatile are different in terms of read and write access.
volatile constant means the value can be changed by external factors but cannot be modified by the program
constant volatile means the value cannot be changed by external factors but can be modified by the program
the order of volatile and constant keywords matter
example: volatile const int a = 5; const volatile int *b = &a;
a can be c...
The sub function of 19 02 is not specified.
The question does not provide any context or information about the sub function of 19 02.
Without additional details, it is impossible to determine the specific sub function being referred to.
More information or clarification is needed to answer the question.
posted on 15 Oct 2021
I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.
based on 1 interview
Interview experience
Software Engineer
6
salaries
| ₹24.5 L/yr - ₹35 L/yr |
Senior Software Engineer
6
salaries
| ₹30 L/yr - ₹61.9 L/yr |
Software Developer
3
salaries
| ₹17.5 L/yr - ₹37 L/yr |
Assistant Manager
3
salaries
| ₹5 L/yr - ₹6.5 L/yr |
Network Engineer
3
salaries
| ₹18 L/yr - ₹24 L/yr |
Aruba Networks
Ruckus Networks
Extreme Networks
Juniper Networks