The Interview Process
| Round | Format | What's Tested |
|---|---|---|
| Online Assessment | Coding test, 60–90 min | 2–3 DSA problems, easy-to-medium difficulty |
| Technical Round 1 | Live coding | DSA — arrays, strings, trees, graphs; real-time problem-solving with explained thought process |
| Technical Round 2 | Live coding + discussion | Deeper DSA, project deep-dive, and for some roles, frontend-specific questions (JavaScript fundamentals, React patterns) |
| System Design / HM Round | 45–60 min | HLD for e-commerce-style systems (catalog, search, checkout flow), combined with hiring manager fit discussion |
| HR Round | Offline/final | Compensation discussion, offer finalization, team placement |
DSA Focus Areas
- Arrays, strings, and hashmaps — the most frequent category across all rounds
- Trees and graphs — BFS/DFS-based problems are common
- Dynamic programming — appears more at SDE2+ level
- Language-specific fundamentals — JavaScript and Python come up often given Myntra's stack mix across web and backend teams
If You're Interviewing for a Frontend/Full-Stack Role
Myntra's web and app experience teams test JavaScript fundamentals (closures, async/event loop, hooks if React-based) alongside standard DSA — don't assume a frontend-leaning role skips algorithmic rounds entirely. Our React & JavaScript interview questions guide covers this exact combination.
System Design Themes
Expect e-commerce-flavored system design prompts: designing a product catalog and search system, a flash-sale checkout flow that handles sudden traffic spikes, or a recommendation pipeline. Demonstrating awareness of Myntra's actual scale challenges — sale-day traffic surges, catalog size, personalization — reads as stronger preparation than generic system design answers. Our system design preparation guide covers the core framework you'll apply here.
For Internship Candidates
Myntra's SDE internship runs roughly 6 months at ₹70,000/month in Bangalore, with PPO conversion CTC around ₹16–18L for strong performers. The evaluation criteria mirror what's covered in our PPO conversion guide — consistent code quality and visible ownership matter more than a single impressive final demo.
