Filter interviews by
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].
Top trending discussions
posted on 23 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
posted on 6 Oct 2021
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.
posted on 2 May 2021
React lifecycle, Fragment vs React.Fragment, React.PureComponent
React lifecycle consists of mounting, updating, and unmounting phases
Fragment is a shorthand for React.Fragment, used to group multiple elements
React.PureComponent is a class component that implements shouldComponentUpdate method for performance optimization
JavaScript hoisting and differences between let, var and const.
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Var declarations are hoisted to the top of their scope, while let and const declarations are not.
Var can be redeclared and reassigned, let can be reassigned but not redeclared, and const cannot be reassigned or redeclared.
Using const is recommend...
Prevent rerendering of a child component in React
Use shouldComponentUpdate() lifecycle method
Use React.memo() to memoize functional components
Use PureComponent instead of Component
Pass props as a callback function to avoid unnecessary re-renders
Use React.PureComponent for class components
Use React.memo() for functional components
posted on 30 Sep 2021
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 1 Sep 2021
I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
posted on 6 Mar 2024
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
posted on 12 Apr 2024
I applied via Job Portal and was interviewed before Apr 2023. There were 3 interview rounds.
Basic questions easy to crack. Basic programming knowledge.
based on 1 interview experience
based on 1 review
Rating in categories
Senior Software Engineer
458
salaries
| ₹14.2 L/yr - ₹25.8 L/yr |
Software Engineer
312
salaries
| ₹3.3 L/yr - ₹10.5 L/yr |
Senior Test Engineer
265
salaries
| ₹10.9 L/yr - ₹18 L/yr |
Technical Lead
132
salaries
| ₹12 L/yr - ₹42 L/yr |
Test Engineer
120
salaries
| ₹3.9 L/yr - ₹8 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland