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
3.7

based on 837 Reviews

Filter interviews by

MakeMyTrip Interview Questions, Process, and Tips for Experienced

Updated 14 Dec 2024

Top MakeMyTrip Interview Questions and Answers for Experienced

View all 24 questions

MakeMyTrip Interview Experiences for Experienced

Popular Designations

42 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jun 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question on machine coding

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 (169)

software Interview Questions & Answers

user image Anonymous

posted on 25 Jan 2024

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

I applied via Company Website and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

GoogleMeet . A general discussion. and Coding round.

Round 2 - Coding Test 

DP, TreeBased, BackTracking, LinkeList.

Round 3 - Technical 

(3 Questions)

  • Q1. Java, MultiThreading and concurreny. DBMS related basic questions LLD.
  • Q2. N queens, Buy and sell stock, DP of strings.
  • Q3. Binary search. Fizz Buzz, All palindromic SubString.
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at DS algo and HLD.

QA Lead Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to API Response Codes
  • Q2. Programming Problem from leetcode
  • Q3. Selenium Framework questions

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Product of array except self
  • Ans. 

    Calculate the product of all elements in an array except for the current element.

    • Iterate through the array and calculate the product of all elements except the current element.

    • Use two loops to calculate the product of elements before and after the current element.

    • Handle edge cases like 0s in the array to avoid division by zero errors.

  • Answered by AI
  • Q2. Closure, setTimeout

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

MakeMyTrip interview questions for popular designations

 Software Developer

 (13)

 Senior Software Engineer

 (10)

 Software Engineer

 (8)

 Holiday Expert

 (5)

 Product Manager

 (5)

 Senior QA Engineer

 (4)

 Full Stack Developer

 (3)

 Senior Software Engineer 2

 (3)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Interviewer asked two coding question medium level

Round 2 - Technical 

(1 Question)

  • Q1. I were asked to design parking lot Basically focusing on class diagram and how candidate is thinking about entities and design pattern
Round 3 - Technical 

(1 Question)

  • Q1. This is also LLD round interviewer asked me to design book my show How freezing the seats work? In two cases if using sql or not using any database just using cache of application

Interview Preparation Tips

Topics to prepare for MakeMyTrip Senior Software Engineer interview:
  • System Design
  • DSA
  • LLD
  • HLD
Interview preparation tips for other job seekers - You should focus on system designing and also DSA
For system design learn basic concept from internet then try to use that concept in real life use cases like I used bla bla car once so I tried to design this app

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Get interview-ready with Top MakeMyTrip Interview Questions

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

I applied via Job Fair and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

Research paper_______'

Round 2 - Group Discussion 

Tourism Industry ___________

Interview Preparation Tips

Topics to prepare for MakeMyTrip Travel Executive interview:
  • Tourism Industry
Interview preparation tips for other job seekers - Best industry

Travel Executive Interview Questions asked at other Companies

Q1. How will you convince your customer to buy from you while he/she is getting better deal from other company?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - DSA 

(2 Questions)

  • Q1. Number of buildings from n coins
  • Ans. 

    The number of buildings that can be built using n coins can be calculated using a mathematical formula.

    • Use the formula: number of buildings = floor(sqrt(2 * n + 0.25) - 0.5)

    • For example, if n = 5, then number of buildings = floor(sqrt(2 * 5 + 0.25) - 0.5) = floor(sqrt(10.25) - 0.5) = floor(3.2) = 3

  • Answered by AI
  • Q2. Get a maximum sum from picking corner elements
  • Ans. 

    Find the maximum sum by picking corner elements of a matrix

    • Start by selecting the four corner elements of the matrix

    • Compare the sum of the diagonally opposite corners and choose the pair with the higher sum

    • Repeat the process with the remaining elements until all corners are picked

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA round 1:
2 questions were asked
1. Calculate number of buildings can be build from N coins when
from 1 coin required to build 1 building, 2 coins required for busling 2nd building, 3 coins required to build 3rd building,...

2. We have any array
2, 6, 4, 0, 9,1,5
we need to pick one element from left and one element from right i.e. extreme corners up to k times. get maximum sum.

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. General discussion related to work experience
Round 3 - Assignment 

Based on your position

Round 4 - One-on-one 

(4 Questions)

  • Q1. Job description
  • Q2. About your job profile
  • Q3. Working experience
  • Q4. Your technical skills and tools

Assistant Manager Analytics Interview Questions asked at other Companies

Q1. How to apply vlookup? What is a join and type of join and detail
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Rotten orange problem
  • Ans. 

    The rotten orange problem involves determining the minimum number of minutes it takes for all oranges to become rotten.

    • Use a breadth-first search (BFS) algorithm to solve the problem

    • Create a queue to store the coordinates of rotten oranges

    • Iterate through the grid and enqueue all rotten oranges

    • While the queue is not empty, dequeue an orange and check its neighboring oranges

    • If a neighboring orange is fresh, make it rotte...

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why u want to change
  • Q2. Why should we hire u

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in ur skills keep talking about your accomplishments and u will sail through

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)

MakeMyTrip Interview FAQs

How many rounds are there in MakeMyTrip interview for experienced candidates?
MakeMyTrip interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the MakeMyTrip interview process for experienced candidates are One-on-one Round, Technical and Resume Shortlist.
How to prepare for MakeMyTrip interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the MakeMyTrip interview for experienced candidates -

  1. Program to find all possible combinations of elements from two sets of arrays s...read more
  2. How your work will increase our revenue? By sharing the data we can improve our...read more
  3. Program to find the next bigger number for the given number by just interchangi...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 for Experienced

based on 26 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 226 Interviews
BCD Travel Interview Questions
4.4
 • 110 Interviews
Expedia Group Interview Questions
3.8
 • 81 Interviews
Agoda Interview Questions
3.7
 • 62 Interviews
Thomas Cook Interview Questions
3.8
 • 43 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Airbnb Interview Questions
3.8
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 16 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
trivago Interview Questions
4.2
 • 2 Interviews
View all

MakeMyTrip Reviews and Ratings

based on 837 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.0

Promotions

3.4

Work satisfaction

Explore 837 Reviews and Ratings
Senior Software Engineer
317 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Assistant Manager
272 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Senior Business Development Manager
240 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Holiday Expert
229 salaries
unlock blur

₹0.6 L/yr - ₹6.7 L/yr

Senior Executive
202 salaries
unlock blur

₹2 L/yr - ₹9 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