Upload Button Icon Add office photos

Filter interviews by

Juspay Technologies Interview Questions, Process, and Tips

Updated 17 Jan 2025

Top Juspay Technologies Interview Questions and Answers

View all 12 questions

Juspay Technologies Interview Experiences

Popular Designations

55 interviews found

Product Engineer Interview Questions & Answers

user image Maharana Singh

posted on 25 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 dsa questions were asked related to graph

Round 2 - Coding Test 

Test on hackerearth binary tree

Round 3 - One-on-one 

(2 Questions)

  • Q1. Project related
  • Q2. 1 dsa question were asked

Product Engineer Interview Questions asked at other Companies

Q1. Left View Of Binary TreeGiven a binary tree. Print the Left View of the Tree. Example : If the input tree is as depicted in the picture: The Left View of the tree will be: 2 35 2 Input format : Elements in the level order form. The input... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About thread safety and synchronisation

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions 2 hrs most questions are from graph

Round 2 - Technical 

(2 Questions)

  • Q1. Optimize the given problem
  • Q2. Solve the problem in given time

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (38)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Achievements from my Resume were questioned
  • Q2. Favourite product
Round 2 - Coding Test 

This was a day long coding round where we were given a problem statement of building a website that simulated the transformation of a 3D object when it is rotated about a certain degrees around a particular axis

Interview Preparation Tips

Topics to prepare for Juspay Technologies Product Manager interview:
  • coding
  • geometry
  • trigonometry
Interview preparation tips for other job seekers - Wouldn't recommend Juspay if you want to work on on growing product skills. The team seems to be very focused on engineering aptitude, even for PMs.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Juspay Technologies interview questions for popular designations

 Product Engineer

 (7)

 Software Developer

 (5)

 Product Manager

 (4)

 Software Development Engineer

 (4)

 Sdet Engineer

 (3)

 Software Engineer

 (3)

 Product Solution Engineer

 (2)

 SDE

 (2)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Onw beginner level coding challenge

Round 2 - Assignment 

Create postman collection for a given scenario using provided API document

Round 3 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Project experience
  • Ans. 

    I have 3 years of experience working on various software projects as a Quality Analyst.

    • Led testing efforts for multiple software releases

    • Created and executed test cases to ensure product quality

    • Collaborated with cross-functional teams to identify and resolve defects

    • Utilized automation tools like Selenium for regression testing

    • Participated in Agile ceremonies such as sprint planning and retrospectives

  • Answered by AI

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Get interview-ready with Top Juspay Technologies Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round was aptitude round average level of question

Round 2 - Coding Test 

2nd round was coding round and the level of question were easy to hard

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked generally about the contracts
  • Q2. Previous company experience

Legal Assistant Interview Questions asked at other Companies

Q1. What are different types of contracts and important clauses in the contract
View answer (1)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three questions from graph

Round 2 - Technical 

(2 Questions)

  • Q1. One Dp related question
  • Q2. Question related to projects

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions are from graphs and trees

Round 2 - Assignment 

Only one question in tree

Interview Preparation Tips

Topics to prepare for Juspay Technologies Programmer Analyst interview:
  • Leetcode problems
Interview preparation tips for other job seekers - Prepare well and perform your best

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9  What ... read more
View answer (12)

Web Designer Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

There were 3 coding questions for 90 minutes. Language can be chosen by us

Interview Preparation Tips

Interview preparation tips for other job seekers - The test was somewhat hard. Just try to work hard and concentrate on question patterns, Juspay probably follow same pattern of questions.

Web Designer Interview Questions asked at other Companies

Q1. What is the data structure
View answer (3)

Juspay Technologies Interview FAQs

How many rounds are there in Juspay Technologies interview?
Juspay Technologies interview process usually has 2-3 rounds. The most common rounds in the Juspay Technologies interview process are Coding Test, Technical and Assignment.
How to prepare for Juspay Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Juspay Technologies. The most common topics and skills that interviewers at Juspay Technologies expect are Programming, Banking, Illustrator, Engineering Design Services and Digital Design.
What are the top questions asked in Juspay Technologies interview?

Some of the top questions asked at the Juspay Technologies interview -

  1. Learning based activity where we have to slove a problem statem...read more
  2. Minimum number of races to find the fastest of 25 hor...read more
  3. Explain pain points of an app you use, come with ideas and do prioritizat...read more
How long is the Juspay Technologies interview process?

The duration of Juspay Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Juspay Technologies Interview Process

based on 50 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 777 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
Jodo Interview Questions
3.6
 • 21 Interviews
OneCard Interview Questions
3.5
 • 21 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Amazon Pay Interview Questions
4.0
 • 13 Interviews
View all

Juspay Technologies Reviews and Ratings

based on 110 reviews

4.0/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.6

Salary

3.9

Job security

3.9

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 110 Reviews and Ratings
Product Engineer
63 salaries
unlock blur

₹11 L/yr - ₹27 L/yr

Software Engineer
58 salaries
unlock blur

₹10 L/yr - ₹31.7 L/yr

Software Development Engineer
53 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Product Manager
49 salaries
unlock blur

₹22 L/yr - ₹50 L/yr

Software Developer
46 salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Explore more salaries
Compare Juspay Technologies with

Razorpay

3.6
Compare

Payed

2.7
Compare

CCAvenue

2.5
Compare

BillDesk

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview