J'ai postulé en ligne. Le processus a pris 3 jours. J'ai passé un entretien chez Razorpay (Bengaluru) en mars 2025
Entretien
The interview process consisted of multiple rounds, beginning with an initial screening round. During this round, the HR representative clearly mentioned that the focus would be on assessing my understanding of the fundamentals of frontend development. This included core concepts such as how the web works, basic HTML/CSS/JavaScript knowledge, and general principles that form the foundation of frontend engineering.
Autres retours d’entretien d’embauche pour un poste comme Senior Frontend Engineer chez Razorpay
Le processus a pris 2 semaines. J'ai passé un entretien chez Razorpay (Bengaluru) en juin 2024
Entretien
1. Technical Discussion Round - mostly revolved around projects, interests and technical contribution
2. Frontend Coding Round (UI) - asked to make a autocomplete component
3. Web Fundamentals - core web api and concepts like CORS, Iframe
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Razorpay (Bengaluru) en nov. 2022
Entretien
Got referred by a friend of mine. The HR reached out to me after a few weeks. The interview process was alright. I was kind of disappointed, given what I read about frontend interviews in Razorpay, as my experience was entirely different. The interviewer did seem interested in what I had to say, and outright told me that he was quite impressed by my knowledge, although I couldn't answer a few questions. These were tricky JS questions. Now, for the coding round, which contained medium-high difficulty JS questions, and a medium level Leetcode style question. Everywhere, it was written that they don't focus on DSA, which was not fully correct. Now, I answered these difficult questions correctly, yet the interviewer probably wanted me to solve it in his style, which was disappointing, as it seemed like he just memorized the answers and was expecting those exact methods of solving it. Overall, it was a disappointing experience. I believe people who have posted their positive experience in blogs are really really lucky. The margin for error is extremely low as the job market has become very competitive due to layoffs.
Questions d'entretien [5]
Question 1
Q: Trick questions about Promises, setTimeout, event loop. Practice on BFE.dev is enough.
Q: Implement array.flat() Q: Return only string in a flattened array without using an additional loop after flattening it. Basically, do the string check logic while flattening the array itself.