I applied online. The process took 4 days. I interviewed at GoodSpace (Cochin) in Nov 2023
Interview
The call from HR was sudden and I was not prepared for the interview. It was a technical round but not mentioned before about any technical round. But the question was simple. Unfortunately, I don't understand the question at that time.
Interview questions [1]
Question 1
Imagine you have a schedule of tasks represented by intervals where each interval is defined by its start time and end time. Your goal is to optimize the schedule by combining overlapping intervals. Given a list of intervals in the format [start_time, end_time], create an algorithm to consolidate these intervals into a new set of non-overlapping intervals, ensuring that all tasks are accounted for in the optimized schedule.