i
Ideas2IT
Technologies
Filter interviews by
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
Top trending discussions
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.
I appeared for an interview in Jan 2021.
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
Data structures were there for both the questions. Linked list and tree questions where asked
Long coding high level
I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.
It's more deficult it's not easy round
Medium to hard questions based on arrays, dp
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divides array into smaller sub-arrays based on a pivot element
Recursively sorts sub-arrays
Combines sorted sub-arrays to get final sorted array
Time complexity: O(n log n) on average, O(n^2) worst case
Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]
Rotate a matrix by 90 degrees in place
Transpose the matrix
Reverse each row of the transposed matrix
based on 1 interview experience
Senior Software Engineer
180
salaries
| ₹12 L/yr - ₹20 L/yr |
Technical Analyst
83
salaries
| ₹16 L/yr - ₹25.5 L/yr |
Software Engineer
68
salaries
| ₹6.3 L/yr - ₹17.4 L/yr |
Senior Technical Analyst
63
salaries
| ₹17.7 L/yr - ₹30 L/yr |
Senior Test Engineer
57
salaries
| ₹9.5 L/yr - ₹16.3 L/yr |
Ascent HR Technologies Private Limited
Vyapar
Entrata
CodeClouds