I applied through university. The process took 1 week. I interviewed at Deepak Sharma (Jaipur, Rajasthan) in Apr 2024
Interview
The interview process mainly focused on backend concepts, especially Goroutines, concurrency, and API calling. They asked practical scenario-based questions about handling multiple requests, ensuring thread safety, optimizing performance, and designing clean, efficient APIs using Go.
Interview questions [1]
Question 1
They mainly focused on Goroutines. The interviewer asked how I would manage multiple concurrent tasks, avoid race conditions, and ensure efficient API handling using Go’s concurrency model.