Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MakeMyTrip Team. If you also belong to the team, you can get access from here

MakeMyTrip Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MakeMyTrip Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top MakeMyTrip Interview Questions and Answers

  • Q1. Minimum Jumps Problem Statement Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampol ...read more
    asked in Software Developer interview
  • Q2. Tower of Hanoi Problem Statement You have three rods numbered from 1 to 3, and 'N' disks initially stacked on the first rod in increasing order of their sizes (largest d ...read more
    asked in Full Stack Developer interview
  • Q3. In a normal e-commerce user flow, how will you determine the points at which the drop-off rates are high and what to do about them? (Take any e-commerce website and walk ...read more
    asked in Product Manager interview
View all 114 questions

MakeMyTrip Interview Experiences

Popular Designations

122 interviews found

I applied via Campus Placement

Round 1 - Product Management 

(4 Questions)

  • Q1. What features will you add for WhatsApp and what features will you remove/improve in WhatsApp?
  • Ans. 

    I would add a feature for scheduling messages and improve the privacy settings while removing the 'forwarded' label.

    • Add a scheduling feature for messages to be sent at a later time

    • Improve privacy settings by allowing users to control who can add them to groups

    • Remove the 'forwarded' label to reduce the spread of misinformation

  • Answered by AI
  • Q2. Guess estimate: How many people are there in ISB's cafeteria right now?
  • Ans. 

    It is not possible to accurately guess the number of people in ISB's cafeteria without available data.

    • Without available data, it is impossible to estimate the number of people in the cafeteria.

    • The number of people in the cafeteria can vary greatly depending on the time of day and other factors.

    • To provide an accurate estimate, data such as the cafeteria's capacity and current occupancy would be needed.

  • Answered by AI
  • Q3. Behavioural questions like greatest failure, Why ISB? Why MakeMyTrip?
  • Q4. Questions regarding resume, past experience (Connect past experience with the role that's offered)
Round 2 - Product Management 

(5 Questions)

  • Q1. Design a business plan for RedBus if it wants to enter into Indonesian market (Market Sizing, 4Ps, Competition etc.)
  • Ans. 

    RedBus can enter Indonesian market by targeting the growing middle class and partnering with local bus operators.

    • Conduct market research to identify target audience and competition

    • Partner with local bus operators to expand network and gain local expertise

    • Offer competitive pricing and promotions to attract customers

    • Invest in marketing and advertising to increase brand awareness

    • Ensure seamless user experience through web...

  • Answered by AI
  • Q2. In a normal e-commerce user flow, how will you determine the points at which the drop-off rates are high and what to do about them? (Take any e-commerce website and walk through the steps. You can use A/...
  • Ans. 

    To determine high drop-off rates in e-commerce user flow, use analytics tools and A/B testing to identify and fix issues.

    • Use analytics tools like Google Analytics to track user behavior and identify points of drop-off

    • Conduct A/B testing to experiment with different solutions and determine which is most effective

    • Address issues such as slow page load times, confusing navigation, and lack of trust signals

    • Offer incentives ...

  • Answered by AI
  • Q3. Design UX to promote a new feature in MakeMyTrip. Where do you want to put the feature, and why? (Data-driven UX. Identify where most clicks/heat map is happening and use A/B Testing)
  • Q4. Design a digital video streaming service. GTM and Monetization as well.
  • Ans. 

    A digital video streaming service with GTM and monetization.

    • Develop a user-friendly platform with a wide range of video content.

    • Implement a robust content delivery network (CDN) for seamless streaming.

    • Offer personalized recommendations based on user preferences and viewing history.

    • Integrate social sharing features to enhance user engagement.

    • Implement a subscription-based model with tiered pricing options.

    • Leverage targe...

  • Answered by AI
  • Q5. Questions regarding resume, past work experience.
Round 3 - HR 

(4 Questions)

  • Q1. Develop a 5-year strategy for MakeMyTrip.
  • Ans. 

    Develop a 5-year strategy for MakeMyTrip.

    • Expand into new markets and increase customer base

    • Invest in technology to improve user experience and streamline operations

    • Offer personalized travel packages and loyalty programs

    • Partner with airlines and hotels to offer exclusive deals

    • Focus on sustainability and responsible tourism

    • Explore opportunities in emerging technologies like AI and blockchain

  • Answered by AI
  • Q2. How am I a good fit for MakeMyTrip
  • Q3. Future goals, long term and short term. How does MakeMyTrip feature in them?
  • Q4. Behavioural questions like situation when I had to handle conflict between my manager and my team, situation when I had to go against my manager's requests etc.

Skills evaluated in this interview

Top MakeMyTrip Product Manager Interview Questions and Answers

Q1. In a normal e-commerce user flow, how will you determine the points at which the drop-off rates are high and what to do about them? (Take any e-commerce website and walk through the steps. You can use A/B Testing, experiment design to discu... read more
View answer (1)

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Design a minimum stack that supports the following operations: push, pop, top, and retrieving the minimum element in constant time.
  • Ans. 

    Design a stack that supports push, pop, top, and retrieving minimum element in constant time.

    • Use two stacks - one to store the actual elements and another to store the minimum values encountered so far

    • When pushing an element, check if it is smaller than the current minimum and if so, push it to the minimum stack

    • When popping an element, check if it is the current minimum and if so, pop from the minimum stack as well

    • Top ...

  • Answered by AI
  • Q2. Given an integer array of size n, find the maximum circular subarray sum. A circular array means that the end of the array connects back to the beginning. The solution should consider both the non-circular...
  • Ans. 

    Find the maximum circular subarray sum in an integer array.

    • Calculate the non-circular maximum subarray sum using Kadane's algorithm.

    • Calculate the circular maximum subarray sum by subtracting the minimum subarray sum from the total sum.

    • Compare the non-circular and circular maximum subarray sums to get the overall maximum sum.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MakeMyTrip Software Developer interview:
  • stack
  • kadane's algorithm
Interview preparation tips for other job seekers - A solid approach to preparing for data structures and algorithms (DSA) is to use LeetCode as a primary resource.

Top MakeMyTrip Software Developer Interview Questions and Answers

Q1. Minimum Jumps Problem Statement Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a straight line, and from any shop 'i', ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude question were asked.

Round 2 - Group Discussion 

Great gd on Remote work vs Traditional work

Round 3 - One-on-one 

(2 Questions)

  • Q1. Telling me About yourself.
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for leadership and problem-solving.

    • Graduated with a degree in Business Administration

    • Passionate about leadership and problem-solving

    • Completed internships in marketing and finance

    • Led a team project to increase sales by 20%

  • Answered by AI
  • Q2. Why shouldn't we hire you
  • Ans. 

    I am confident in my abilities and believe I can bring valuable skills to the team.

    • I have a strong work ethic and am dedicated to achieving success.

    • I am a quick learner and adapt well to new environments.

    • I have relevant experience and skills that align with the requirements of the role.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great knowledge about the company and confidence

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation could you explain briefly?
View answer (45)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. LLD of bookmyshow
  • Q2. Concurrency Handling
  • Q3. Race conditions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good LLD and HLD knowledge

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

MakeMyTrip interview questions for popular designations

 Software Developer

 (13)

 Senior Software Engineer

 (10)

 Software Engineer

 (8)

 Product Manager

 (5)

 Holiday Expert

 (5)

 Senior QA Engineer

 (4)

 Full Stack Developer

 (3)

 Senior Software Engineer 2

 (3)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain current projects ?
  • Q2. Train water trapping problem
  • Ans. 

    Train water trapping problem involves calculating the amount of water that can be trapped between blocks.

    • Calculate the maximum height of blocks on left and right of each block

    • Find the minimum of the two heights and subtract the height of the current block to get trapped water

    • Sum up the trapped water for all blocks to get total trapped water

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good coding and technical expertise is needed

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

Get interview-ready with Top MakeMyTrip Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse stack which using another stack (Recursion)
  • Q2. Find element in sorted rotated array
  • Ans. 

    Search for an element in a sorted rotated array

    • Use binary search to find the pivot point where the array is rotated

    • Then perform binary search on the appropriate half of the array to find the element

    • Handle cases where the element is not found in the array

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. LLD for twitter
Round 3 - Technical 

(1 Question)

  • Q1. HLD for poker game

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Standard LeetCode Hard Question. But interviewer did not give the required image to understand what exactly was required. He himself was confused.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Api status codes, api debugging questions
  • Q2. If you get 500 error how to debug.
  • Ans. 

    To debug a 500 error, check server logs, review code changes, test API endpoints, and use debugging tools.

    • Check server logs for error details

    • Review recent code changes that may have caused the error

    • Test API endpoints using tools like Postman

    • Use debugging tools like Chrome DevTools or Firebug

  • Answered by AI
  • Q3. One java string question merge two strings diagonally.
  • Ans. 

    Merge two strings diagonally in a Java array of strings.

    • Iterate through each row and column to merge characters diagonally

    • Keep track of the diagonal position to insert characters from both strings

    • Handle cases where strings have different lengths

    • Example: String 1: 'hello', String 2: 'world', Merged: 'hweolrllod'

    • Example: String 1: 'abc', String 2: '123', Merged: 'a1b2c3'

  • Answered by AI

Skills evaluated in this interview

Top MakeMyTrip Senior QA Engineer Interview Questions and Answers

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hr of test on code earth platform

Round 2 - One-on-one 

(2 Questions)

  • Q1. LPS array in string
  • Ans. 

    LPS array in string refers to the Longest Palindromic Substring array in a given string.

    • Create an array to store all the palindromic substrings found in the given string.

    • Iterate through the string and check for palindromic substrings of different lengths.

    • Store the longest palindromic substrings in the array.

  • Answered by AI
  • Q2. DP on grid problem

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best do dsa

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Case Study 

What do you charge for VISA insurance?

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate traveler with extensive experience in planning and organizing trips for clients.

    • I have a strong knowledge of various travel destinations and accommodations

    • I excel in customer service and communication skills

    • I am proficient in using booking platforms and travel software

    • I have successfully planned and executed complex travel itineraries for clients

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Last work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me end to end operation
  • Ans. 

    End to end operation refers to the complete process from start to finish in a particular operation or project.

    • Start with understanding client requirements

    • Research and plan the trip itinerary

    • Book flights, accommodations, and activities

    • Provide necessary travel documents and information to the client

    • Ensure smooth travel experience and handle any issues that may arise

    • Follow up with the client for feedback and future bookin

  • Answered by AI

Travel Consultant Interview Questions asked at other Companies

Q1. What is GDS? What is LCC? Differences between them. What function does IATA serve? What are the different traffic conferences? Why is travel your career choice? Do you have any experience on use of Amadeus, Galileo, sabre, Appollo?
View answer (1)

MakeMyTrip Interview FAQs

How many rounds are there in MakeMyTrip interview?
MakeMyTrip interview process usually has 2-3 rounds. The most common rounds in the MakeMyTrip interview process are Technical, One-on-one Round and Coding Test.
How to prepare for MakeMyTrip interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at MakeMyTrip. The most common topics and skills that interviewers at MakeMyTrip expect are Sales, B2B Sales, Key Account Management, Corporate Sales and SQL.
What are the top questions asked in MakeMyTrip interview?

Some of the top questions asked at the MakeMyTrip interview -

  1. find out the subset of an array of continuous positive numbers from a larger ar...read more
  2. In a normal e-commerce user flow, how will you determine the points at which t...read more
  3. Given an integer array of size n, find the maximum circular subarray sum. A cir...read more
How long is the MakeMyTrip interview process?

The duration of MakeMyTrip interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MakeMyTrip Interview Process

based on 96 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 218 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
Agoda Interview Questions
3.6
 • 62 Interviews
Thomas Cook Interview Questions
3.7
 • 44 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Airbnb Interview Questions
3.8
 • 23 Interviews
Cleartrip Interview Questions
3.4
 • 18 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
trivago Interview Questions
4.2
 • 2 Interviews
View all

MakeMyTrip Reviews and Ratings

based on 858 reviews

3.7/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.3

Salary

3.7

Job security

3.5

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 858 Reviews and Ratings
Senior Software Engineer
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
272 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Development Manager
226 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Holiday Expert
225 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
210 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MakeMyTrip with

Cleartrip

3.4
Compare

Yatra

3.4
Compare

Goibibo

4.3
Compare

Oyo Rooms

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview