Myntra pvt ltd interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Myntra pvt ltd
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice LLD.
Tip 2 : Practice OOPS and DS Algo.

Application process
Where: Other
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Resume should be descriptive.
Tip 2 : Resume should cover your basic details.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date19 Aug 2021
Coding problem2

MCQ + 2 coding question

Easy
20m average time
80% success
0/40
Asked in companies
Urban Company (UrbanClap)MTXUnthinkable Solutions

You are given an array ‘arr’ of ‘N’ distinct integers. Your task is to print all the non-empty subsets of the array.

Note: elements inside each subset should be sorted in increasing order. But you can print the subsets in any order, you don’t have to specifically sort them.

 

Problem approach

The idea is simple, that if there are n number of elements inside an array, there are two choices for every element. Either include that element in the subset or do not include it.

Try solving now

2. Unique Binary Search Trees

Moderate
20m average time
80% success
0/80
Asked in companies
eBayShareChatMorgan Stanley

You are given an integer ‘N’, your task is to return the number of structurally unique BST's (binary search trees) which have exactly 'N' nodes of unique values from 1 to 'N'.

For example:

Given  ‘N’ = 2, The total number of BST’s is 2.

Note:

1. A binary search tree is a rooted binary tree whose internal nodes each store a key greater than all the keys in the node's left subtree and less than those in its right subtree.

2. A structurally unique binary search tree is a tree that has at least 1 node at a different position or with a different value compared to another binary search tree.
Problem approach

For all possible values of i, consider i as root, then [1….i-1] numbers will fall in the left subtree and [i+1….n] numbers will fall in the right subtree. So, add (i-1)*(n-i) to the answer. The summation of the products will be the answer to the number of unique BST.

Try solving now
02
Round
Easy
Telephonic
Duration30 Minutes
Interview date28 Aug 2021
Coding problem1

System design questions.

1. System Design Question

Design Instagram.

Problem approach

Tip 1 : Firstly, remember that the system design round is extremely open-ended and there’s no such thing as a standard answer. Even for the same question, you’ll have a totally different discussion with different interviewers.

Tip 2 : Design your structure and functions according to the requirements and try to convey your thoughts properly to the interviewer so that you do not mess up while implementing the idea .

03
Round
Easy
HR Round
Duration60 Minutes
Interview date31 Aug 2021
Coding problem0

Asked questions on previous projects and situation based question in company.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Software Engineer
4 rounds | 8 problems
Interviewed by Myntra pvt ltd
3320 views
1 comments
0 upvotes
Software Engineer
3 rounds | 4 problems
Interviewed by Myntra pvt ltd
0 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Myntra pvt ltd
2260 views
0 comments
0 upvotes
Software Engineer
4 rounds | 7 problems
Interviewed by Myntra pvt ltd
1162 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7873 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes