Interview Experience Analysis for MakeMyTrip

12 Records Found
TOTAL EXPERIENCES
12
COMPANIES COVERED
1
ROLES COVERED
9
LOCATIONS COVERED
5

Curious About Salaries?

View MakeMyTrip Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

MakeMyTrip Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

MakeMyTrip | Java SSE2 | Rejected

MakeMyTrip💼 4.3 YOE

Summary

I interviewed with MakeMyTrip for a Java SSE2 role, facing rounds that covered Data Structures & Algorithms, Low-Level Design (LLD) for Uber, System Design concepts, and specific technical and behavio...

Interview Experience

It happened in September / October. Round 1: Q1. Jump Game 1 Q2. Jump Game 2 Q3. Given a circular array, you keep on removing the Kth element, what will be the last element remaining. Round 2: LLD of Uber. Verbally explained Algorithm to allocate Driver. Some basic HLD Questions. Round 3 (final r...

Interview Questions (6)

Jump Game I

MediumData Structures & Algorithms
Loading content...

Jump Game II

HardData Structures & Algorithms
Loading content...

Last Element in Circular Array (Josephus Problem Variant)

MediumData Structures & Algorithms
Loading content...

Low-Level Design (LLD) of Uber

System Design
Loading content...

Algorithm for Driver Allocation (Uber)

System Design
Loading content...

Project Experience Discussion

Behavioral
Loading content...
Read on LeetCode

MMT SSE-2(Frontend) Interview Experience

MakeMyTripSSE-2 Frontend

Summary

I interviewed for the SSE-2 Frontend role at MakeMyTrip, which consisted of four rounds covering data structures, algorithms, machine coding, and a hiring manager round focused on debugging. I was ult...

Interview Experience

Round 1:- Question 1:- Input: [1, [2, 3], [4, [5, 6]]] Output: [1, 2, 3, 4, 5, 6] write a function to flatten it with and without recursion. Question 2:- const getPromiseByIndex = (index) => { switch (index) { case 0: return Promise.resolve(6); case 1: return new Promise((r...

Interview Questions (7)

Flatten Nested Array

MediumData Structures & Algorithms
Loading content...

Implement Promise.all Sync

MediumData Structures & Algorithms
Loading content...

React Search Bar with API Debouncing

MediumOther
Loading content...

React Sequential Progress Bars

MediumSystem Design
Loading content...

React Nested File Explorer UI

HardSystem Design
Loading content...

Currying Function with Bind/Call/Apply

MediumData Structures & Algorithms
Loading content...

React Pagination Component with Ellipsis

MediumOther
Loading content...
Read on LeetCode

MakeMyTrip SDE2 Interview Experience

MakeMyTripSDE II

Summary

Had a SDE2 interview experience at MakeMyTrip where I faced two coding rounds and a system design round. The interview process was challenging with some unhelpful interviewers, and I was ultimately re...

Interview Experience

Received a call from the Recruiter through Naukri for Java Developer position. Round 1 involved solving two DSA problems in Python: Multiply 2 integers as strings and Populate right pointer of each node. In Round 2, I was asked to do LLD of Vending Machine, which I approached by first identifying ob...

Interview Questions (2)

Multiply Two Integers as Strings

MediumData Structures & Algorithms
Loading content...
View Problem

Populate Next Right Pointers in Each Node

MediumData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

MakeMyTrip Bad Experience

MakeMyTripSDE II

Summary

Had a negative interview experience with MakeMyTrip for the SSE profile. The interview process included two rounds, but the candidate was rejected due to poor time management and unclear project discu...

Interview Experience

Loading content...

Interview Questions (3)

Combination Sum

MediumData Structures & Algorithms
Loading content...
View Problem

Number of Islands

MediumData Structures & Algorithms
Loading content...
View Problem

Elevator System Design

System Design
Loading content...
Read on LeetCode

MakeMyTrip SDE / SSE 2 Interview Experience

MakeMyTripSDE / SSE 2

Summary

I interviewed for an SDE / SSE 2 role at MakeMyTrip, completing three rounds covering DSA, LLD, and HLD. Despite a generally positive experience and solving most problems, I faced challenges in the LL...

Interview Experience

There was recently an opening at MakeMyTrip. I found it through LinkedIn I just applied. I didn't really expect to be shortlisted since I have applied to so many companies and didn't really hear back from any of them A week later, HR called me and asked me if I'm ready for an interview. I gladly a...

Interview Questions (7)

Find Closest Common Manager

Data Structures & Algorithms
Loading content...

Subarray with Zero Sum

Data Structures & Algorithms
Loading content...

Java Record Explanation

Other
Loading content...

Spring Interceptor

Other
Loading content...

Prevent Double Payment

System Design
Loading content...

Thread-Safe Builder Pattern

System Design
Loading content...

Shorten MakeMyTrip Booking URL with Access Control

System Design
Loading content...
Read on LeetCode

MMT MakeMyTrip : Tech Lead

MakeMyTripTech Lead📍 Bangalore💼 6 YOE

Summary

I interviewed for a Tech Lead position at MakeMyTrip in Bangalore in mid-July 2024 and received an offer. The interview process included an Online HackerRank test, a Coding round, a System Design roun...

Interview Experience

Current Position: Startup Role: Senior Software Developer Experience: 6 years Interview Process: Online HackerRank Test [Easy] **First Round: Coding (1 hour) [Medium]** Question 1: [Easy] Implementation-based. Given two arrays representing the open and close timings of a store. Question 2: Dynamic...

Interview Questions (6)

Store Open/Close Timings

EasyData Structures & Algorithms
Loading content...

Railway System Design

MediumSystem Design
Loading content...

Reducing Latency in Microservices

HardSystem Design
Loading content...

Idempotent Ticket Booking System Design

HardSystem Design
Loading content...

Scalable System for High QPS

HardSystem Design
Loading content...

Multi-threaded Website HTML String Count

HardData Structures & Algorithms
Loading content...
Read on LeetCode

MakeMyTrip | SSE2 | Terrible Experience

MakeMyTripSSE2

Summary

I interviewed for the SSE2 role at MakeMyTrip. The DSA round involved two LeetCode problems which I solved optimally. The LLD round unexpectedly turned into a System Design problem (Dream11 HLD), and ...

Interview Experience

Round 1 - DSA 4Sum Remove Duplicates from Sorted List II It was purely DSA, interviewer was least communicative and was on mute most of the time, I wanted to discuss approaches but he was just interested in the final code. I gave the optimum solutions. Verdict - Selected Round 2 - LLD round In...

Interview Questions (3)

4Sum

Data Structures & Algorithms
Loading content...
View Problem

Remove Duplicates from Sorted List II

Data Structures & Algorithms
Loading content...
View Problem

Design Dream11 (High-Level Design)

System Design
Loading content...
Read on LeetCode

MakeMyTrip | Senior Frontend Engineer Interview | Sep 2023

MakeMyTripSenior Software Engineer - 2💼 5 YOE

Summary

I interviewed for a Senior Software Engineer - 2 role at MakeMyTrip in September 2023. The interview process consisted of three rounds, focusing on front-end development, data structures & algorithms,...

Interview Experience

Date - Sep 2023 Title - Senior Software Engineer - 2 Exp - 5+ Round 1 (60 mins) - 1. Write polyfill of Array.flat with customized nesting. 2. There are two sorted arrays. Merge them in place of first array. 3. Write a js function that can be invoked like below - `calc().add(10).subtract(5).multip...

Interview Questions (9)

Implement Array.flat Polyfill

Data Structures & Algorithms
Loading content...

Merge Two Sorted Arrays In-Place

Data Structures & Algorithms
Loading content...

Implement Chaining Calculator Function

Data Structures & Algorithms
Loading content...

React/Redux Conceptual Questions

Other
Loading content...

Machine Coding: Typeahead/Autosuggest Search Box

System Design
Loading content...

System Design: WhatsApp

HardSystem Design
Loading content...

Redux Tradeoffs and Opinion

Other
Loading content...

Web Vitals: Concepts and Scenarios

Other
Loading content...

Recent Technologies Learned & Future Plans

Behavioral
Loading content...
Read on LeetCode

MakeMyTrip | SDE1 | India | May 2022 [Reject] | Bad Luck

MakeMyTripSDE I📍 Bangalore/Gurgaon, India💼 0 YOE

Summary

I interviewed for an SDE1 position at MakeMyTrip in May 2022. I passed the online assessment and the first DSA round, but was rejected in the second design/OOSD round due to my lack of experience in s...

Interview Experience

Status: 2022 B.Tech Grad from Tier - 3 CollegePosition: SDE1 at MakeMyTripLocation: Bangalore/GurgaonDate: May 24th , 2022Round 0 - Online Assesment (1hr 30mins)Date ; 24th April, 2022 The questions are mentioned here : 1. https://leetcode.com/problems/longest-ideal-subsequence/ 2. https://leetcode...

Interview Questions (6)

Longest Ideal Subsequence

Data Structures & Algorithms
Loading content...
View Problem

Safe Paths

Data Structures & Algorithms
Loading content...
View Problem

Combination Sum with Unique Elements

Data Structures & Algorithms
Loading content...
View Problem

Sort an Array Using Only Recursion (Bubble Sort)

Data Structures & Algorithms
Loading content...

Design an Elevator Management System

System Design
Loading content...

OOPs Concepts: Polymorphism & Abstract Classes

Other
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

MakeMyTrip | Arzooo | Interview Question

MakeMyTrip

Summary

Loading content...

Interview Experience

I was presented with the following coding challenge during an interview for MakeMyTrip/Arzooo: Question: A string will be passed as an argument, if there is an embedded key present in the object, return it else return undefined. I initially considered a recursive approach for the solution but realiz...

Interview Questions (1)

Find Path in Nested Object

MediumData Structures & Algorithms
Loading content...
Read on LeetCode
Showing 10 of 12
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App