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 SDE-2 Interview Questions and Answers

Updated 11 Nov 2022

2 interviews found

Sort by: Popular

SDE-2 Interview Questions

user image Anonymous

posted on 11 Nov 2022

I was interviewed in May 2022.

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
2

One-on-one Round (1 Question)

  • Q1. Data Structures and Algorithms
3

Technical Round (1 Question)

  • Q1. Machine Coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong at Data Structures and Algorithms, and good system design knowledge

SDE-2 Interview Questions

user image CodingNinjas

posted on 21 May 2022

I was interviewed in Jun 2021.

3 Interview Rounds

1

Face to Face Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

- It was a face to face (virtually) round.
- Two questions one after one and you are expected to pass all the test cases.
- Question was Easy and Medium Easy. (tags: stack, array, bfs, dfs, array)

- Timing: Afternoon
- Interviewer: he was nice, as I was able to solve both question, he was very happy, and given me the feedback.

  • Q1. Remove Consecutive Duplicates From String You are given a string 'STR' consisting of lower and upper case characters. You need to remove the consecutiv...read more
  • Q2. Find Number Of Islands You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0...read more
2

Coding Test Round (1 Question)

Round duration - 135 minutes
Round difficulty - Medium

Machine Coding.

Timing: Afternoon
The interviewer was answering my questions nicely.

  • Q1. System Design Questions Design Facebook API. (Question was vague) Given a basic interface and the list of functionality that need to implement. And basic test c...read more
3

HR Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Hiring Manager.
Interviewer: Sr Engineering Manager.
Timing: evening.

The environment was cool.

  • Q1. Basic HR Questions He asked me multiple things. 1. about my project and tech stacks used in the project. 2. He asked me to design an online exam system. (HLD &a...read more

Interview Preparation Tips

Eligibility criteria7+ CGPAMeesho interview preparation:Topics to prepare for the interview - Data Structures: - Arrays, Stack, Sliding Windows, Two Pointers, BFS, DFS, Dynamic Programming(Medium) OOPS & LLD:- Educative (Grokking the Object-Oriented Programming)- Design Patterns: Refactoring guru- Multithreading - Udemy (Java Multithreading, Concurrency & Performance Optimization)HLD:- Educative: grokking-the-system-design-interview- Book: System Design Interview – An Insider's Guide (Alex Xu)Database:- Relational database: articles blogsTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Stick to one coding platform either do it from geeks for geeks, coding ninja or leetcode. Never jump from one platform to other. Focus on Building the concept rather than solving it.
Tip 2 : Follow the Grooking the Object-Oriented Programming, and try to follow SOLID principle as much as you can. If possible take some MOCK interviews.
Tip 3 : Build your concept on Relational databases, you should be able to design the table structures and relationships.
Tip4: You should aware of your project and your contribution to it. Project Objective should be clear. You should know the tech stack used in project, and reason for choosing it.

Application resume tips for other job seekers

Tip 1 : Don't write too many paragraphs in the project description, It should be pointwise.
Tip 2 : Don't highlight too many skills, like HTML CSS kind of things.
Tip 3 : One page.
Tip 4 : If you are not a fresher, no need to mention school achievements.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

SDE-2 Interview Questions

Licious user image Saransh Sinha

posted on 7 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024.

2 Interview Rounds

1

Coding Test Round

Leetcode medium to hard

2

Technical Round (2 Questions)

  • Q1. Database designing
  • Q2. OOPS principals in Java

Skills evaluated in this interview

SDE-2 Interview Questions

Tata 1mg user image Anonymous

posted on 18 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jun 2024.

3 Interview Rounds

1

Coding Test Round

I don't remember the ques

2

Technical Round (1 Question)

  • Q1. System design of notification system
3

Technical Round (1 Question)

  • Q1. System design of google pay

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for interview exp

Skills evaluated in this interview

SDE-2 Interview Questions

ShareChat user image Anonymous

posted on 5 Sep 2024

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

I applied via Referral and was interviewed in Mar 2024.

2 Interview Rounds

1

Coding Test Round

It was a leetcode medium, related BFS,

2

Technical Round (2 Questions)

  • Q1. Basic of android like fragment activity communication
  • Q2. Why ViewModel is necessary, how does it save state

Skills evaluated in this interview

SDE-2 Interview Questions

Blinkit user image CodingNinjas

posted on 20 May 2022

I was interviewed in May 2022.

3 Interview Rounds

1

Face to Face Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Timing was around 11 am
Environment was great, it intrigued me to join Blinkit.

  • Q1. Pair Sum You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements s...read more
2

Face to Face Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Timing 11 am
Interviewer had good knowledge

  • Q1. Technical Question

    Activity lifecycle

  • Q2. Technical Question

    Fragment lifecycle

  • Q3. System Design Question

    Explain MVVM pattern

3

Face to Face Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This round is cultural fit round

  • Q1. Basic HR Questions

    1. Why Blinkit?

    2. Salary discussion

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNoGrofers interview preparation:Topics to prepare for the interview - Data structures, Threading and synchronisation, Kotlin vs Java, Activities lifecycle, Fragment lifecycle, Android services, Reduce APK size, Create analytics libraryTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare easy/medium level data structures questions in leetcode. Solve atleast 50 questions of multiple types like strings, arrays, tree, linked list, graph
Tip 2 : Go through Android basic questions like lifecycle, live data, MVC/mvp/ mvvm pattern, retrofit, data binding
Tip 3 : Atleast solve 5 design questions like how to build Instagram, analytics library, crashlytics

Application resume tips for other job seekers

Tip 1 : be concise 
Tip 2 : write only those keywords which you have in depth knowledge

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions

Rivigo user image Anonymous

posted on 17 Jun 2021

Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. What is clousers
  • Q2. What is promises
2

Technical Round (2 Questions)

  • Q1. Explain javascript architecture
  • Q2. What is mvvm architecture

Sdet Interview Questions

Swiggy user image Suman S

posted on 4 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Duration
-
Result
-

3 Interview Rounds

1

Coding Test Round

There were 2 questions in coding one with array and in string releated

2

One-on-one Round (3 Questions)

  • Q1. About Selenium questions
  • Q2. Other basic questions related to testing
  • Q3. Management related question
3

HM Round (2 Questions)

  • Q1. One program to solve
  • Q2. Other questions in selenium
Interview experience
4
Good
Difficulty level
-
Duration
-
Result
-

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Given a string remove the vowels and make the first letter of each word of the string in capital letter/ uppercase.
2

HR Round (1 Question)

  • Q1. Usual HR questions and salary discussion

Meesho Interview FAQs

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

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

  1. Machine Coding ro...read more
  2. Data Structures and Algorit...read more

Tell us how to improve this page.

SDE-2 Interview Questions from Similar Companies

Flipkart SDE-2 Interview Questions
4.0
 • 5 Interviews
Rivigo SDE-2 Interview Questions
3.9
 • 1 Interview
View all
Meesho SDE-2 Salary
based on 9 salaries
₹26 L/yr - ₹48 L/yr
14% more than the average SDE-2 Salary in India
View more details

Meesho SDE-2 Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.5

Skill development

4.1

Work-Life balance

4.8

Salary & Benefits

3.7

Job Security

4.5

Company culture

4.1

Promotions/Appraisal

4.5

Work Satisfaction

Explore 7 Reviews and Ratings
Key Account Manager
700 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

City Manager
204 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Business Analyst
186 salaries
unlock blur

₹8.2 L/yr - ₹21.5 L/yr

Team Lead
172 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Business Development Manager
165 salaries
unlock blur

₹3.4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Meesho with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Myntra

4.0
Compare

GlowRoad

4.1
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