Myntra interview questions

161 questions from 21 candidate reports · 2014 to 2024

Online test → Technical → Technical

DSA

Showing 41 of 120 reported in this area

Find the minimum number of platforms required for a railway station given arrival and departure times
asked 2×mediumPractice this →
Merge k sorted arrays
asked oncemediumPractice this →
Evaluate an infix expression.
asked oncemediumPractice this →
Design and implement an LRU Cache.
asked oncemediumPractice this →
Find an element in a bitonic array
asked oncemediumPractice this →
Implement a min-heap using an array.
asked oncemediumPractice this →
Delete a node from a Binary Search Tree.
asked oncemediumPractice this →
Find the k-th largest element in an array
asked oncemediumPractice this →
Reverse a linked list in groups of size k
asked oncemediumPractice this →
Add two numbers represented by linked lists.
asked oncemediumPractice this →
Find the point where maximum intervals overlap
asked oncemediumPractice this →
Rotate a square matrix by 90 degrees clockwise.
asked oncemediumPractice this →
Check whether two given line segments intersect.
asked oncemediumPractice this →
Find the Longest Bitonic Subsequence in an array
asked oncemediumPractice this →
Print all ancestors of a given node in a binary tree.
asked oncemediumPractice this →
Find the Lowest Common Ancestor (LCA) in a Binary Tree
asked oncemediumPractice this →
Write a C program to implement the Heap Sort algorithm
asked oncemediumPractice this →
Find the sum of all the deepest leaf nodes in a binary tree.
asked oncemediumPractice this →
Count all distinct pairs in an array with a given difference k.
asked oncemediumPractice this →
Find the first non-repeating character in a stream of characters
asked oncemediumPractice this →
Perform zig-zag (spiral) level order traversal of a binary tree.
asked oncemediumPractice this →
Given a stream of integers, find the median at any point in time.
asked oncemediumPractice this →
Write a C program to detect a loop in a linked list and remove it
asked oncemediumPractice this →
Given an array of numbers, arrange them to form the biggest number
asked oncemediumPractice this →
Populate next right pointers in a binary tree using O(1) extra space.
asked oncemediumPractice this →
Count the number of nodes present at the maximum depth in an N-ary tree
asked oncemediumPractice this →
Construct a Binary Search Tree given its preorder and inorder traversals.
asked oncemediumPractice this →
Search for a target element in a rotated sorted array using binary search.
asked oncemediumPractice this →
Given a sorted array that has been rotated, find a given element in the array.
asked oncemediumPractice this →
Given a string containing HTML tags, remove all substrings enclosed within < and >
asked oncemediumPractice this →
Design a stack that supports O(1) insertion, deletion, and find minimum operations.
asked oncemediumPractice this →
Find the second largest element in an array and explain the approach using heap sort
asked oncemediumPractice this →
Implement insert and delete operations in a binary tree and explain all delete cases.
asked oncemediumPractice this →
Search for a given number in a sorted array that has been rotated at an unknown pivot.
asked oncemediumPractice this →
Convert a string into zigzag pattern given a number of rows and then read line by line.
asked oncemediumPractice this →
Find the length of the longest substring in a given string without repeating characters.
asked oncemediumPractice this →
Print all leaf nodes of a binary tree where leaf nodes are connected as a doubly linked list.
asked oncemediumPractice this →
Find the minimum number of platforms required for a railway/bus station so that no train waits
asked oncemediumPractice this →
Given stock prices, find the maximum profit that can be achieved by buying and selling stocks.
asked oncemediumPractice this →
Find the minimum number of steps required to reach a target position by a knight on a chessboard
asked oncemediumPractice this →
Given an array and a maximum jump length K, find the maximum score to reach the end of the array.
asked oncemediumPractice this →

CS fundamentals

Showing 7 of 22 reported in this area

Explain different CPU scheduling algorithms
asked oncemediumPractice this →
Explain the basic idea behind Google's ranking algorithm.
asked oncemediumPractice this →
Explain how auto-suggest and auto-correct work in mobile phones.
asked oncemediumPractice this →
How do you choose between relational and non-relational databases?
asked oncemediumPractice this →
Explain the CAP Theorem in the context of systems with multiple entries and exits
asked oncemediumPractice this →
Explain differences between C and C# with emphasis on executable files and runtime behavior
asked oncemediumPractice this →
Write a program to compute 100! and explain how to store such a large number and its data type
asked oncemediumPractice this →

System design

Showing 7 of 20 reported in this area

Design and build the logic for a chess application
asked oncemediumPractice this →
Design and implement Google Auto-Suggest functionality.
asked oncemediumPractice this →
Design APIs to find a parking slot for a given vehicle number
asked oncemediumPractice this →
Design an API to dynamically position components on a web page
asked oncemediumPractice this →
Design a way to find all parking slots for a given vehicle color
asked oncemediumPractice this →
Design a bus reservation system, defining classes and member functions.
asked oncemediumPractice this →
Design a program that reads a book from a file and generates an audio version of the entire book
asked oncemediumPractice this →

Puzzles

Showing 3 of 5 reported in this area

Given a biased coin of unknown bias, how would you make an unbiased decision using it?
asked oncemediumPractice this →
Given a non-transparent cylindrical glass of water with no measuring instruments, how can you determine whether it is more than half-filled or less than half-filled without adding or spilling water?
asked oncemediumPractice this →
Two boys enter a tunnel and at 2/3rd of its length see a train approaching. One runs back to the entrance, the other runs to the exit, and both escape just in time. Given the train speed is 60 kmph, find the length of the tunnel.
asked oncehardPractice this →

Aptitude

Showing 1 of 2 reported in this area

Probability problem with two players A and B having m and n cards respectively out of m+n+1 cards, one card left out. Players alternately guess the left-out card. What is the probability that player A wins? Output probability accurate to 9 decimal places.
asked oncehardPractice this →

Behavioural

1 questions reported in this area

What defines a good team versus a bad team?

Showing 60 of 161 questions. Ranked by how often the same question came back across reports.

Practise a Myntra-style interview

A spoken interview built from these questions, scored when you finish; the report is yours.

Start practising

Common questions

What questions does Myntra ask?

Candidate interview reports most often cover DSA (71%) and CS fundamentals (13%).

How many rounds does Myntra interview have?

Candidate interview reports show an average of 3.6 rounds per experience, with a typical sequence of Online test → Technical → Technical. Individual interview paths can vary.

Is the Myntra interview hard?

Among questions with a reported difficulty, the mix is easy 28%, medium 55%, hard 16%.

Keep reading