i
Adaan Digital Solution
Filter interviews by
I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.
Top trending discussions
I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.
React lifecycle methods are functions that are called at different stages of a component's life.
Mounting: constructor(), render(), componentDidMount()
Updating: render(), componentDidUpdate()
Unmounting: componentWillUnmount()
Error Handling: componentDidCatch()
Debounce the API call on input change to optimize performance.
Implement a debounce function to delay the API call until the user has finished typing.
Set a time interval for the debounce function to wait before making the API call.
Cancel the previous API call if a new input change occurs before the time interval is up.
Use a loading spinner to indicate to the user that the API call is in progress.
Consider using a caching...
useMemo is a hook in React that memoizes the result of a function and returns the cached value when the inputs don't change.
useMemo is used to optimize performance by avoiding unnecessary re-renders.
It takes two arguments: a function that returns a value and an array of dependencies.
If any of the dependencies change, the function is re-executed and the new value is cached.
Example: useMemo(() => expensiveFunction(a, b),...
I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.
React lifecycle methods are functions that are called at different stages of a component's life.
Mounting: constructor(), render(), componentDidMount()
Updating: render(), componentDidUpdate()
Unmounting: componentWillUnmount()
Error Handling: componentDidCatch()
Debounce the API call on input change to optimize performance.
Implement a debounce function to delay the API call until the user has finished typing.
Set a time interval for the debounce function to wait before making the API call.
Cancel the previous API call if a new input change occurs before the time interval is up.
Use a loading spinner to indicate to the user that the API call is in progress.
Consider using a caching...
useMemo is a hook in React that memoizes the result of a function and returns the cached value when the inputs don't change.
useMemo is used to optimize performance by avoiding unnecessary re-renders.
It takes two arguments: a function that returns a value and an array of dependencies.
If any of the dependencies change, the function is re-executed and the new value is cached.
Example: useMemo(() => expensiveFunction(a, b),...
posted on 30 Jun 2022
I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.
JS is a scripting language used for web development. React JS is a JavaScript library used for building user interfaces.
JS is a client-side scripting language used for web development.
React JS is a JavaScript library used for building user interfaces.
React JS allows for the creation of reusable UI components.
React JS uses a virtual DOM to optimize performance.
React JS is maintained by Facebook and has a large community
based on 2 reviews
Rating in categories
Web Designer
171
salaries
| ₹0.9 L/yr - ₹5.4 L/yr |
Front end Developer
15
salaries
| ₹3 L/yr - ₹7 L/yr |
Content Writer
12
salaries
| ₹2.9 L/yr - ₹9 L/yr |
Web Developer
11
salaries
| ₹1 L/yr - ₹6 L/yr |
Graphic Designer
11
salaries
| ₹1.5 L/yr - ₹3 L/yr |
TCS
Infosys
Wipro
HCLTech