I applied through a recruiter. I interviewed at Solytics Partners (Mumbai) in Jun 2026
Interview
Round 1:
Discussion around current project, technical concepts, and DSA. The interviewer was engaged and the process felt fair.
Round 2:
Covered project deep dive, system design, scalability, Redis, queues, and DSA. Challenging but relevant to the role.
Round 3:
I'm extremely disappointed with the way the final round was conducted.
The entire discussion revolved around a single problem with poorly defined requirements, and despite repeatedly attempting to clarify assumptions, discuss tradeoffs, cover edge cases, and explore multiple approaches, there was almost no meaningful interaction throughout the session.
Interview questions [1]
Question 1
It genuinely felt like the interviewer did not know how to conduct an interactive technical interview. Instead of a discussion, it felt like talking into a void and trying to guess what answer was expected. After two strong and well-structured rounds, the final round was surprisingly poor and by far the most frustrating part of the entire process.
I applied through a recruiter. The process took 2 days. I interviewed at Solytics Partners (Pune) in Nov 2023
Interview
I interviewed virtually in November 2023 and the interview went smooth. All the questions asked were easy and the interviewer said he was impressed with the conversation. Unfortunately I didn’t have electricity at that moment and was given a coding question to be completed in 20 minutes. I shared the same via email within the deadline. The question was leetcode question for 3n piles, I was sent incomplete question with no output to be printed details so I printed steps to be followed as per the question.
I was not impressed by the feedback as I was told that I had no coding experience rather than saying that the standard of coding didn’t match even though I completed the task at hand. I would not recommend such waste of time.
Interview questions [1]
Question 1
There are 3n piles of coins of varying size, you and your friends will take piles of coins as follows:
In each step, you will choose any 3 piles of coins (not necessarily consecutive).
-Of your choice, Alice will pick the pile with the maximum number of coins.
-You will pick the next pile with the maximum number of coins.
-Your friend Bob will pick the last pile.
-Repeat until there are no more piles of coins.
-Given an array of integers piles where piles[i] is the number of coins in the ith pile.