i
Polaris
Filter interviews by
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
A take home assignment
I applied via WorkIndia and was interviewed before Nov 2021. There were 3 interview rounds.
Computer hardware work marketing manager
Top trending discussions
posted on 11 Nov 2023
I applied via Approached by Company and was interviewed in Oct 2023. There were 4 interview rounds.
Just normal MCQ test.
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOPs focuses on creating objects that contain both data and methods to manipulate that data.
It allows for reusability, modularity, and flexibility in code.
Key principles of OOPs include encapsulation, inheritance, and polymorphism.
Examples of OOPs languages include Java, C++, and Python.
Virtual destructor is used to ensure proper destruction of derived class objects when deleted through a base class pointer.
Virtual destructor is declared in the base class with the 'virtual' keyword.
It allows the destructor of the derived class to be called when an object is deleted through a base class pointer.
Without a virtual destructor, only the base class destructor would be called, leading to memory leaks or unde
Reverse a linked list using iterative approach
Initialize three pointers: prev = null, current = head, next = null
Iterate through the linked list, updating pointers as follows: next = current.next, current.next = prev, prev = current, current = next
Update the head to point to the new head (prev)
posted on 29 Aug 2024
I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.
C# will be asked
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
3-5 Yrs
₹ 3.6-7.2 LPA
Software Engineer
33
salaries
| ₹3.6 L/yr - ₹8 L/yr |
Consultant
27
salaries
| ₹3.9 L/yr - ₹11 L/yr |
Software Developer
24
salaries
| ₹3.5 L/yr - ₹11 L/yr |
Associate Consultant
22
salaries
| ₹3.8 L/yr - ₹8.4 L/yr |
Design Engineer
22
salaries
| ₹10 L/yr - ₹18.7 L/yr |
TCS
Infosys
Wipro
HCLTech