I applied through a recruiter. The process took 6 weeks. I interviewed at Equinix (Toronto, ON) in July 2023
Interview
First call with the recruiter , second round is an interview with the technical guys , very simple question third round , I didn't made it , but I feel getting selected is all based on luck and its my good luck that I didn't get selected .
Interview questions [1]
Question 1
Car park system Implement parking spot reservation system at a car park. The system should be able to serve cars and buses. - There are two spot types: car spot and bus spot - Cars can allocate only car spot - Buses can allocate bus spot - If no bus spot is available, 2 adjacent car spots in the same row can be allocated - Car park has shape of rectangle - The system should expose RESTAPI with an endpoint for car spot reservation. This endpoint should return reserved spots IDs