Juspay's algorithmic rounds are typically on par with Amazon's standard difficulty—medium-level problems with a focus on clean, efficient code and optimal solutions. The distinct challenge is the 'Bar Raiser' round, which heavily assesses alignment with Juspay's leadership principles (like 'Customer Obsession' and 'Dive Deep') through behavioral and scenario-based questions, making the overall process more holistic than a pure FAANG coding loop.
Master Arrays, Strings, Linked Lists, Trees (especially Binary Trees and BSTs), and Graphs. Juspay frequently tests problems involving tree traversals (e.g., path sums, LCA), graph algorithms (BFS/DFS), and sliding window/ two-pointer patterns on arrays. Ensure you can solve medium-level problems on these topics in under 20 minutes with optimal space-time complexity.
A critical mistake is treating the 'Bar Raiser' round as a casual conversation. Candidates often fail to prepare structured, metric-driven stories using the STAR method that explicitly demonstrate Juspay's leadership principles. Another error is writing messy, uncommented code during the technical rounds without explaining their thought process aloud.
Standout candidates explicitly connect their project experiences to Juspay's core values of 'ownership' and 'scalability' in the Bar Raiser round. During coding, they proactively discuss trade-offs, edge cases, and potential system-level implications. Asking insightful questions about Juspay's tech stack (like their use of Kubernetes, Redis, or specific microservices patterns) at the end also signals genuine interest.
The process usually takes 2-4 weeks. After an initial HR screening, you'll have 1-2 technical coding rounds (often on platforms like HackerRank), followed by a mandatory 'Bar Raiser' round with a senior leader. A final Hiring Manager round may follow. Delays often occur in scheduling the Bar Raiser; proactively following up with the recruiter after each round is recommended.
For SDE-1, focus 80% on core DSA (LeetCode mediums) and 20% on fundamental OOP/design principles. For SDE-2, shift to 50% system design basics (design a URL shortener, payment system) and 50% advanced DSA (hard problems, DP, complex trees). SDE-2 candidates must also prepare deeper behavioral scenarios demonstrating project leadership and technical decision-making.
Use LeetCode (filter by company tags for Juspay if available) and GeeksforGeeks for DSA. Study Amazon's Leadership Principles—Juspay's Bar Raiser is modeled on this framework—and practice formulating 5-7 personal stories using STAR. Review Juspay's engineering blog and tech talks on YouTube to understand their stack (Node.js, React, cloud infrastructure) for cultural fit questions.
Juspay expects high-velocity, full-stack ownership from day one. You'll be expected to independently drive feature development, write production-grade code with tests, and participate in on-call rotations. The culture emphasizes data-driven decisions and deep dives into performance metrics (latency, throughput) for payment systems, so be prepared to discuss scaling challenges in your interviews.