Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Meesho Team. If you also belong to the team, you can get access from here

Meesho Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 1.6k Reviews

Filter interviews by

Meesho Software Developer Interview Questions, Process, and Tips

Updated 8 Dec 2024

Top Meesho Software Developer Interview Questions and Answers

  • Q1. Array Intersection You have been given two integer arrays/list(ARR1 and ARR2) of size N and M, respectively. You need to print their intersection; An intersection for thi ...read more
  • Q2. Puzzle On an Island, there is an airport that has an unlimited number of identical air-planes. Each air-plane has a fuel capacity to allow it to fly exactly 1/2 way aroun ...read more
  • Q3. Maximum sum of two non-overlapping subarrays of a given size You are given an array/list ARR of integers and a positive integer ‘K’. Your task is to find two non-overlapp ...read more
View all 12 questions

Meesho Software Developer Interview Experiences

12 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Kanpur and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions on hackerrank medium to hard

Round 2 - Technical 

(1 Question)

  • Q1. Doctor low level system design question

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Medium level dsa questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Lld of cab booking system
  • Ans. 

    The Low Level Design (LLD) of a cab booking system involves detailing the system architecture and components at a lower level of abstraction.

    • Identify the main components of the system such as user interface, booking engine, payment gateway, and driver allocation algorithm.

    • Define the interactions between these components and how data flows between them.

    • Specify the data structures and algorithms used for efficient bookin...

  • Answered by AI
  • Q2. Discussion about online assesment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding rounds.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding question
2 medium 1 hard

Round 2 - Technical 

(2 Questions)

  • Q1. Online polling system based on OOPs
  • Q2. Explaining the above code

Meesho interview questions for designations

 Software Developer Intern

 (2)

 Software Engineer

 (5)

 Android Developer

 (2)

 Backend Developer

 (1)

 Web Developer

 (1)

 Software Development Engineer

 (2)

 Senior Software Engineer

 (1)

 Software Development Engineer II

 (2)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Machine coding round asked LLD based problem

Round 2 - HR 

(3 Questions)

  • Q1. Why you want to join meesho what should be your job location
  • Ans. 

    I want to join Meesho because of its innovative work culture and growth opportunities. My preferred job location is Bangalore.

    • Innovative work culture at Meesho attracts me

    • Opportunities for growth and learning

    • Bangalore is my preferred job location for its tech ecosystem

  • Answered by AI
  • Q2. Do you want 6 month internship or not
  • Ans. 

    I am open to a 6 month internship opportunity.

    • I am open to gaining valuable experience through a 6 month internship.

    • I am willing to commit to a 6 month internship to enhance my skills.

    • I believe a 6 month internship will provide me with practical knowledge in the field.

  • Answered by AI
  • Q3. Asked question about project

Interview Preparation Tips

Interview preparation tips for other job seekers - asked basic question so clear your concept and go for interview

Get interview-ready with Top Meesho Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Kurukshetra and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 medium - question 1 array and 1 dp
1 med to hard - dynamic programming

Round 2 - Technical 

(2 Questions)

  • Q1. System design LLD - Polling System
  • Q2. How to implement Concurrency in it.
  • Ans. 

    Concurrency in software development allows multiple tasks to run simultaneously, improving performance and responsiveness.

    • Use multithreading to execute multiple tasks concurrently

    • Implement asynchronous programming to handle tasks that may take longer to complete

    • Use synchronization techniques like locks and semaphores to manage access to shared resources

    • Consider using thread pools to manage and reuse threads efficiently

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 2 questions.
1. Knapsack
2. Median in an array

Round 2 - One-on-one 

(1 Question)

  • Q1. LLD(machine coding) of Google meet
Round 3 - One-on-one 

(1 Question)

  • Q1. In depth discussion on my projects and resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Design facebook with functionalities like add post, delete post, follow user, unfollow user, retrieve posts etc.
  • Ans. 

    Designing a social media platform like Facebook with key functionalities.

    • Implement user authentication and authorization for secure access.

    • Create a database schema for users, posts, and relationships.

    • Develop features for adding, deleting, and retrieving posts.

    • Implement follow/unfollow functionality for users.

    • Design a news feed algorithm to display posts from followed users.

    • Include features for liking, commenting, and s

  • Answered by AI
Round 2 - HM 

(1 Question)

  • Q1. Behavioural questions alongwith basic dsa and dbms.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Cab booking system

Interview Preparation Tips

Topics to prepare for Meesho Software Developer interview:
  • LLD
Interview preparation tips for other job seekers - focus on LLD
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Design system for splitwise
  • Ans. 

    Design a system for managing shared expenses among friends

    • Create user accounts with email verification

    • Allow users to create groups and add expenses

    • Implement algorithms to calculate balances and settle debts

    • Provide notifications for pending payments

    • Include features for adding notes and attaching receipts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - System design knowledge is very important.

Skills evaluated in this interview

Meesho Interview FAQs

How many rounds are there in Meesho Software Developer interview?
Meesho interview process usually has 2 rounds. The most common rounds in the Meesho interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Meesho Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Meesho. The most common topics and skills that interviewers at Meesho expect are Big Data, Distribution System, Java, Python and SCALA.
What are the top questions asked in Meesho Software Developer interview?

Some of the top questions asked at the Meesho Software Developer interview -

  1. Design facebook with functionalities like add post, delete post, follow user, u...read more
  2. how to implement Concurrency in ...read more
  3. Lld of cab booking sys...read more
How long is the Meesho Software Developer interview process?

The duration of Meesho Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Meesho Software Developer Interview Process

based on 10 interviews in last 1 year

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

People are getting interviews through

based on 9 Meesho interviews
Campus Placement
Referral
89%
11%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Meesho Software Developer Salary
based on 24 salaries
₹12 L/yr - ₹37 L/yr
194% more than the average Software Developer Salary in India
View more details

Meesho Software Developer Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

3.8

Skill development

4.1

Work-Life balance

4.3

Salary & Benefits

3.6

Job Security

3.8

Company culture

3.8

Promotions/Appraisal

3.8

Work Satisfaction

Explore 4 Reviews and Ratings
Key Account Manager
708 salaries
unlock blur

₹3 L/yr - ₹6.9 L/yr

City Manager
204 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Business Analyst
188 salaries
unlock blur

₹8 L/yr - ₹21.5 L/yr

Team Lead
171 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Business Development Manager
166 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Meesho with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Myntra

4.0
Compare

GlowRoad

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview