Backend Engineer | Zenskar
JP Morgan Chase | SDE 3 | YOE 3.4
Microsoft SDE - 2 | Interview Experience | Status Pending
eBay || SWE3 Interview Experience || Bangalore
Bloomberg | Interview Experience | Senior Software Engineer | NYC | Nov 2025
Myntra | SDE-1 | Bengaluru [Reject]
Summary
I interviewed for an SDE-1 frontend role at Myntra in Bengaluru. The process involved an online assessment and a technical round, where I faced questions on 'Next Greater Element' problems. Unfortunately, I was rejected as I couldn't properly answer a JavaScript-based recursion question.
Full Experience
As a 2023 Civil Engineering graduate from NIT, I currently work as an SDE1 at a bootstrap startup, bringing about 1.7 years of professional experience plus 6 months as an intern. A recruiter reached out to me via Naukri for an SDE-1 frontend position at Myntra in Bengaluru.
My interview process began with an Online Assessment. This round consisted of a question focused on arrays, another on implementing frontend functionality, and a JavaScript-based problem.
Following the OA, I proceeded to Technical Round 1, which lasted an hour. The discussion started with my current work experience. Afterwards, I was presented with questions related to 'Next Greater Element I' and 'Next Greater Element II'. The round concluded with a recursion problem specifically using JavaScript.
Unfortunately, I was unable to provide a satisfactory answer for the JavaScript-based recursion question, which ultimately led to my rejection from Myntra.
Interview Questions (1)
During the technical round, I was asked to solve problems related to finding the next greater element. Based on the phrasing, these were likely similar to LeetCode's 'Next Greater Element I' and 'Next Greater Element II'. These problems typically involve using a monotonic stack to efficiently find, for each element in a given array, the first element to its right that is greater than it.