These are rewritten from public student write-ups. Two things recur across almost every Meesho account, so plan around them: the coding round is long and genuinely hard (not a 2-easy-questions screen), and the round most people underestimate is a machine-coding / low-level-design round, not a distributed-systems whiteboard.
3 coding problems plus ~20 MCQs on OS, networking, and programming.
Reported problems: common elements across arrays, minimum changes to make strings anagrams, and weighted job scheduling (a DP problem, not a warm-up).
15 candidates cleared this stage.
Round 2 - technical (~1.5 hours)
Activity selection via greedy - solved in about 15 minutes.
A harder “water the plants” simulation problem that took 30-40 minutes, with the interviewer giving hints along the way. Being coachable mattered as much as being fast.
Then general OS and DBMS questions. 9 candidates moved on.
Round 3 - technical 2 (~1 hour)
Design a database schema for one of their own projects and write SQL queries against it.
One coding question solved with DFS.
Rapid-fire fundamentals: ARP, DNS, OSI layers, semaphores vs mutexes, paging and virtual memory, threading, SQL vs NoSQL, normalisation, ACID. 4 candidates reached HR.
Round 4 - HR
The candidate described it as close to a formality at that point.
Result: Selected.
Experience 2: SDE-1, open campus 2025 (rejected after the final round)
Screening: resume evaluation, with the coding round hosted on HackerEarth.
Coding round: 165 minutes, three questions - two medium and one hard. Other 2025 accounts report a similar shape (roughly 105-165 min, 3 problems, topics like binary search, DP, and segment trees), plus in some drives a short MCQ/aptitude stage on Meesho’s NextLevel app before it.
Technical interview (~30 min): a medium DSA problem on bipartite graphs.
Machine coding round (60 min): implement a working design - this candidate got a car-pooling system; another 2025 account reports an inventory management system in 90 minutes. Expect to write real, runnable, class-structured code under time pressure.
HR round: projects, internships, and a spread of OS, computer networks, and SQL questions - not a formality in this drive.
Result: Not selected, despite clearing every prior round. Worth knowing: reaching HR at Meesho is not the same as an offer.
What these accounts have in common
The coding round is the real filter and it is long. Practise 3-problem, 2-hour-plus sets rather than single 45-minute problems.
Core CS is asked in depth, not as small talk - OS, networking, and DBMS come up in every write-up.
The LLD / machine-coding round rewards clean class design and working code over clever algorithms.
After technical rounds, Meesho usually closes with a short HR / hiring-manager conversation: motivation, location, notice period, and a couple of behavioural stories. Prepare those answers on the dedicated page rather than cramming them into this hub.