Upload Button Icon Add office photos

Filter interviews by

Myntra Software Developer Interview Questions, Process, and Tips

Updated 7 Oct 2024

Top Myntra Software Developer Interview Questions and Answers

  • Q1. Move All Negative Numbers To Beginning And Positive To End You are given an array 'ARR' consisting of 'N' integers. You need to rearrange the array elements such that all ...read more
  • Q2. Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 ...read more
  • Q3. Preorder traversal of a BST You have been given an array/list 'PREORDER' representing the preorder traversal of a BST with 'N' nodes. All the elements in the given array ...read more
View all 71 questions

16 Myntra Software Developer Interview Experiences

91 questions found

Sort by: Popular

Software Developer Interview Questions

user image Thommandru Vishnu

posted on 10 Mar 2015

6 Interview Rounds

Interview Questions

  • Q1. All the leaf nodes of tree are doubly linked,print only the leaf nodes of a tree View Answers (1)
  • Q2. LRU page Replacement Algorithm for large data View Answers (1)
  • Q3. Given a linked list with 2 parameters m,n. Now start reversing the m nodes and leave n nodes and continue it till u reach the end View Answers (1)
  • Q4. Inorder Traversal of a tree View Answers (1)
  • Q5. Inorder Travesal of a tree without recursion(write the code) View Answers (1)
  • Q6. Given an array of numbers in which duplicates are there and one triplicate is there. find that number View Answers (1)
  • Q7. Explain all the serach algorithm you know with space and Time complexities View Answers (1)
  • Q8. Given a situation and asks you which search algorithm suits the best in that situation Add Answer
  • Q9. Given an array of length n and in which numbers from 1-n will be there and each number can repeat any number of times find out which repeated more number of tim...read more View Answers (1)

Interview Preparation Tips

Round: Resume Shortlist
Experience: Basically, it's not resume shortlist, it's a 9 pointer shortlist

Round: Test
Experience: The Entire Test is held in HackerRank Platform. it has
2 coding questions (one easy and one medium)
2 output questions(medium)
2 Aptitude(easy)
1 general Computer science(medium)
it took me 30 min for each coding questions.I was not known that general question is related to bash commands.
Tips: Practice the Warmup questions in Hacker Rank.
Do some Basic aptitude questions.
Thorough with the basic c and c++ concepts
Duration: 120 minutes
Total Questions: 7

Round: Technical Interview
Experience: It's completely around the data structures. The questions are a bit tricky but once u think without any tension u can get through easily. The interviewer is helpful and gives u few hints if u catch them at the right point of time u got it.There are 2 more questions which I haven't mentioned.
Tips: got through Data Structures and Algorithms Made Easy by Narasimha Karumanchi. It's a best book for the interviews.

Round: Technical Interview
Experience: The interviewer asked to put everything on the blackboard and write down the code of each and everything.
Tips: Go to the website -----/ and study all the interview questions and modules

Round: HR Interview
Experience: It's Technical+ HR interview all the technical questions went around resume. it went around 45 minutes they are very particular about what you wrote in the resume.HR questions are general like
whats your future plans
where will u see yourself in the office after 5 years?
Tips: please make sure that whatever you write in resume should be known to you very well.Don't write false things about yourself.And make sure you know completely about the projects you are going to write in resume(atleast the part you worked)

General Tips: Be sure of what you are saying. Don't be tensed and answer to your best.
Skills: Programming, Data Structures
College Name: VIT VELLORE

Skills evaluated in this interview

Software Developer Interview Questions

user image Anonymous

posted on 1 Sep 2024

Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Aug 2024.

3 Interview Rounds

1

Coding Test Round

Simple DSA ques. and some mcqs. were easy if you are a cp guy

2

Technical Round (2 Questions)

  • Q1. Given a string of paranthesis tell longest valid parantheisis
  • Q2. Leetcode 1443. This was exact ques
3

Technical Round (2 Questions)

  • Q1. Given a string find longest palindromeic substring
  • Q2. Simple take not take dp ques But my interviewer was an idiot she didn't understand shit She was reading editorial on the fly. As i told her approch she was like...read more

Skills evaluated in this interview

Get interview-ready with top interview questions

Software Developer Interview Questions

user image Anonymous

posted on 7 Oct 2024

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Lexiography string manipulation

2

Technical Round (2 Questions)

  • Q1. Asteroid collision
  • Q2. Course scheduler

Software Developer Interview Questions

user image Anonymous

posted on 30 May 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. 2 coding questions (arrays and tree) Oops concepts

Myntra interview questions for designations

 Software Developer Intern

 (1)

 Backend Software Developer

 (1)

 Software Engineer

 (13)

 Software Programmer

 (1)

 Backend Developer

 (1)

 Senior Software Engineer

 (3)

 Software Development Engineer

 (1)

 Front end Developer

 (1)

Software Developer Interview Questions

user image Anonymous

posted on 21 Mar 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Right view of a Tree

Skills evaluated in this interview

Software Developer Interview Questions

user image Anonymous

posted on 4 May 2024

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Referral and was interviewed before May 2023.

4 Interview Rounds

1

Technical Round (1 Question)

  • Q1. 3 sum Trapping rain water
2

Technical Round (1 Question)

  • Q1. Linked List in a binary tree
3

Technical Round (1 Question)

  • Q1. Implement LRU cache
4

HR Round (1 Question)

  • Q1. Mostly behavioural questions

Interview Preparation Tips

Topics to prepare for Myntra Software Developer interview:
  • DSA
  • Algorithms

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 27 Dec 2021

I was interviewed in Jul 2021.

2 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a online coding interview where I was asked coding questions.

  • Q1. Preorder traversal of a BST You have been given an array/list 'PREORDER' representing the preorder traversal of a BST with 'N' nodes. All the el...read more
  • Q2. Convert Sorted Array to BST You have been given a sorted array of length ‘N’. You need to construct a balanced binary search tree from the array. If there can b...read more
2

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round. Programming based questions and oops/dbms based were asked. 
Some questions were :
1. How many types of trigger?
Ans. In SQL, there are 3 types of triggers :
DML (data manipulation language) triggers – Eg.– INSERT, UPDATE, and DELETE
DDL (data definition language) triggers Eg.– CREATE, ALTER, and DROP
Logon triggers –This type reacts to LOGON events
2. Can trigger be used with select statement?
Ans. No, triggers cannot be used with select statements. They can only be used with Insert, update or delete statements. 
3. Indexing in mysql? How many types of indexing in mysql?
Ans. Indexes are used to find rows with specific column values quickly. It helps to determine the position to seek to in the middle of the data file without having to look at all the data. It performs much faster than reading every row sequentially.
4. Engines in mysql?
Ans. So, in mysql, storage engine is a software module that a database management system uses to create, read, update data from a database. There are two types of storage engines: transactional and non-transactional.
5. Singleton pattern?
Ans. Singleton is a creational design pattern that ensured that a class has only one instance, while providing a global access point to this instance.

  • Q1. Pair Sum You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements s...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMyntra interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 21 Dec 2021

I was interviewed before Dec 2020.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

This was a 2 hour round consisting of 5 mcqs and 2 codes. The mcqs were pretty much simple based on DS, DBMS, OS, OOP, and C language.

  • Q1. Convert A Given Binary Tree To Doubly Linked List Given a Binary Tree, convert this binary tree to a Doubly Linked List. A Binary Tree (BT) is a data structure ...read more
  • Q2. Validate BST Given a binary tree with N number of nodes, check if that input tree is BST (Binary Search Tree) or not. If yes, return true, return false otherwis...read more
2

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

3 coding questions were asked in this round.

  • Q1. Sort an array in wave form You have been given an unsorted array ‘ARR’. Your task is to sort the array in such a way that the array looks like a wave array. Exa...read more
  • Q2. Search In Rotated Sorted Array Aahad and Harshit always have fun by solving problems. Harshit took a sorted array and rotated it clockwise by an unknown amount....read more
  • Q3. Running Median You are given a stream of 'N' integers. For every 'i-th' integer added to the running list of integers, print the resulting media...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMyntra interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 27 Dec 2021

