21 problems · 3 Easy, 15 Medium, 3 Hard · Ranked #89 of 458
Difficulty breakdown
3 Easy
14% · avg 23%
15 Medium
71% · avg 59%
3 Hard
14% · avg 18%
Top topics
array
71.4%
hash-table
23.8%
dynamic-programming
23.8%
sorting
23.8%1.6x
stack
19%2.2x
tree
19%3.4x
Interview profile
Based on 21 reported problems, Myntra interviews are in line with industry averages - 14% Hard vs 18% overall. 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, Myntra puts unusual emphasis on tree (19% of problems, 3.4x the industry average), monotonic-stack (9.5% of problems, 3.3x the industry average), binary-tree (14.3% of problems, 2.9x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (71.4%), hash-table (23.8%), dynamic-programming (23.8%), sorting (23.8%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 21 problems
Problem
Difficulty
Frequency
Topics
Maximum Earnings From Taxi
There are n points on a road you are driving your taxi on. The n points on the road are labeled from 1 to n in the direction you are going, and you want to driv...
We are given an array asteroids of integers representing asteroids in a row. The indices of the asteroid in the array represent their relative position in space...
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
Given an array of integers heights representing the histogram's bar height where the width of each bar is 1, return the area of the largest rectangle in the his...
You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).
Given an undirected tree consisting of n vertices numbered from 0 to n-1, which has some apples in their vertices. You spend 1 second to walk over one edge of t...
There are n points on a road you are driving your taxi on. The n points on the road are labeled from 1 to n in the direction you are going, and you want to driv...
We are given an array asteroids of integers representing asteroids in a row. The indices of the asteroid in the array represent their relative position in space...
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
Given an array of integers heights representing the histogram's bar height where the width of each bar is 1, return the area of the largest rectangle in the his...
You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).
Given an undirected tree consisting of n vertices numbered from 0 to n-1, which has some apples in their vertices. You spend 1 second to walk over one edge of t...
Given an array of integers nums and an integer target, return the indices of the two numbers that add up to target.
EasyLikely
arrayhash-map
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 Myntra interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your Myntra coding interview
Myntra interviews focus heavily on array, hash-table, 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. Myntra 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 Myntra ask in interviews?add
Myntra has been reported to ask 21 distinct coding problems. The most common topics are array, hash-table, dynamic-programming. 3 are Easy difficulty, 15 are Medium, and 3 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are Myntra coding interviews?add
Based on 21 reported problems, Myntra interviews are in line with industry averages - 14% Hard vs 18% overall. 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 Myntra coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, hash-table, 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 Myntra coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.