Tip 1: Have a good knowledge of JavaScript and its libraries and frameworks.
Tip 2: Deep knowledge of JavaScript is required, as multiple coding questions were asked.
Tip 3: Be confident with your answers; otherwise, the interviewer may challenge you.
Tip 1: It should be ATS-friendly.
Tip 2: It should be well-documented with projects.
They asked me to build a hotel/flight search module similar to what you see on websites like Skyscanner and Google Flights.
I needed to build a search UI where users can:
They expected me to demonstrate:
Implement a debounce function that executes only after the user stops triggering it for a specified delay (in milliseconds).
Given an array of objects, I was asked to write code to deep clone the objects.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which data structure is used to implement a DFS?