I applied online. The process took 4 weeks. I interviewed at Questionpro (Pune) in Mar 2024
Interview
I got a code test first then 30 mins of interview with HR then a 1hr of technical interview with tech lead. I did not get any response after the technical interview. I had to build a grocery booking crud API with RBAC for code assignment.
Interview questions [2]
Question 1
Write a logic that prints Z pattern using 1 to N
1 2 3 4
5
6
7 8 9 10