Meesho SDE Internship | Interview Experience
Anonymous User
269

Batch: 2024
Role: SDE Intern
Stipend:35K
PPO:15 LPA (Base)+ESOPs
Status: Rejected

Round 1: It was held on Next Level App , there were nearly 10-15 questions few mcq, few AI where we had to orally answer the questions and others were mcq. Sylabus Computer Networks, DBMS(imp), Operating System. I cleared this round

Round 2: It was an Online Coding Round, with 3 questions
1. Check if a point lies inside a triangle or outside .
2. Given a string find the sum of all possible expressions by inserting the ‘+’ between the characters of the string any number of times. (Medium: Done by brute force take all combinations)
3. (Not exactly sure but) for 2 integers a,b find total integers in range(a+1,b) such that if sum of digits on even places is same as odd then parity of that sum of even is same as parity of sum of odd (Hard: Done by DP)

To clear this round wehad to solve all 3 problems with all TC pass)

Round 3: This was like a Low Level System Design round. The interview lasted about 90 minutes. I was given a doc which had the entire question, It was related to Inventory Management , 4 functions were given like Create Product , get Total Inventory, Create Order, Confirm Order. All the 4 functions were to be completed such a way that it works like E-Commerce. I used 2 maps for Listof orders and Cart and solved it.
There was bonus functionality to be added that was if there is difference between time at Create order and Confirm order is greaterthan 30sec just cancel the order. This was done by Time Module.
To clear this round all the parts including bonus was to be completed. The interviewer was kind and quite interactive.

Round 4: It was Hiring Manager round . The interview started with basic introduction and then discussion about my projects. The interviewer went quite in details of Tech stack of project. Then was a System Design discussion related to Food Order System. I was not quite prepared for this. Every question was based on my previous response and also in detail discussion like what kind ofauthentication would you use, which kind of DB for this scenario , questions related to JWT tokens (I mistakenly had mentioned this and it really turned out bad for me).

I could not clear this last round because of lack of detail understanding of Project and related Tech Stacks.Never the less it was a great experience.

Comments (0)