i
Recrosoft Technologies
Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.
Hooks are functions that allow you to use state and other React features without writing a class.
Hooks were introduced in React 16.8
They allow you to reuse stateful logic
useState is a hook that allows you to add state to a functional component
useEffect is a hook that allows you to perform side effects in a functional component
useContext is a hook that allows you to consume a context in a functional component
useMemo is used to memoize a value while useCallback is used to memoize a function.
useMemo is used to optimize expensive computations by caching the result and returning it if the inputs are the same.
useCallback is used to optimize expensive function creation by caching the function and returning it if the inputs are the same.
useMemo returns a value while useCallback returns a memoized function.
useMemo is used for memo...
Call, apply, and bind are methods used to manipulate the value of 'this' in JavaScript functions.
Call and apply are used to invoke a function with a specific 'this' value and arguments passed as an array or list respectively.
Bind returns a new function with a specific 'this' value and any arguments passed as a list.
Example: myFunction.call(thisValue, arg1, arg2); myFunction.apply(thisValue, [arg1, arg2]); myFunction.bi
The CSS box model is a design concept that describes how elements are displayed on a web page.
It consists of content, padding, border, and margin.
The content is the actual element and its size is determined by width and height properties.
Padding is the space between the content and the border.
Border is the line that surrounds the content and padding.
Margin is the space between the border and the next element.
The box mo...
Closures are functions that have access to variables in their outer scope, even after the outer function has returned.
Closures are created when a function is defined inside another function.
The inner function has access to the outer function's variables, even after the outer function has returned.
Closures can be used to create private variables and methods in JavaScript.
Example: function outer() { var x = 10; function ...
Top trending discussions
I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.
Basic Aptitude questions
Coding questions based on arrays strings etc
I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.
To find spaces in a string, use the split() method and count the resulting array length minus one.
Use the split() method with a space as the delimiter
Count the length of the resulting array minus one
Example: 'Hello World'.split(' ').length - 1 returns 1
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
116
salaries
| ₹9 L/yr - ₹31 L/yr |
Software Engineer
90
salaries
| ₹7 L/yr - ₹25 L/yr |
Software Developer
21
salaries
| ₹7 L/yr - ₹23 L/yr |
Talent Acquisition Executive
18
salaries
| ₹3 L/yr - ₹7.4 L/yr |
Senior Software Developer
8
salaries
| ₹9.4 L/yr - ₹28 L/yr |
Infosys
TCS
Wipro
HCLTech