I was interviewed before Dec 2020.

3 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was a 60 minute online coding interview where programming questions were discussed.

  • Q1. Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1...read more
  • Q2. Move All Negative Numbers To Beginning And Positive To End You are given an array 'ARR' consisting of 'N' integers. You need to rearrange the ar...read more
2

Video Call Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Questions based on data structures , OOPS , Java and operating systems were discussed.

  • Q1. Convert a binary tree to its sum tree Given a binary tree of integers, you are supposed to modify the given binary tree to a sum tree where each node value is r...read more
  • Q2. Java Question

    String pool and how garbage collection functionality works?

  • Q3. Java Question

    Singleton pattern, observer pattern?

  • Q4. Java Question

    How to synchronize HashMap in Java?

3

HR Round (3 Questions)

Round duration - 45 minutes
Round difficulty - Medium

This was CTO round, if you make this round…you are doing pretty good. 
He asked a lot on what I worked on and asked questions relevant to that. Process thread, stacks heaps. A minor system design on component in their system. How they are shared between and trade-off. We discussed about scalability and challenge.

  • Q1. System Design Question Design a website where after user request. A bunch of processes need to be executed and then a mail is sent to user with the result. Take...read more
  • Q2. DBMS Questions

    Design with one-one mapping, one-many mapping…some basic questions

  • Q3. OS Question

    Difference between process and thread

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMyntra interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPS, DatabasesTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 27 Dec 2021

I was interviewed before Dec 2020.

3 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 90 minutes
Round difficulty - Easy

Myntra had conducted a coding test on campus before the start of the placement season with 2 questions, one on stack and other on DP.
Tips : For the test, the DP question asked was pretty standard, on Longest Common Subsequence. The question on stacks, I don't remember what it was but it was also pretty straight forward. For the test, I would recommend to solve problem from GFG. If they do come to resume shortlisting, they are looking for people who have done good projects and internships.

  • Q1. Longest Common Subsequence You have been given two Strings “STR1” and “STR2” of characters. Your task is to find the length of the longest common subsequence. A...read more
2

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interview started off with questions on my general interest in Software Development. The first round had two coding questions, I was supposed to write the code on paper. 
For the questions, they asked me to code the solution first. And then gave a specific input and asked me to demonstrate step by step in my code, how it would lead to the correct answer.
Tips: It's ok if you can't code a general solution, if you can write a code which works for the particular input they have given then also it's ok with them. But be thorough with Data structures.

  • Q1. Add two number as linked lists You have been given two singly Linked Lists, where each of them represents a positive number without any leading zeros. Your task...read more
3

Face to Face Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

I wasn't asked to write any code in this interview. They asked me some questions on Machine Learning, because of my projects in them. Then they asked me if I knew graph algorithms. Since I knew BFS and DFS, I told them. They asked the difference between the two. Then they asked me if I knew how to find the shortest distance between two points in a graph. I didn't know Dijkstra's properly but I knew it worked on the greedy approach so was able to tell that. Then they asked me how would I find the second shortest path. I tried to answer it with the same greedy approach, but couldn't arrive at the complete solution.
Tips: They ask a tough theoretical question. It's ok if you don't know the answer, they only look for your approach.

  • Q1. BFS in Graph You are given an undirected and disconnected graph G(V, E) having V vertices numbered from 0 to V-1 and E edges. Your task is to print its BFS trav...read more
  • Q2. DFS Traversal Given an undirected and disconnected graph G(V, E), containing 'V' vertices and 'E' edges, the information about edges is given us...read more
  • Q3. Dijkstra's shortest path You have been given an undirected graph of ‘V’ vertices (labeled 0,1,..., V-1) and ‘E’ edges. Each edge connecting two nodes (‘X’,’Y’) ...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPA, Eligible branches : Computer Science & Engineering, Mathematics & Computing, Electrical Engineering and Electronics & Communication Engineering.Myntra interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Be thorough with Data Structures and Algorithms and also with your resume.
