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
Adobe | MTS-1 | 9 Month | Experience
Summary
I interviewed for the MTS-1 role at Adobe. I successfully completed the first technical round but withdrew my candidacy before the second round because I accepted an offer from another company.
Full Experience
I went through the initial screening process for the MTS-1 position at Adobe. My first technical round focused on problem-solving. I was presented with a classic grid-traversal problem. After successfully navigating that round, I made the decision to withdraw my application before proceeding to subsequent rounds, as I had already secured a position with another firm. Overall, it was a valuable experience.
Interview Questions (1)
Given a grid of n x m dimensions with 0 and 1, where 0 represents a cell you can step on and 1 represents a blocked cell. The task is to return the total number of unique paths one can take to reach the bottom-right corner starting from [0,0].