Filter interviews by
I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.
Top trending discussions
I applied via Naukri.com
useRef hook is used to persist a mutable value across renders without causing a re-render.
Used to store mutable values that do not trigger re-renders.
Commonly used for accessing DOM elements or storing previous values.
Does not cause a re-render when the value changes.
Use memoization, virtual DOM, and shouldComponentUpdate to avoid unnecessary rerenders and improve performance.
Implement memoization to store the result of expensive function calls and avoid recalculating them.
Use virtual DOM to efficiently update only the parts of the UI that have changed.
Override shouldComponentUpdate to prevent unnecessary rerenders by comparing current and next props/state.
Callbacks, Promises, async await are asynchronous programming concepts in JavaScript.
Callbacks are functions passed as arguments to another function to be executed later.
Promises are objects representing the eventual completion or failure of an asynchronous operation.
async await is a syntax for writing asynchronous code that looks synchronous, making it easier to read and maintain.
Example: Using a callback to handle th...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Find the Nth greatest element in an array without sorting
Use a priority queue to keep track of the N greatest elements
Iterate through the array and add elements to the priority queue
Return the top element from the priority queue as the Nth greatest element
Heater Problem - Find minimum radius to cover all houses with heaters
Sort the houses and heaters arrays
For each house, find the closest heater using binary search
Calculate the minimum radius needed to cover all houses
DSA, problem solving
System design interview and prior experience in projects
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
Identify data structure based on insertion and deletion order
If insertion and deletion follow LIFO order, it is a stack
If insertion follows FIFO order and deletion follows LIFO order, it is a queue
If insertion and deletion follow priority order, it is a priority queue
Find maximum element in an array in less than O(N)
Use divide and conquer approach
Compare maximum of left and right subarrays
Recursively find maximum element
I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.
They given 2 program to to 1-2 hour
based on 2 reviews
Rating in categories
Key Account Manager
28
salaries
| ₹2.2 L/yr - ₹4.7 L/yr |
Unit Manager
17
salaries
| ₹2.3 L/yr - ₹4.8 L/yr |
Sales Manager
9
salaries
| ₹5.5 L/yr - ₹6.5 L/yr |
Senior Business Manager
8
salaries
| ₹3.1 L/yr - ₹4 L/yr |
Test Engineer
7
salaries
| ₹7.5 L/yr - ₹10.9 L/yr |
Paytm
PhonePe
Razorpay
PolicyBazaar