28 problems · 1 Easy, 20 Medium, 7 Hard · Ranked #71 of 458
Difficulty breakdown
1 Easy
4% · avg 23%
20 Medium
71% · avg 59%
7 Hard
25% · avg 18%
Top topics
array
57.1%
string
39.3%
dynamic-programming
35.7%1.8x
hash-table
32.1%
sliding-window
14.3%3x
depth-first-search
14.3%1.6x
Interview profile
Based on 28 reported problems, MakeMyTrip interviews are slightly harder than average - 25% Hard vs 18% across all companies. The majority (71%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.
Compared to the industry average, MakeMyTrip puts unusual emphasis on shortest-path (7.1% of problems, 14.3x the industry average), graph (10.7% of problems, 3.6x the industry average), sliding-window (14.3% of problems, 3x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (57.1%), string (39.3%), dynamic-programming (35.7%), hash-table (32.1%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 28 problems
Problem
Difficulty
Frequency
Topics
Length of Longest Subarray With at Most K Frequency
You are given an integer array nums and an integer k.
There are n cities connected by some number of flights. You are given an array flights where flights[i] = [fromi, toi, pricei] indicates that there is a flight...
Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicates) is inc...
You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your maximum jump length...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
A trie (pronounced as "try") or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various appl...
You are given an array of integers nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see...
You are given an array of variable pairs equations and an array of real numbers values, where equations[i] = [Ai, Bi] and values[i] represent the equation Ai /...
Given an integer array nums, return true if there exists a triple of indices (i, j, k) such that i < j < k and nums[i] < nums[j] < nums[k]. If no such indices e...
There are n cities connected by some number of flights. You are given an array flights where flights[i] = [fromi, toi, pricei] indicates that there is a flight...
Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicates) is inc...
You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your maximum jump length...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
A trie (pronounced as "try") or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various appl...
You are given an array of integers nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see...
You are given an array of variable pairs equations and an array of real numbers values, where equations[i] = [Ai, Bi] and values[i] represent the equation Ai /...
Given an integer array nums, return true if there exists a triple of indices (i, j, k) such that i < j < k and nums[i] < nums[j] < nums[k]. If no such indices e...
Given the head of a linked list, reverse the nodes of the list k at a time, and return the modified list.
HardLikely
linked-listrecursion
How often are these problems asked?
Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent MakeMyTrip interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your MakeMyTrip coding interview
MakeMyTrip interviews focus heavily on array, string, dynamic-programming problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.
Beyond solving problems, practice explaining your approach. MakeMyTrip interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.
What coding problems does MakeMyTrip ask in interviews?add
MakeMyTrip has been reported to ask 28 distinct coding problems. The most common topics are array, string, dynamic-programming. 1 are Easy difficulty, 20 are Medium, and 7 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are MakeMyTrip coding interviews?add
Based on 28 reported problems, MakeMyTrip interviews are slightly harder than average - 25% Hard vs 18% across all companies. 71% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.
How should I prepare for a MakeMyTrip coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, string, dynamic-programming. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real MakeMyTrip coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.