Table of content:
Juspay Previous Papers and Coding Questions for Freshers 2025
Preparing for Juspay's recruitment process can be a game-changer for freshers aiming to secure a promising career in technology. With an emphasis on problem-solving, coding skills, and innovation, Juspay’s selection process demands thorough preparation.
This article is your go-to guide, offering insights into Juspay’s previous year's question papers, coding questions, and exam patterns to help you excel.
Key Highlights of Juspay Exam
- Role Focus: Primarily for software developers and engineers.
- Difficulty Level: Moderate to high, with an emphasis on problem-solving and coding efficiency.
- Structure:
- Aptitude Test: Logical reasoning, quantitative skills, and basic programming concepts.
- Coding Round: Focused on algorithm-based problems.
- Technical Interview: Evaluation of coding and problem-solving approach.
Juspay Previous Year Papers
Studying previous year question papers is essential to familiarise yourself with the type and complexity of questions asked. Here's what to expect:
Section |
Question Type |
Weightage |
Example Topics |
Aptitude |
MCQs |
30% |
Logical reasoning, numerical ability |
Coding Round |
Algorithm-based problems |
50% |
Data structures, dynamic programming |
System Design |
Short questions |
20% |
Software design principles, OOP |
Selected Top 5 Juspay Previous Coding Questions
QUIZZ SNIPPET IS HERE
Explanation: Let initial cost = 100, revenue = 100.
New cost = 110, so the selling price must be reduced
to 100/110=90.91, which is a reduction of
100−90.91=9.09% approximated to 10%.
QUIZZ SNIPPET IS HERE
Explanation: Consider the height of two toddlers who left the group to be M and N & X to be the total height of 22 toddlers, and Y to be the sum of the height of two toddlers.
Avg height of 22 toddlers= X/22=A...(i)
Avg height of 20 toddlers= X-Y/20= A+2....(ii)
Avg height of 2 toddlers who left= 1/3rd of avg height of 22=Y/2=1/3*A.....(iii)
From (ii) & (iii)
X-(2A/3)=20A+40
3X-2A= 60A+120
3X=62A+120....(iv)
From (i) & (iv)
3*22A=62A+120
66A=62A+120
4A=120
A=30
Total height of remaining 20 toddlers = A+2 + 30+2 = 32.
QUIZZ SNIPPET IS HERE
Explanation: Start facing north.
Turning right once: Now you're facing east.
Turning right again: Now you're facing south.
The correct answer is South.
QUIZZ SNIPPET IS HERE
Explanation: Total outcomes: 6 * 6 = 36 (since a die has 6 sides)
Favorable outcomes: (1, 8), (2, 7), (3, 6), (4, 5), (5, 4), (6, 3) = 6
Probability: 6/36 = 1/9.Are you looking for quantitative questions related to job placement? Click here to practice the top quantitative questions test from moderate to challenging levels!
Q5. Problem Statement
Archan is a professor at the Academy Of Technology. One day, he calls his student Niladri to play an interesting game. He asked Niladri to imagine an empty bucket. He then does k queries. In each query, he asks Niladri to do either of the following operations:
Add a number v to the bucket.
Get the median of all numbers added to the bucket.
Niladri needs to answer Archan only in the type 2 query. Can you help Niladri to do so?
Note: An answer within one decimal place of the actual answer will be accepted.
Input Format
The first line contains k, which is the number of queries that Archan will ask. K subsequent lines follow.
Each line contains the type of query, whether it is “add” or “get,” followed by a space and then the value v if it's an “add” query.
The first query will always be “add.” There will be at least one “get” query.
Output Format
The output contains several lines(one or more), each denoting the answer to each “get” query.
The answer should always be formatted to one decimal place.
Constraints
2<=k<=106
1<=v<=106
C++ Solution Code
Java Solution Code
Python
Are you looking for coding assessment questions related to job placement? Click here to access coding practice sessions from moderate to challenging levels.
Tips to Crack Juspay's Coding Round
- Practice Regularly: Work through available free online coding platforms.
- Understand Algorithms: Focus on sorting, searching, and dynamic programming.
- Optimise Solutions: Juspay values efficiency; aim for the least time complexity.
Conclusion
Preparing for Juspay's recruitment process requires consistent practice, a strong foundation in coding, and a strategic approach. By leveraging previous year's question papers and focusing on key areas, you can confidently tackle every stage of the process.
Use this article to structure your preparation, and don’t forget to practice regularly to enhance your problem-solving skills.
Frequently Asked Questions (FAQs)
1. How can I access Juspay’s previous year's papers?
You can explore online coding platforms or preparation websites offering Juspay-specific papers.
2. What topics are crucial for Juspay’s coding test?
Key topics include arrays, dynamic programming, recursion, and OOP concepts.
3. Is the coding round language-specific?
No, you can use any programming language you are comfortable with, such as Python, Java, or C++.
4. What is the expected difficulty level of Juspay’s coding questions?
The difficulty ranges from medium to high, with a focus on problem-solving and efficiency.
5. How should I prepare for the system design round?
Understand core principles of OOP, software architecture, and scalability. Mock interviews can be immensely helpful.
Disclaimer: While we strive for accuracy, we do not guarantee its completeness or reliability. Readers are encouraged to verify all facts and statistics from the official company website or check independently before making decisions.
Suggested reads:
- Juspay Syllabus, Exam Pattern & Tips: A Guide for Freshers 2025
- ADP Detailed Syllabus and Preparation Guide for Freshers 2025
- ADP Hiring And Recruitment Process: A Guide for Freshers 2025
- A Complete Guide to Cognizant GenC Next 2025: Pattern and Syllabus
- Cognizant GenC Exam Pattern and Syllabus: Guide for Fresher 2025