Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Code snippet to find 3rd largest salary
Sort the salaries in descending order
Skip duplicates while iterating through the sorted salaries
Return the third unique salary
setTimeout executes a function once after a specified time, setInterval executes a function repeatedly at specified intervals, setImmediate executes a function immediately after the current event loop.
setTimeout executes a function once after a specified delay.
setInterval executes a function repeatedly at specified intervals.
setImmediate executes a function immediately after the current event loop.
Example: setTimeout((...
Map is used to transform each element of an array, while filter is used to select elements based on a condition.
Map applies a function to each element of an array and returns a new array with the results.
Filter creates a new array with only the elements that pass a certain condition.
Example: map - [1, 2, 3].map(x => x * 2) returns [2, 4, 6].
Example: filter - [1, 2, 3].filter(x => x > 1) returns [2, 3].
I applied via Naukri.com
I am a dedicated Test Engineer with a strong understanding of testing concepts and methodologies.
I have experience in creating test plans, test cases, and executing tests to ensure software quality.
I am proficient in using testing tools such as Selenium, JIRA, and TestRail.
I have a solid understanding of different types of testing like functional, regression, and performance testing.
I am skilled in identifying and repo...
Nous Infosystems interview questions for popular designations
Selection sort, Search algorithms
QA test case excenarios
Get interview-ready with Top Nous Infosystems Interview Questions
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
I applied via Job Portal
Asked to create a E-Commerce website.
Advantages of 5G development in real life
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
IDisposable method is used to release unmanaged resources in .NET applications.
IDisposable interface is used to release unmanaged resources like file handles, database connections, etc.
It contains a single method Dispose() which should be implemented to release resources.
It is recommended to use IDisposable along with using statement for proper resource management.
Example: FileStream class in C# implements IDisposable
Interface defines a contract for classes to implement, while abstract class provides partial implementation.
Interface can have only abstract methods, while abstract class can have both abstract and concrete methods.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Interfaces are used for achieving multiple inheritance in Java.
Abstract classes are used when some common functionality
Top trending discussions
Interview experience
based on 320 reviews
Rating in categories
Pune,
Coimbatore
+110-20 Yrs
Not Disclosed
Pune,
Coimbatore
+17-12 Yrs
Not Disclosed
Senior Software Engineer
470
salaries
| ₹8 L/yr - ₹31 L/yr |
Software Engineer
307
salaries
| ₹2.8 L/yr - ₹11.7 L/yr |
Senior Test Engineer
281
salaries
| ₹6.2 L/yr - ₹24.9 L/yr |
Test Engineer
125
salaries
| ₹2.4 L/yr - ₹12 L/yr |
Technical Lead
107
salaries
| ₹12.2 L/yr - ₹37 L/yr |
TCS
Wipro
Infosys
HCLTech