Myntra - SDE1 - 2 YoE - Interview Experience

myntra logo
myntra
SDE I2 years
July 18, 20240 reads

Summary

I interviewed for an SDE1 role at Myntra, which involved a technical round that covered project discussions and two Data Structures and Algorithms problems.

Full Experience

My interview process at Myntra for the SDE1 position consisted of a single technical round. The interviewer started by asking for my introduction, then we delved into a detailed discussion about my past projects. After that, I was presented with two DSA problems to solve.

Interview Questions (2)

Q1
Merge Intervals
Data Structures & Algorithms

Given an array of intervals, merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.

Q2
Delete Nodes And Return Forest
Data Structures & Algorithms

Given the root of a binary tree, where each node in the tree has a distinct value, and a list of values to_delete. The goal is to delete all the nodes with values in to_delete. After deleting a node, if it has any children, those children become the roots of new trees. The task is to return a list of the roots of the trees in the final forest. (Leetcode 1110)

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!