Moderate level classic algorithm DS and Algo questions from leetcode. Mostly around DP and recursion. Few system design questions with high-level understanding are expected. HR level mostly includes your philosophy towards life and work.
2
Other Software Developer interview reviews for ShareChat
I applied through a recruiter. I interviewed at ShareChat (Bengaluru) in Jun 2022
Interview
1. 1 Hour Round - 2 DSA problems to be solved
2. Applied through instahyre portal.
Overall it good experience on this round and both are related to string problems.
I applied through an employee referral. The process took 1 week. I interviewed at ShareChat (Bengaluru) in Apr 2022
Interview
There was one online coding round and after that some technical rounds based on performance, i was able to clear coding round but failed in technical interview-1. Question was tricky because i haven't prepared for that topic.
Interview questions [1]
Question 1
you want to buy a laptop. each laptop has two parameters: rating & price. your task is to buy a laptop with the highest rating within a given price range. given q tasks, each query consisting of price range required, you have to print the highest rated laptop that can be bought within that price range.