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

Filter interviews by

Meesho SDE Interview Questions and Answers

Updated 6 Dec 2024

Meesho SDE Interview Experiences

3 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write system design for cab booking system

SDE Interview Questions & Answers

user image Vaibhav Garg

posted on 2 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA - 3 Coding Questions

Round 2 - Technical 

(1 Question)

  • Q1. Machine coding - low level design

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

SDE Interview Questions & Answers

user image Shashirith Sonu

posted on 15 Oct 2023

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. DESIGN CALENDER
  • Q2. DESIGN FACEBOOK
  • Ans. 

    Design a social networking platform with features like user profiles, news feed, messaging, and photo sharing.

    • Create user profiles with customizable information and privacy settings

    • Implement a news feed algorithm to display relevant content to users

    • Include messaging functionality for private communication between users

    • Allow users to share photos and videos on their profiles and in posts

  • Answered by AI
  • Q3. LLD ROUND ON BOTH THIS QUESTIONS
Round 2 - HR 

(2 Questions)

  • Q1. WHY DO YOU WANT TO JOIN
  • Q2. ARE YOU FREE FOR THIS ROLE

Skills evaluated in this interview

Interview questions from similar companies

SDE Interview Questions & Answers

Shopclues user image Anshul Garg

posted on 10 Mar 2015

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a highly motivated individual with a passion for learning and a strong work ethic.

    • I have a degree in computer science and have worked as a software developer for 3 years.

    • I am proficient in multiple programming languages including Java, Python, and C++.

    • I enjoy working in a team environment and am always willing to lend a helping hand.

    • In my free time, I enjoy hiking and playing guitar.

  • Answered by AI
  • Q2. What is your passion ?
  • Ans. 

    My passion is creating meaningful connections with people through storytelling and communication.

    • I love writing and sharing stories that inspire and connect with others

    • I enjoy public speaking and engaging with audiences

    • I am constantly seeking new ways to improve my communication skills

    • I believe that effective communication is key to building strong relationships

    • Examples: writing a blog, giving a TED talk, hosting a pod

  • Answered by AI
  • Q3. What do you want to achieve ?
  • Ans. 

    I want to achieve personal and professional growth while making a positive impact on the world.

    • Develop new skills and knowledge through continuous learning

    • Advance in my career and take on new challenges

    • Contribute to society through volunteering and charitable work

    • Create meaningful relationships with family, friends, and colleagues

    • Maintain a healthy work-life balance

  • Answered by AI
  • Q4. Other personal questions

Interview Preparation Tips

Round: Technical Interview
Experience: The first round was started with few theoretical questions. The questions were either in the form of Puzzles, Data structures & Algorithms,
and a few php questions revolving around errors in PHP, sessions & cookies.
Tips: Your resume should be both clear & concise.

Round: HR Interview
Tips: Be confident & tell what they want to hear.

Skills: Algorithms, Web skills
College Name: IIT ROORKEE
Motivation: Passion for eCommerce.

SDE Interview Questions & Answers

Snapdeal user image Anonymous

posted on 23 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

2 medium level leet code question.

Round 2 - Technical 

(1 Question)

  • Q1. Face to face interview, 2 medium-level dsa questions, some java and OS basic fundamentals.

SDE Interview Questions & Answers

Myntra user image Anonymous

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There was only two coding questions in 50 minutes interview

Round 2 - Technical 

(3 Questions)

  • Q1. One coding question
  • Q2. Only one coding question
  • Q3. Medium level coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA medium level questions

SDE Interview Questions & Answers

Myntra user image Anonymous

posted on 9 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round has two questions ranging in medium -hard level leetcode questions

Round 2 - Technical 

(3 Questions)

  • Q1. Doubly Linked List
  • Q2. Graph - topological sort
  • Q3. Operating system, database management system
Round 3 - Technical 

(2 Questions)

  • Q1. Longest Common Subsequence
  • Ans. 

    Longest Common Subsequence is the longest sequence of characters that appear in the same order in both strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences.

    • Iterate through the strings to fill the array and find the longest common subsequence.

  • Answered by AI
  • Q2. Largest area in histogram
  • Ans. 

    The largest area in a histogram refers to the rectangle with the maximum area that can be formed within the histogram bars.

    • Identify the largest rectangle that can be formed by considering each bar as a potential height and calculating the area based on the width of the rectangle.

    • Use a stack data structure to efficiently find the largest area in a histogram by keeping track of the indices of the bars in non-decreasing o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - make sure to revise sde sheet properly for interviews

Skills evaluated in this interview

SDE Interview Questions & Answers

Blinkit user image Anonymous

posted on 22 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Predict the winner leetcode problem
  • Ans. 

    The winner leetcode problem involves finding the candidate with the most votes in an election scenario.

    • Iterate through the list of candidates and keep track of their votes

    • Return the candidate with the highest number of votes

    • Example: Input - ['Alice', 'Bob', 'Alice', 'Charlie', 'Bob'], Output - 'Alice'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA

Skills evaluated in this interview

SDE Interview Questions & Answers

Myntra user image Anonymous

posted on 15 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium question

Round 2 - Technical 

(3 Questions)

  • Q1. Technical coding
  • Q2. Java basics questions were asked
  • Q3. Basics of Unix and shell scripting

SDE Interview Questions & Answers

Swiggy user image Anonymous

posted on 22 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It had 9 uqestions , one problem solving , one SQL , one API and 6 mcq

Round 2 - Assignment 

Easy assignment , if you hav eOOps knowledge you can do it

Meesho Interview FAQs

How many rounds are there in Meesho SDE interview?
Meesho interview process usually has 2 rounds. The most common rounds in the Meesho interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Meesho SDE interview?

Some of the top questions asked at the Meesho SDE interview -

  1. DESIGN FACEB...read more
  2. Write system design for cab booking sys...read more
  3. LLD ROUND ON BOTH THIS QUESTI...read more

Tell us how to improve this page.

Meesho SDE Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

SDE Interview Questions from Similar Companies

Flipkart SDE Interview Questions
4.0
 • 5 Interviews
Myntra SDE Interview Questions
4.0
 • 3 Interviews
Snapdeal SDE Interview Questions
3.8
 • 1 Interview
Blinkit SDE Interview Questions
3.7
 • 1 Interview
Swiggy SDE Interview Questions
3.8
 • 1 Interview
CARS24 SDE Interview Questions
3.6
 • 1 Interview
View all
Meesho SDE Salary
based on 4 salaries
₹20 L/yr - ₹35.6 L/yr
37% more than the average SDE Salary in India
View more details
Key Account Manager
745 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

City Manager
205 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
190 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
171 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
166 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Meesho with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Myntra

4.0
Compare

GlowRoad

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview