Upload Button Icon Add office photos

PayU Payments

Compare button icon Compare button icon Compare

Filter interviews by

PayU Payments Senior Software Engineer Interview Questions and Answers

Updated 13 Feb 2025

PayU Payments Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Deep dive into java concepts. Max diameter of a tree in java.
  • Ans. 

    Max diameter of a tree in Java is the longest path between any two nodes in a tree.

    • The diameter of a tree can be calculated by finding the longest path between any two nodes in the tree.

    • This can be done by finding the longest path from the root to a leaf node, and then finding the longest path from another leaf node to the root.

    • The sum of these two paths gives the diameter of the tree.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Lld of loan and borrower design. Design dbs schema. About connection pool, db isolation.
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round, more about previous experience and some hypothetical questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Search in Rotated sorted array

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Tips: Have a good grasp of DS algo, java, etc.(Here CGPA doesn't matter)

General Tips: Do’s and Don’ts :
1. Be confident and to be confident prepare well.
2. Set the priority of your companies 
3. Don't start preparation at end. Don't ignore the content of resume.

Be confident and start preparation as soon as possible.
College Name: IIT Kanpur
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Implement thread safe load balancer.
focus on input validations and cover all corner cases in tests

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

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Low Level Design: How to do rate limiting for a platform serving 100K requests per second.
  • Ans. 

    Implement rate limiting for a platform serving 100K requests per second.

    • Use a token bucket algorithm to limit the rate of incoming requests.

    • Set a maximum number of tokens in the bucket to control the rate.

    • Refill the bucket at a constant rate to allow bursts of requests.

    • Track the timestamp of the last request to enforce the rate limit.

    • Consider using a distributed rate limiting system for scalability.

    • Monitor and adjust t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Explain Concurrency
  • Ans. 

    Concurrency is the ability of a system to execute multiple tasks simultaneously.

    • Concurrency allows multiple tasks to run concurrently, improving performance and efficiency.

    • Concurrency can be achieved through multithreading or multiprocessing.

    • Example: A web server handling multiple requests simultaneously using multithreading.

  • Answered by AI
  • Q2. Explain Acid principles
  • Ans. 

    ACID principles are a set of properties that guarantee database transactions are processed reliably.

    • Atomicity: Transactions are all or nothing. If one part of the transaction fails, the entire transaction is rolled back.

    • Consistency: Transactions bring the database from one valid state to another. All constraints are satisfied.

    • Isolation: Transactions are isolated from each other until they are completed.

    • Durability: Once...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current company architecture and what was your role
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Detailed flow from FE to BE to db.
  • Ans. 

    The flow of data from the front end to the back end to the database.

    • Front end sends a request to the back end server.

    • Back end processes the request and interacts with the database.

    • Database retrieves or updates the data and sends it back to the back end.

    • Back end sends the response to the front end for display.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. How to pass input field values from form to db. How to make code testable/loosely coupled.
  • Ans. 

    Pass input field values from form to db by using a data access layer and dependency injection for testability.

    • Create a data access layer to handle interactions with the database.

    • Use parameterized queries to prevent SQL injection.

    • Implement dependency injection to decouple the code and make it testable.

    • Mock the data access layer in unit tests to isolate database interactions.

    • Use interfaces to define contracts between com

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. They asked about previous projects in depth
Round 3 - Technical 

(1 Question)

  • Q1. They asked techinal all java
Round 4 - Technical 

(1 Question)

  • Q1. Techincal kafka all questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Interview was conducted by third party for screening
Basic GoLang question
Basic question on Kubern8s cluster
Question on aggregating different Strings based on requirement.

Interview Preparation Tips

Topics to prepare for MasterCard Senior Software Engineer interview:
  • golang
  • DSA

PayU Payments Interview FAQs

How many rounds are there in PayU Payments Senior Software Engineer interview?
PayU Payments interview process usually has 2 rounds. The most common rounds in the PayU Payments interview process are One-on-one Round and Coding Test.
How to prepare for PayU Payments Senior Software Engineer 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 PayU Payments. The most common topics and skills that interviewers at PayU Payments expect are Financial Services, Agile, Data Structures, MySQL and Python.
What are the top questions asked in PayU Payments Senior Software Engineer interview?

Some of the top questions asked at the PayU Payments Senior Software Engineer interview -

  1. Deep dive into java concepts. Max diameter of a tree in ja...read more
  2. Lld of loan and borrower design. Design dbs schema. About connection pool, db i...read more

Tell us how to improve this page.

PayU Payments Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more
PayU Payments Senior Software Engineer Salary
based on 180 salaries
₹14.7 L/yr - ₹42 L/yr
97% more than the average Senior Software Engineer Salary in India
View more details

PayU Payments Senior Software Engineer Reviews and Ratings

based on 22 reviews

4.0/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.7

Salary

3.3

Job security

3.9

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 22 Reviews and Ratings
Assistant Manager
201 salaries
unlock blur

₹4.6 L/yr - ₹16.7 L/yr

Senior Software Engineer
180 salaries
unlock blur

₹14.7 L/yr - ₹42 L/yr

Software Engineer
177 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Senior Manager
141 salaries
unlock blur

₹10.5 L/yr - ₹44 L/yr

Manager
93 salaries
unlock blur

₹8.1 L/yr - ₹24.7 L/yr

Explore more salaries
Compare PayU Payments with

Angel One

4.0
Compare

HighRadius

2.8
Compare

Broadridge Financial Solutions

3.9
Compare

AGS Transact Technologies

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