This page contains Meesho placement papers from 2024 with previous year online assessment questions, solutions, and exam patterns.
2024 Pattern
The 2024 Meesho placement process emphasized DSA mastery and e-commerce system design. Online assessment included 2-3 coding problems focusing on arrays, trees, graphs, and dynamic programming.
Section Questions Time Difficulty Focus Areas Coding Problems 2-3 60-90 min Medium-Hard Arrays, trees, graphs, DP
Total : 2-3 problems, 60-90 minutes
Platform : HackerRank or similar
Languages Allowed : Python, Java, JavaScript
Success Rate : ~15-20% cleared OA and advanced to interviews
Q1: Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i]. Example :
Solution (Python) :
def productExceptSelf (nums):
result[i] = result[i - 1 ] * nums[i - 1 ]
for i in range (n - 1 , - 1 , - 1 ):
Time Complexity : O(n)
Space Complexity : O(1) excluding output array
Coding Section is Critical : Must solve 2-3 coding problems correctly to advance
DSA Focus : Strong emphasis on arrays, strings, trees, graphs, and dynamic programming
Time Management : 2-3 problems in 60-90 minutes requires excellent speed and accuracy
E-commerce Focus : Problems often relate to e-commerce systems, product recommendations, social commerce
System Design : Asked for SDE-1/2 roles, e-commerce system design for social commerce roles
Success Rate : Only 15-20% cleared OA and advanced to interviews
Platform : HackerRank or Meesho’s internal platform
Focus Areas : Arrays, trees, graphs, dynamic programming, e-commerce systems, social commerce
Based on candidate experiences from 2024 Meesho interviews:
2024 Interview Process:
Online Assessment (60-90 minutes) : 2-3 coding problems
Technical Phone Screen (45-60 minutes) : Coding problems, algorithm discussions, e-commerce concepts
Onsite Interviews (4-5 rounds, 45-60 minutes each) :
Coding rounds (2-3): Algorithms, data structures, problem-solving
System Design rounds: E-commerce platforms, social commerce systems, product recommendations, scalability
Behavioral rounds: Problem-solving approach, innovation, impact
Common 2024 Interview Topics:
Coding : Arrays, strings, trees, graphs, dynamic programming, e-commerce algorithms
System Design : E-commerce platforms, social commerce systems, product recommendations, scalability
Behavioral : Problem-solving, innovation, teamwork, impact
Meesho Technologies : Social commerce, e-commerce platforms, product recommendations, social sharing
2024 Interview Questions Examples:
Product of Array Except Self
Design Meesho’s product recommendation system (System Design)
Design Meesho’s social commerce platform (System Design)
E-commerce and social commerce algorithms
Success Tips:
Strong coding performance is essential - solve problems optimally
Understand e-commerce and social commerce concepts
Practice system design for e-commerce platforms and social commerce systems
Prepare examples demonstrating innovation and problem-solving
Learn Meesho’s products and social commerce model
Practice explaining your thought process clearly
For detailed interview experiences, visit Meesho Interview Experience page.
Master Coding Fundamentals : Focus on solving 2-3 coding problems correctly - arrays, trees, graphs, DP
E-commerce Knowledge : Strong understanding of e-commerce systems, social commerce, product recommendations
Practice Previous Year Papers : Solve Meesho OA papers from 2020-2024 to understand patterns
Time Management : Practice completing 2-3 coding problems in 60-90 minutes
LeetCode Practice : Solve 200+ LeetCode problems focusing on arrays, strings, trees, graphs (medium-hard difficulty)
E-commerce Focus : Practice problems related to e-commerce systems and social commerce
System Design Mastery : Learn e-commerce platform design, social commerce systems, product recommendations
Meesho Technologies : Learn social commerce, e-commerce platforms, product recommendations, social sharing
Behavioral Preparation : Prepare examples using STAR format - innovation, problem-solving, impact
Mock Tests : Take timed practice tests to improve speed and accuracy
Meesho 2025 Papers
Latest Meesho placement papers with current year questions
View 2025 Papers →
Meesho Coding Questions
Complete collection of Meesho coding problems with solutions
View Coding Questions →
Meesho Interview Experience
Real interview experiences from successful candidates
Read Experiences →
Meesho Preparation Guide
Comprehensive preparation strategy for Meesho placement
View Preparation Guide →
Meesho Main Page
Complete Meesho placement guide with eligibility, process, and salary
View Main Page →
Practice 2024 papers to understand Meesho OA pattern and prepare effectively!