i
Myntra
Filter interviews by
I applied via Newspaper Ad and was interviewed in Jul 2022. There were 3 interview rounds.
General knowledge
Stady skill
Basical knowledge
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
Running sum can be found by iterating through the array and adding each element to the sum of all previous elements.
Iterate through the array and add each element to the sum of all previous elements
Keep track of the running sum in a separate variable
Example: For array [1, 2, 3, 4], running sum would be [1, 3, 6, 10]
Lambda functions are faster due to their ability to execute code without the overhead of defining a function name or structure.
Lambda functions do not require a function name, making them quicker to define and execute.
They are often used for simple operations or as arguments to higher-order functions.
Lambda functions are more concise and can be written in a single line of code.
They are particularly useful in functional
How would you increase penetration in tier 2/3 cities
I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.
GST updates include changes in rates, return filing, and e-invoicing.
GST Council has revised rates for various goods and services.
New return filing system has been introduced to simplify the process.
E-invoicing has been made mandatory for businesses with turnover above Rs. 50 crore.
Late fee for non-filing of GSTR-3B has been waived for taxpayers with nil liability.
GST revenue collection has been consistently above Rs.
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
Logical problem solving questions
Myntra interview questions for popular designations
I appeared for an interview in Sep 2021.
Round duration - 60 Minutes
Round difficulty - Easy
You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.
If there is an odd number of elements, return the ...
Given the head node of a singly linked list, return a pointer to the middle node. If there are an odd number of elements, return the middle element. If there are even elements, return the one farther from the head node.
Traverse the linked list using two pointers, one moving one node at a time and the other moving two nodes at a time.
When the fast pointer reaches the end of the list, the slow pointer will be at the midd...
Given an array ARR
of integers containing 'N' elements where each element denotes the frequency of a character in a message composed of 'N' alphabets of an alien language, your ta...
The task is to find the Huffman codes for each alphabet in an encoded message based on their frequencies.
The Huffman code is a binary string that uniquely represents each character in the message.
The total number of bits used to represent the message should be minimized.
If there are multiple valid Huffman codes, any of them can be printed.
The input consists of multiple test cases, each with an array of frequencies.
Impl...
Round duration - 60 Minutes
Round difficulty - Medium
You are given a long type array/list ARR
of size N
, representing an elevation map. The value ARR[i]
denotes the elevation of the ith
bar. Your task is to determine th...
The question asks to find the total amount of rainwater that can be trapped in the given elevation map.
Iterate through the array and find the maximum height on the left and right of each bar.
Calculate the amount of water that can be trapped at each bar by subtracting its height from the minimum of the maximum heights on the left and right.
Sum up the amount of water trapped at each bar to get the total amount of rainwat
You are provided with a directed graph and two nodes, 'S' and 'D'. Your objective is to determine the minimum number of edges that need to be reversed to establish a path ...
The task is to find the minimum number of edges that need to be reversed in a directed graph to find the path from a start node to an end node.
The problem can be solved using graph traversal algorithms like Breadth First Search (BFS) or Depth First Search (DFS).
Start by creating an adjacency list representation of the directed graph.
Perform a BFS or DFS from the start node to the end node, keeping track of the number o...
Given an array or list ARR
consisting of N
integers, your task is to identify all distinct triplets within the array that sum up to a specified number K
.
A t...
The task is to find all distinct triplets in an array that add up to a given sum.
Iterate through the array and fix the first element of the triplet.
Use two pointers approach to find the other two elements that sum up to the remaining target.
Handle duplicates by skipping duplicate elements while iterating.
Return the list of valid triplets.
Round duration - 25 Minutes
Round difficulty - Easy
Tip 1 : Emphasizing on the importance of proficiency in data structures and algorithms for acing the interviews, which is true in any case.
Tip 2 : Do some good projects. (3 projects are more than sufficient)
Tip 3 : Create your resume of only one page.
Tip 1 : Mention Projects
Tip 2 : Highlight Ranks in Competitive Programming
Get interview-ready with Top Myntra Interview Questions
A program for stack operations
Create a stack using an array or linked list
Implement push() and pop() functions
Check for stack overflow and underflow
Implement peek() function to view top element
Example: stack.push(5), stack.pop(), stack.peek()
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
It help to discuss each and every thing
I applied via Referral and was interviewed in Jun 2022. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Dec 2021. There were 2 interview rounds.
Top trending discussions
The duration of Myntra interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 13 interviews
Interview experience
4-9 Yrs
₹ 19-30 LPA
12-16 Yrs
₹ 53-84 LPA
Data Analyst
260
salaries
| ₹6 L/yr - ₹19 L/yr |
Manager
207
salaries
| ₹6.5 L/yr - ₹24 L/yr |
Senior Manager
188
salaries
| ₹13.2 L/yr - ₹35.5 L/yr |
Senior Assistant
184
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Associate
183
salaries
| ₹3 L/yr - ₹12 L/yr |
Flipkart
Amazon
Meesho
LimeRoad