Tip 2 : Must do Previously asked Interview as well as Online Test Questions.
Tip 3 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 4 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 27 Dec 2021

I was interviewed before Dec 2020.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

This was a 2 hour round consisting of 5 mcqs and 2 codes. The mcqs were pretty much simple based on DS, DBMS, OS, OOP, and C.

  • Q1. Rabbit Jumping You are given ‘n’ carrots numbered from 1 to ‘n’. There are k rabbits. Rabbits can jump to carrots only with the multiples of Aj(Aj,2Aj,3Aj…) for...read more
  • Q2. Flip Bits You are given an array of integers ARR[] of size N consisting of zeros and ones. You have to select a subset and flip bits of that subset. You have to...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Started with a brief discussion on my projects and internships. A thorough discussion on whichever languages, frameworks I had used in my projects. Followed by discussion on coding questions. Apart from the codes there were some questions on OS, process stack, heap memory in Java, Garbage collection, OOP principles and comparison based sorting

  • Q1. Sum Of Max And Min You are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do ...read more
  • Q2. Invert a Binary Tree You are provided with a Binary Tree and one of its leaf nodes. You have to invert this binary tree. Inversion must be done by following all...read more
3

Video Call Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Questions based on programming, DBMS and puzzles were asked in this round.

  • Q1. Rearrange Array Numbers to form Largest Possible Number You are given an array(ARR) of length 'N', consisting of non-negative integers. Using only these...read more
  • Q2. Puzzle Two boys A and B enter a tunnel . At 2/3rd of the tunnel, they see a train coming towards the tunnel ,the train is still at a distance from the tunnel . ...read more
  • Q3. DBMS Question

    What is indexing?

  • Q4. DBMS Question

    Advantages of B+ Tree

4

Video Call Round (3 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Puzzles and HR based questions were asked in this round.
He asked questions like : what are my career goals, what do you look forward to in a boss , how do you see yourself in 5 years ,etc etc .

  • Q1. Puzzle

    Given a biased coin, how would you take an unbiased decision .You don’t know whether it is biased towards heads or tails.

  • Q2. Puzzle Given a cylindrical glass of water, how would you conclude whether it is more than half filled ,or less than half filled. The glass is not transparent an...read more
  • Q3. Puzzle A man lives on the 12th floor . Everyday he uses the lift ,comes to the ground floor and goes to office. On his return ,three cases are seen: 1.Whenever ...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMyntra interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more

Final outcome of the interviewRejected

Skills evaluated in this interview

Myntra Interview FAQs

How many rounds are there in Myntra Software Developer interview?
Myntra interview process usually has 2-3 rounds. The most common rounds in the Myntra interview process are Technical, Coding Test and HR.
How to prepare for Myntra Software Developer 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 Automation Testing, Performance Testing, Product Quality, Quality Assurance and Retail.
What are the top questions asked in Myntra Software Developer interview?

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

  1. given an array of length n and in which numbers from 1-n will be there and each...read more
  2. given an array of numbers in which duplicates are there and one triplicate is t...read more
  3. given a linked list with 2 parameters m,n. Now start reversing the m nodes and ...read more

Tell us how to improve this page.

Interview Process at Myntra Software Developer

based on 5 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 2 Myntra interviews
Referral
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Myntra Software Developer Salary
based on 72 salaries
₹9.9 L/yr - ₹38 L/yr
171% more than the average Software Developer Salary in India
View more details

Myntra Software Developer Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

4.2

Skill development

3.5

Work-Life balance

3.2

Salary & Benefits

3.9

Job Security

4.0

Company culture

3.2

Promotions/Appraisal

3.9

Work Satisfaction

Explore 7 Reviews and Ratings
Data Analyst
252 salaries
unlock blur

₹5.1 L/yr - ₹19 L/yr

Manager
215 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Senior Assistant
200 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Associate
195 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Senior Manager
192 salaries
unlock blur

₹13.8 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.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview