Upload Button Icon Add office photos

Filter interviews by

Myntra SDE Intern Interview Questions and Answers

Updated 5 Sep 2022

Myntra SDE Intern Interview Experiences

1 interview found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2022

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 - Technical 

(1 Question)

  • Q1. Write a program on stack operations
  • Ans. 

    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()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good knowledge on DSA,time complexities

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is clousers
  • Q2. What is promises
Round 2 - Technical 

(2 Questions)

  • Q1. Explain javascript architecture
  • Q2. What is mvvm architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 questions in coding one with array and in string releated

Round 2 - One-on-one 

(3 Questions)

  • Q1. About Selenium questions
  • Q2. Other basic questions related to testing
  • Q3. Management related question
Round 3 - HM 

(2 Questions)

  • Q1. One program to solve
  • Q2. Other questions in selenium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. How would you rate your proficiency in data analysis?
  • Q2. Can you provide an example of how you have utilized Excel to enhance a process or improve efficiency?
  • Q3. What is the average number of flights that take off daily from Delhi Airport?
  • Q4. What is the average monthly consumption of tea in Mumbai?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 question of DSA (easy, medium) in 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Playlist Shuffle
  • Q2. Deletion in min heap
  • Ans. 

    Deletion in min heap involves removing the root node and rearranging the heap to maintain the min heap property.

    • To delete the root node in a min heap, swap it with the last node in the heap.

    • Remove the last node and then heapify the heap starting from the root to maintain the min heap property.

    • Example: If the min heap is [10, 20, 30, 25, 40], after deletion the heap becomes [20, 25, 30, 40].

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Easy to medium level of leet code

Round 2 - Technical 

(1 Question)

  • Q1. 1. Fibonacci series with recursion and without recursion 2. String Palindrome 3. Count all repeated numbers from the array
  • Ans. 

    Answering questions related to Fibonacci series, string palindrome, and counting repeated numbers in an array.

    • For Fibonacci series with recursion, write a function that calls itself to calculate the next number in the series.

    • For Fibonacci series without recursion, use a loop to calculate the series.

    • For string palindrome, compare characters from start and end of the string.

    • To count all repeated numbers from the array, u

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1.Given an array(0-based indexing), you have to find the max sum of i*A[i] where A[i] is the element at index i in the array. The only operation allowed is to rotate(clock-wise or counter clock-wise) the ...
  • Ans. 

    Rotate array to find max sum of i*A[i]

    • Rotate array to bring maximum element to front

    • Calculate sum of i*A[i] for each rotation

    • Keep track of maximum sum found

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. 1.Oops concepts 2.Oops code 2.About Java Spring 3. Array stack questions 4.Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve leet code question, clear concept of DSA.

Skills evaluated in this interview

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

I applied via campus placement at International Institute of Information Technology (IIIT), Bangalore and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Trapping Rain Water
  • Q2. Merge Intervals
  • Q3. Design a Customer Support Chat Application System
  • Ans. 

    A customer support chat application system for efficient communication and problem-solving.

    • Implement live chat functionality for real-time communication

    • Include automated responses for common queries

    • Integrate ticketing system for tracking and resolving issues

    • Provide chat history for reference and continuity

    • Ensure data security and privacy measures are in place

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself, S&W
  • Q2. Impact PORs Impact Impact
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic SQL question.
  • Q2. Order of execution
  • Ans. 

    The order of execution refers to the sequence in which instructions or operations are executed in a program.

    • The order of execution is determined by the programming language and the specific code being executed.

    • Generally, code is executed line by line from top to bottom.

    • However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.

    • In some programming languages, there...

  • Answered by AI
  • Q3. Window functions
  • Q4. Aggregate functions

Skills evaluated in this interview

Intern Interview Questions & Answers

FirstCry user image Sanjeevani Jindal

posted on 15 Mar 2024

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. My qualifications
  • Q2. Eligibility capability
  • Q3. Can I do it
Round 2 - HR 

(2 Questions)

  • Q1. Fresher should do it
  • Q2. Will I be able to cope up

Interview Preparation Tips

Interview preparation tips for other job seekers - This is my India(bill gates+DollyChaiwala)

Myntra Interview FAQs

How many rounds are there in Myntra SDE Intern interview?
Myntra interview process usually has 2 rounds. The most common rounds in the Myntra interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 412 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
BlackBuck Interview Questions
3.8
 • 169 Interviews
Blinkit Interview Questions
3.7
 • 165 Interviews
Spinny Interview Questions
3.7
 • 161 Interviews
FirstCry Interview Questions
3.7
 • 158 Interviews
Tata 1mg Interview Questions
3.7
 • 138 Interviews
View all
Data Analyst
218 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Assistant
200 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Manager
199 salaries
unlock blur

₹6.6 L/yr - ₹26 L/yr

Senior Officer
190 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Senior Manager
187 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