i
CoreFlex
Solutions
Work with us
Filter interviews by
I applied via Naukri.com
useMemo is a React hook used for memoizing expensive computations and optimizing performance.
useMemo is used to memoize the result of a function or computation.
It takes a function and an array of dependencies as arguments.
The function is only re-executed if any of the dependencies change.
It returns the memoized value, which can be used in the component.
It is useful for optimizing performance by avoiding unnecessary re-...
The useEffect hook is used in React to perform side effects in functional components.
It is used to handle side effects like data fetching, subscriptions, or manually changing the DOM.
It runs after every render and can be used to replace lifecycle methods like componentDidMount and componentDidUpdate.
It takes two arguments: a function that contains the side effect logic, and an optional array of dependencies.
The functio...
Semantic elements are HTML tags that clearly define the content they contain for both browsers and developers.
Semantic elements provide meaning to the content they enclose, making it easier for search engines to index and for screen readers to interpret.
Examples of semantic elements include <header>, <footer>, <article>, <section>, <nav>, <aside>, <main>, <figure>, <fi...
useMemo is a React hook used to memoize the result of a function and optimize performance.
useMemo is used to cache the result of a function and only recompute it when its dependencies change.
It is useful for optimizing expensive calculations or preventing unnecessary re-rendering of components.
Example: useMemo(() => calculateExpensiveValue(a, b), [a, b])
The memoized value is returned by useMemo and can be used in the c...
Top trending discussions
posted on 25 Jul 2024
Debouncing in React is a technique used to limit the number of times a function is called in a specified time frame.
Debouncing helps in improving performance by reducing unnecessary function calls.
It is commonly used in scenarios like search bars where we want to wait for user to finish typing before making an API call.
Example: Using lodash debounce function to delay API call until user stops typing.
Throttling in React helps limit the number of times a function is called within a specified time frame.
Throttling is used to improve performance by reducing the number of times a function is executed.
It is commonly used in scenarios like handling scroll events or input changes.
Example: Using lodash's throttle function to limit the rate of execution of a function.
Basic in array and function and es6 concepts
I applied via Company Website and was interviewed before Jul 2022. There were 5 interview rounds.
A screening test on javascript was conducted.
I was asked to build a weather app using react in 24 hours, where the APIs where provided. Unit test cases was optional.
I appeared for an interview in Jul 2021.
Round duration - 60 minutes
Round difficulty - Easy
It was a different and unique kind of mcq and coding test that I was gone through. It was like a chat application where Bot was sending some mcq question and I had to select the correct answer, sometimes when my answer goes wrong it gave another chance on the same time. All the mcq questions were based on HTML, CSS and JavaScript. And the last question was a JavaScript coding question in which we have to find the most occurred word in the given sentence.
Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...
Find the most frequent word in a paragraph that is not in a list of banned words.
Split the paragraph into words and convert them to uppercase for case-insensitivity.
Count the frequency of each word, excluding banned words.
Return the word with the highest frequency in uppercase.
Round duration - 45 minutes
Round difficulty - Easy
Discussion on Projects that i have specified in my resume and also the interviewer asked question based on JavaScript concept along with few easy kind of DSA problem.
Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.
The string 'S' should be evaluated in a case...
Validate if a given string is a palindrome after removing special characters, spaces, and converting to lowercase.
Remove special characters and spaces from the input string
Convert the string to lowercase
Check if the modified string is equal to its reverse to determine if it's a palindrome
Tip 1 : If currently in college do some development along with the DSA. Some good projects (1-2 is enough) will give your resume higher chances to get shortlisted.
Tip 2 : Be good with your JavaScript skills.
Tip 3 : HTML/CSS should be proficient.
Tip 1 : Put at least 2 nice projects.
Tip 2 : Should be to the point.
posted on 7 May 2021
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
I appeared for an interview in Jan 2021.
Easy to moderate apt test here
Easy to moderate coding questions on array
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
posted on 4 Jan 2025
I applied via Company Website and was interviewed before Jan 2024. There were 2 interview rounds.
Online technical aptitude test
based on 1 interview experience
Software Engineer
81
salaries
| ₹4.5 L/yr - ₹14.3 L/yr |
Associate Software Engineer
61
salaries
| ₹2.4 L/yr - ₹7.8 L/yr |
Senior Software Engineer
22
salaries
| ₹13.6 L/yr - ₹24.2 L/yr |
Softwaretest Engineer
13
salaries
| ₹3.2 L/yr - ₹7.5 L/yr |
Software Developer
12
salaries
| ₹4.1 L/yr - ₹14.8 L/yr |
Ascent HR Technologies Private Limited
Vyapar
Entrata
CodeClouds