I applied online. The process took 4 days. I interviewed at scalereal (Pune) in Nov 2024
Interview
The interview process consisted of three rounds:
Technical Interview 1
Technical Interview 2
Management Round
In the first technical round, the focus was on core JavaScript concepts such as promises, async/await, event loops, timer queues, scoping, hoisting, and the temporal dead zone. I was also asked questions on CSS, mainly around responsiveness and cross-browser compatibility, along with some React topics.
The second technical round was entirely focused on React. The interviewer asked me to open a GitHub codebase and checked how well I could read and understand code written by another developer. We also had an engaging discussion about infinite scroll, which is quite popular nowadays with social media platforms.
Both interviewers were very friendly and the conversations felt more like discussions with friends than formal interviews.
Interview questions [1]
Question 1
i had given a code problem which had a bug to resove which tested my knowledge on promise.
I applied online. The process took 5 days. I interviewed at scalereal (Pune) in June 2025
Interview
I recently interviewed for a Frontend Developer role at Scalereal Technologies, and the experience was smooth and thoughtfully structured. It began with a short screening call where we discussed my background, current role, and what the company was looking for. This was followed by a live coding round where I built a small React component, focusing on clean code, state management, and reusability. The second technical round went deeper into core frontend concepts like React hooks, async JavaScript, and styling strategies. In the final round, I was asked to walk through the architecture for a dynamic form builder and then had a casual conversation with a senior team member about collaboration, feedback, and team dynamics. Throughout the process, everyone I spoke with was supportive and clear in their communication. I appreciated how the interviews were both technically engaging and respectful of my time. Overall, it was a positive experience that reflected Scalereal’s collaborative culture and focus on clean, maintainable frontend practices.
Interview questions [1]
Question 1
"How would you manage state in a dynamic form where fields can be added or removed on the fly?"
"Can you explain the difference between useMemo and useCallback, and when you would use them in a React app?"
"How does the JavaScript event loop work, and how would you explain async/await in terms of promises and execution order?"