Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Myntra Team. If you also belong to the team, you can get access from here

Myntra

Compare button icon Compare button icon Compare

Filter interviews by

Myntra Software Engineer Interview Questions, Process, and Tips

Updated 28 Jan 2025

Top Myntra Software Engineer Interview Questions and Answers

View all 8 questions

Myntra Software Engineer Interview Experiences

14 interviews found

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

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the missing smallest positive integer
  • Ans. 

    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

  • Answered by AI
  • Q2. Given an array of 0,1,2, Sort the array
  • Ans. 

    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.

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

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.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    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'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    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.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    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

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Two medium to hard-level questions and one hard question.

Round 2 - Coding Test 

3 medium level problems

Round 3 - Coding Test 

Two challenging problems were presented.

Round 4 - System design 

(1 Question)

  • Q1. Parking lot design
Round 5 - HR 

(1 Question)

  • Q1. About previous role and experience

Myntra interview questions for designations

 Senior Software Engineer

 (3)

 Software Development Engineer

 (1)

 Software Developer

 (18)

 Software Programmer

 (1)

 Software Developer Intern

 (1)

 SDE (Software Development Engineer)

 (1)

 Softwaretest Engineer

 (2)

 QA Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

KMP algorithm was asked, need to give efficent solution

Get interview-ready with Top Myntra Interview Questions

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was 7 questions in which 5 were MCQ which had SQL etc
2 coding questions of medium level

Round 2 - Technical 

(1 Question)

  • Q1. 2 questions were asked. Both were coding questions and it was purely a coding round. Word problem based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with DSA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Rain water problem
  • Ans. 

    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

  • Answered by AI
  • Q2. 2 sum problemjijo
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The written test consisted of two DS programs.

Software Engineer Interview Questions & Answers

user image Ayush Tiwari

posted on 12 Aug 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Coding Test 

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

Round 3 - Technical 

(2 Questions)

  • Q1. Typical DSA questions, had to solve and explain on board
  • Q2. DFS, tree, height depth diameter went in followups
Round 4 - Technical 

(1 Question)

  • Q1. Again A DSA round started off with a DP question, discussion hashing inbetween and ended with a topological sort question
Round 5 - Technical 

(1 Question)

  • Q1. Hiring manager technical round wanted we design a car selling app
Round 6 - HR 

(1 Question)

  • Q1. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

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.

Myntra Interview FAQs

How many rounds are there in Myntra Software Engineer interview?
Myntra interview process usually has 2-3 rounds. The most common rounds in the Myntra interview process are Coding Test, Technical and HR.
How to prepare for Myntra Software Engineer interview?
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 Myntra. The most common topics and skills that interviewers at Myntra expect are Python, SDLC, Front End, Unit Testing and Coding.
What are the top questions asked in Myntra Software Engineer interview?

Some of the top questions asked at the Myntra Software Engineer interview -

  1. print longest substring with k unique val...read more
  2. Find the missing smallest positive inte...read more
  3. print all the subsequences of a str...read more
How long is the Myntra Software Engineer interview process?

The duration of Myntra Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Myntra Software Engineer Interview Process

based on 13 interviews

2 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
View more
Myntra Software Engineer Salary
based on 135 salaries
₹10.1 L/yr - ₹30 L/yr
150% more than the average Software Engineer Salary in India
View more details

Myntra Software Engineer Reviews and Ratings

based on 17 reviews

3.6/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

2.6

Promotions

3.5

Work satisfaction

Explore 17 Reviews and Ratings
Data Analyst
208 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Manager
207 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Senior Assistant
193 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Senior Officer
184 salaries
unlock blur

₹3 L/yr - ₹7.7 L/yr

Senior Manager
177 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Explore more salaries
Compare Myntra with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Meesho

3.7
Compare

LimeRoad

2.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview