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

Data Analyst

Meesho
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: SQL, Power BI, Tableau, Python, Excel, etc
Tip
Tip

Tip 1 : Write only those things in your resume that you really know
Tip 2 : Focus on SQL advanced concepts like window functions

Application process
Where: Linkedin
Resume Tip
Resume tip

Tip 1 : Highlight important keywords in your resume like Analytics, Data warehousing, etc
Tip 2 : Keep it simple

Interview rounds

01
Round
Hard
Online Coding Interview
Duration60 minutes
Interview date5 Apr 2022
Coding problem2

There were 2 coding questions in this round

1. Minimum Time To Build Blocks

Easy
15m average time
85% success
0/40
Asked in companies
LinkedInMeeshoMicrosoft

You are managing a project that is about building the blocks. You need ‘workers’ to build the ‘blocks’, and a block can only be built by exactly one worker (means once a worker assigned to a particular block he needs to finish it). A worker can either split into two workers or build a block then go home. There is an extra time cost associated with both of the operations.

You are given an array ‘BLOCK’ where ‘BLOCK[i]’ denotes the time required to build the ith block. You are also given an integer, ‘SPLIT’, which denotes the time required to split the worker. The process starts with only one worker. Your task is to find the “minimum time” required to build all the blocks.

Note:
Two or more workers may split simultaneously so that the cost would be ‘SPLIT’ at that time.
Try solving now

2. Merge Two Sorted Linked Lists

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

You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.

Note:

The given linked lists may or may not be null.

For example:

If the first list is: 1 -> 4 -> 5 -> NULL and the second list is: 2 -> 3 -> 5 -> NULL

The final list would be: 1 -> 2 -> 3 -> 4 -> 5 -> 5 -> NULL
Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date12 Apr 2022
Coding problem1

1. DBMS Questions

  • Write a query to find all the employees whose salary is between 50000 to 100000.
  • Write a query to fetch the number of employees working in the department ‘HR’.
  • Write a query to fetch only the place name(string before brackets) from the Address column of EmployeeInfo table.
Problem approach

Tip 1 : Prepare SQL properly with hands on problem solving practise

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 2
3 rounds | 3 problems
Interviewed by Meesho
3812 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 3 problems
Interviewed by Meesho
2219 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Meesho
3165 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 5 problems
Interviewed by Meesho
1757 views
0 comments
0 upvotes