Swiggy LLD round
Summary
I interviewed for an SDE-2 position at Swiggy, which included a DSA/Java round and an LLD round focusing on a parking slot booking system. I enjoyed the interview but ultimately received a rejection after 10 days.
Full Experience
SDE-2 interview in Swiggy :
First round : DSA round/ Java Basic questions [Bar-Raiser round]
Second round : LLD round , Question asked was on MUltiple Parking Slots which can be reserved to multiple companies, How to handle booking of those slots gets booked.
What was supposed to be the thinking style here as per me : Think about overlapping intervals, different slots, all edge cases.
Enjoyed the interview, hope was to get selected, but got Rejection mail after 10 days.
Best of Luck
Interview Questions (1)
Design Multiple Parking Slot Booking System
Design a Low-Level Design (LLD) for a system to manage multiple parking slots. These slots can be reserved by multiple companies, and the system needs to handle the booking process for these slots.