PayPal - Senior Software Engineer Frontend Interview Experience
Microsoft SDE2 interview experience
PAYTM - ROUND 1 SDE Java Backend : 2-3 yrs
My Full Meta Interview Experience (Sept–Oct 2025) — Rejected
Senior Software Engineer - Frontend | Okta | Bangalore
Make My Trip Interview Experience || SDE -2
Summary
I recently interviewed for an SDE-2 position at Make My Trip. The first round was purely focused on Data Structures and Algorithms, where I was given two LeetCode problems. Unfortunately, I was unable to qualify for the next round.
Full Experience
I had an interview for an SDE-2 role at Make My Trip. The first round was entirely dedicated to Data Structures and Algorithms. I was presented with two LeetCode questions to solve. Despite my efforts, I wasn't able to clear this round and proceed further in the interview process.
Interview Questions (2)
Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Return the indices of the two numbers, index1 and index2, added by one as an integer array [index1, index2] of length 2. The tests are generated such that there is exactly one solution. You may not use the same element twice. Your solution must use only constant extra space.