Swiggy ASDE Backend | Interview Experience

swiggy logo
swiggy
· ASDE Backend
March 20, 2026 · 4 reads

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)

1.

Find First and Last Occurrence in Sorted Array

Data Structures & Algorithms

Find the first and last occurrence of an element in a sorted array.

2.

Design Stack using Array

Data Structures & Algorithms

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).

📣 Found this helpful? Please share it with friends who are preparing for interviews!

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!