Meesho, Zepto, and Blinkit represent the new wave of Indian e-commerce: social commerce for tier-2 and tier-3 India, quick commerce for 10-minute grocery delivery, and dark store operations at city scale. All three are backed by major investors and building large engineering teams. This guide covers the complete SDE interview process for all three companies in 2026.
Meesho interview process
Meesho SDE interview process 2026:
Meesho is India's largest social commerce platform targeting tier-2 and tier-3 India, primarily accessed via WhatsApp-based reselling. Engineering problems include: serving 500M+ SKUs at low infrastructure cost (India's price-sensitive market means every rupee of infrastructure cost matters), supply chain for unbranded and unstructured inventory, and social sharing mechanics.
1. Resume screen: product company experience; domain interest in e-commerce or logistics; strong GitHub. 2. Online Assessment: 2-3 LeetCode medium problems (90 minutes). 3. Technical Coding Rounds (2 rounds, 45-60 minutes): - Arrays: maximum sum of non-overlapping subarrays, count inversions (merge sort approach) - Trees: boundary traversal, vertical order traversal - Graphs: minimum spanning tree (Kruskal's), shortest path in a weighted graph (Dijkstra's) - DP: matrix chain multiplication, maximum profit with K transactions 4. System Design Round (SDE-2+): 'Design Meesho's product catalog for 500M SKUs', 'Design a seller payment disbursement system for 1M+ resellers'. 5. Engineering Values Round: Meesho evaluates frugality (building cost-efficient systems), ownership, and empathy for the first-time internet user.
Zepto interview process
Zepto SDE interview process 2026:
Zepto is India's fastest-growing quick commerce company (10-minute grocery delivery from dark stores). Engineering challenges: real-time inventory management across 300+ dark stores, sub-10-minute rider dispatch, dynamic pricing, and slot management.
1. Resume screen: product company experience (1-3 years); interest in logistics and real-time systems; competitive programming or strong LeetCode profile. 2. Technical Coding Rounds (1-2 rounds, 45 minutes each): - Priority queues: rider assignment (pick the nearest available rider, handle concurrent requests) - Graphs: shortest path from dark store to customer (BFS/Dijkstra on a city graph) - Sliding window: track inventory changes in real-time windows 3. System Design Round (SDE-2+): 'Design Zepto's 10-minute delivery routing system', 'Design real-time inventory management for dark stores', 'Design order batching for a rider handling multiple orders'. 4. Behavioural/Culture Round: Zepto is a fast-moving startup; they look for comfort with ambiguity, ability to ship quickly, and genuine passion for quick commerce. Zepto's hiring process is faster than FAANG (2-3 weeks vs 6-8 weeks). 5. Compensation negotiation: unlike FAANG, Zepto has more flexibility in offer negotiation; competing offers from Blinkit, Swiggy Instamart, or similar are leverageable.
Blinkit interview process
Blinkit (formerly Grofers) SDE interview process 2026:
Blinkit was acquired by Zomato in 2022 and operates as Zomato's quick commerce brand. It benefits from Zomato's infrastructure and engineering resources while focusing on dark store operations and instant delivery.
1. Resume screen: product company experience; logistics or e-commerce domain knowledge is a plus. 2. Online Assessment: 2 LeetCode medium-hard problems (90 minutes); graph problems appear more than at average Indian companies. 3. Technical Coding Rounds (2 rounds, 45-60 minutes): - Graphs: delivery routing optimisation, warehouse-to-customer shortest path, connected dark stores - Priority queues: order scheduling, rider workload balancing - DP: inventory batching optimisation, demand-supply matching 4. System Design Round (SDE-2+): 'Design a real-time inventory management system for 500 dark stores', 'Design the order routing system from customer to nearest dark store', 'Design a merchandising system that adjusts product placement based on local demand'. 5. Behavioural Round: Blinkit's culture (influenced by Zomato) values speed, customer obsession, and impact. Engineering decisions at Blinkit are frequently driven by operational constraints from the dark store operations team; engineers need to understand and work with these constraints.
Practise Meesho, Zepto, and Blinkit interview questions with HireStepX's AI voice interviewer. Get scored feedback on system design and coding explanations. First 2 sessions free.
Practice freeSystem design for quick commerce and social commerce
System design patterns specific to Meesho/Zepto/Blinkit:
1. 'Design a dark store inventory management system (Zepto/Blinkit)': Challenge: inventory updates in real-time as orders are picked; concurrent orders for the same item can over-sell if not handled correctly. Solution: optimistic locking on inventory decrements (check quantity >= requested before decrementing; retry if another transaction modified it first). Or: reserve inventory when order is placed (soft lock), confirm reservation when order is confirmed, release when order is cancelled. Redis sorted set per dark store per SKU for fast availability check.
2. 'Design Meesho's product catalog for 200M unstructured SKUs': Challenge: Meesho's catalog includes unbranded products with highly variable attributes (different sellers list the same product differently). Solution: attribute extraction via ML (extract structured attributes from unstructured product descriptions), product deduplication (cluster visually and semantically similar products into canonical SKUs), search: Elasticsearch with semantic embeddings for intent-based search, not just keyword matching.
3. 'Design a rider dispatch system for 10-minute delivery (Zepto)': Order arrives; find all riders within 2km of the dark store; rank by: distance to dark store, current order load, delivery speed history. Offer to top 3 in parallel; first to accept gets the order; if no acceptance in 30 seconds, widen the radius to 4km. Handle rider cancellation after acceptance: immediately re-dispatch to the next available rider from the original shortlist.
Salaries and why to choose these companies
Meesho, Zepto, and Blinkit compensation (2024-25):
Meesho SDE-1: 25-35 LPA TC (base + RSUs) Meesho SDE-2: 35-55 LPA TC
Zepto SDE-1: 25-40 LPA TC Zepto SDE-2: 40-65 LPA TC
Blinkit SDE-1: 20-35 LPA TC (RSUs are Zomato stock: publicly traded and liquid, unlike pre-IPO equity at Meesho or Zepto) Blinkit SDE-2: 35-60 LPA TC
Why engineers choose these companies:
Meesho: solving a genuine market gap (affordable e-commerce for tier-2/3 India); the infrastructure challenges at very low cost per transaction are unique; SoftBank-backed but operating frugally.
Zepto: the fastest-moving of the three; the 10-minute delivery promise requires real-time systems that are genuinely novel in the Indian context; fastest growth in active users among Indian e-commerce companies.
Blinkit: the most stable pre-IPO equity story (Zomato RSUs are liquid); benefit from Zomato's existing engineering, legal, and finance infrastructure; slightly slower pace than Zepto but more predictable.
All three are pre-IPO in 2025 except Blinkit (which holds Zomato RSUs). Pre-IPO equity carries higher upside and higher risk than publicly traded stock.
Frequently asked questions
Explore more