My Juspay SDE Intern Interview Experience (Summer)
I recently had the opportunity to participate in the Juspay SDE Intern hiring process during the summer. It was a challenging yet insightful experience consisting of six rounds. Unfortunately, I couldn’t make it through the final round, but I learned a lot through the process. Here’s a detailed breakdown of my experience:
The first round focused on basic problem-solving and conceptual understanding of computer science fundamentals. The questions were straightforward but required quick thinking and accuracy.
The DSA round was intense, with a focus on problem-solving using efficient algorithms and data structures. I managed to solve two questions, which helped me qualify for the next round.
Lock, Unlock, and Upgrade functions)This round was quite challenging. We had to implement functions on a tree structure and ensure that the solution was both efficient and logically sound.
This was an integrity check to filter out any potential unfair play. We had to share our screens and keep our cameras on while solving the questions. Both questions were of moderate difficulty but required careful thought.
https://leetcode.com/discuss/post/6538620/juspay-elimination-round-interview-exper-acnu/
This was the most difficult round. Debugging and optimizing the solution while ensuring thread safety without relying on standard libraries made it highly complex. The round tested both my problem-solving and coding skills under pressure.
Function f(int c) {
c++;
print(c);
return c;
}
main {
int c=0;
for(int i = 0; i < 1000; i++) c = f(c);
}The system interview was highly conceptual and challenging. The questions tested deep knowledge of OS and networking concepts along with optimization techniques.
I felt the questions in the final round were a bit tougher compared to my peers, but it was a great learning experience. This process helped me identify areas for improvement, especially in system design and optimization. I'll work on strengthening these areas and come back stronger next time!
👉 If you’ve faced similar experiences or have any suggestions, feel free to share them in the comments!.