1. HR Screening (30 mins)
The recruiter asked about my background, projects, and why I was interested in the role. We also discussed salary expectations, notice period, and work culture. It was a relaxed, conversational call.
2. Technical Interview (1 hour)
This was with a senior developer. The focus was on:
Core programming concepts (OOP, data structures)
My experience with JavaScript and React
Past project challenges and how I solved them
Debugging a small piece of code live on screen
They were interested in how I approach problem-solving more than just giving the “right” answer.
3. Coding Round (HackerRank – 90 mins)
This was the toughest round. I had to solve two problems:
Medium-level array problem (sliding window technique)
Graph traversal using BFS
I was able to solve both, though I had to optimize the first one after an initial brute-force approach.
4. Final Interview (45 mins)
This was with the engineering manager. We talked about:
Team collaboration and communication
How I handle deadlines and code reviews
My long-term goals and growth mindset
A system design problem (designing a simple blog platform)
It was more of a behavioral and design-oriented round.
The hiring process includes an online aptitude test, a written coding technical test, a technical interview, and an HR round to assess candidates' problem-solving, coding skills, and overall suitability for the role.
Sollicitatievragen [1]
Vraag 1
In technical coding round they asked me to write code on second largest element in an array and another code on to replace 0 with 1
Ik heb via een werknemersdoorverwijzing gesolliciteerd. De procedure duurde 3 dagen. Ik heb gesolliciteerd bij CodeArray (Bombay) in feb 2025
Sollicitatiegesprek
Interview was easy many questions were asks regarding the code only.
Basics of Data structure algorithm like sorting searching was also ask. Object oriented programming concepts etc.
Some questions like
1. Solid principles
2. OOP concept
3. Tell me about the recursion.