i
Myntra
Filter interviews by
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Find the missing smallest positive integer in an array of integers
Sort the array to easily identify missing integers
Iterate through the sorted array to find the smallest missing positive integer
Return the missing integer
Sort an array of strings containing only 0, 1, and 2.
Use a three-way partitioning algorithm like Dutch National Flag algorithm to sort the array in a single pass.
Keep track of three pointers - low, mid, and high to partition the array into three sections.
Swap elements based on their values to achieve the sorted array.
I was interviewed in Nov 2024.
I was asked questions about a doubly linked list, specifically regarding how to add songs to a playlist and play them from the start, end, or a specified ID. Additionally, I was required to delete a song and report on the total number of times each song was played overall and by each individual.
I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Use dynamic programming to solve this problem efficiently.
Iterate through the string and expand around each character to find the longest palindrome.
Consider both odd and even length palindromes.
Example: Input 'babad', Output 'aba' or 'bab'.
Generate all possible subsequences of a given string.
Use recursion to generate all possible combinations of characters in the string.
At each step, include or exclude the current character to form subsequences.
Store each subsequence in an array of strings.
Find and print the longest substring with k unique characters in an array of strings.
Iterate through the array of strings and keep track of the longest substring with k unique characters.
Use a sliding window approach to efficiently find the longest substring.
Keep a hashmap to store the frequency of characters in the current window.
Update the window boundaries based on the number of unique characters.
Return the longest
I was interviewed in Dec 2024.
Two medium to hard-level questions and one hard question.
3 medium level problems
Two challenging problems were presented.
Myntra interview questions for designations
I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.
KMP algorithm was asked, need to give efficent solution
Get interview-ready with Top Myntra Interview Questions
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was 7 questions in which 5 were MCQ which had SQL etc
2 coding questions of medium level
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
The rain water problem involves calculating the amount of rainwater that can be trapped between buildings or structures.
Calculate the maximum height of water that can be trapped at each position
Subtract the height of the building at each position to get the water level
Sum up the water levels at each position to get the total amount of trapped rainwater
The written test consisted of two DS programs.
I was interviewed back in 2020 that time they had mettle test which consisted of 2 medium leetcode questions and 10 MCQ related to time complexity
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
I was asked two problem solving question and i was able to code both problem with multiple approaches.
Also i was asked two technical question, in which i was able to answer one question. even then, i was not shortlisted for next round.
Top trending discussions
The duration of Myntra Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 13 interviews
2 Interview rounds
based on 17 reviews
Rating in categories
Data Analyst
208
salaries
| ₹5 L/yr - ₹19 L/yr |
Manager
207
salaries
| ₹6.5 L/yr - ₹24 L/yr |
Senior Assistant
193
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Senior Officer
184
salaries
| ₹3 L/yr - ₹7.7 L/yr |
Senior Manager
177
salaries
| ₹10 L/yr - ₹40 L/yr |
Flipkart
Amazon
Meesho
LimeRoad