Swiggy ASDE Backend | Interview Experience
Summary
I experienced an online assessment followed by a technical interview round for an ASDE Backend role at Swiggy. Although I successfully solved the problems in the first round, the hiring for the role was subsequently paused.
Full Experience
Online Assessment (OA)
3 DSA questions (easy to medium level)
Got a call for the first round of interview.
Round 1 (DSA + LLD)
Started with a brief introduction.
Question 1: Find the first and last occurrence of an element in a sorted array.
Question 2: Design a stack using an array.
The interviewer asked me to focus more on coding practices, such as creating classes and interfaces (basic LLD concepts).
Note: Both questions had to be solved in Java or Go.
I was able to solve both problems. When I asked for feedback, the interviewer said he was satisfied and that I would hear from HR regarding the second round.
I waited for around 2 weeks but didn’t receive any response. When I reached out to HR, she said that due to some issues within the team, hiring for the role has been paused.
Interview Questions (2)
Find First and Last Occurrence in Sorted Array
Find the first and last occurrence of an element in a sorted array.
Design Stack using Array
Design a stack using an array. The interviewer also asked me to focus more on coding practices, such as creating classes and interfaces (basic LLD concepts).