J'ai postulé via un recruteur. Le processus a pris 6 semaines. J'ai passé un entretien chez Equinix (Toronto, ON) en juil. 2023
Entretien
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 .
Questions d'entretien [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