Meesho interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

Meesho
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
My Meesho interview journey was insightful, smooth, and efficient, even in a tight job market. Regular feedback after each technical round was provided, and interviewers were knowledgeable and forthcoming with company insights. The experience emphasized the importance of thorough preparation and seeking feedback. I'm genuinely excited about the potential to join such a dynamic and forward-thinking organization.
Application story
My journey with Meesho began when I applied through a LinkedIn job post on their channel. They were impressed with my previous work experience and resume, leading to a swift interview process. Within a week, all rounds were completed, culminating in the offer being dispatched promptly.
Preparation
Duration: 2 months
Topics: JavaScript, React, System Design, and Web Fundamentals
Tip
Tip

Tip 1: Concentrate on JavaScript proficiency and solve DSA problems using JavaScript.

Tip 2: Should possess a strong grasp of asynchronous JavaScript. 

Tip 3: Practice solving machine coding problems using React.

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1: Prioritize showcasing your most impactful projects, especially those recognized within your previous organization. 

Tip 2: Quantify the improvements and impact of your projects with specific statistics and metrics to demonstrate your value effectively.

Interview rounds

01
Round
Medium
Face to Face
Duration60 minutes
Interview date9 Sep 2023
Coding problem2

1. Flatten Nested Array

Easy
20m average time
80% success
0/40
Asked in companies
MeeshoDunzoApple

Given a multi-dimensional array arr and a depth n, create a function that flattens the array, returning a one-dimensional version of it. It's required to solve this without utilizing the built-in Array.flat method.

Input:

arr = [1, 2, 3, [4, 5, 6], [7, 8, [9, 10, 11], 12], [13, 14, 15]]

n = 0

Output:

[1, 2, 3, [4, 5, 6], [7, 8, [9, 10, 11], 12], [13, 14, 15]]

Try solving now

2. Join Two Arrays by ID

Moderate
15m average time
85% success
0/80
Asked in companies
HSBCHikeAmazon

Create a function that takes two arrays, arr1 and arr2, as input. Each array consists of objects containing an 'id' field with integer values. The function should merge arr1 and arr2 into a new array, joinedArray, sorted in ascending order based on the 'id' key. The length of joinedArray should be equal to the count of unique 'id' values from both arrays combined.

Input:

 arr1 = [   

  {"id": 1, "x": 1},  

  {"id": 2, "x": 9}

], 

arr2 = [  

  {"id": 3, "x": 5}

]

Output:

 [   

 {"id": 1, "x": 1},   

 {"id": 2, "x": 9},   

 {"id": 3, "x": 5}

]

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date11 Sep 2023
Coding problem1

1. System Design

It is a machine coding (LLD) round in React. 
"Develop a React component that dynamically generates a customisable table based on provided columns and data retrieved from a backend API. The table should allow for sorting, filtering, and pagination functionalities. Additionally, ensure the component is reusable and efficiently manages large datasets while maintaining optimal performance."

03
Round
Hard
Online Coding Interview
Duration60 minutes
Interview date12 Sep 2023
Coding problem1

1. System Design

It is a HLD round.
Design and implement a React virtualised library component capable of efficiently rendering rows with varying heights. The component should dynamically adjust the width of each row based on its content and provide a seamless user experience for navigating through large datasets.

04
Round
Medium
HR Round
Duration30 minutes
Interview date15 Sep 2023
Coding problem1

1. Basic HR Questions

1. What motivated you to apply for a position at Meesho?
2. How do you see yourself contributing to Meesho's goals and objectives?
3. Do you have any questions for us about the role, team, or company?
4. Is there anything else you'd like to share that we haven't covered in this interview?
5. Compensation and work from office related.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Meesho
4669 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 3 problems
Interviewed by Meesho
3744 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 3 problems
Interviewed by Meesho
2154 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Meesho
3082 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29570 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6677 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5175 views
0 comments
0 upvotes