Upload Button Icon Add office photos

PayU Payments

Compare button icon Compare button icon Compare

Filter interviews by

PayU Payments Interview Questions, Process, and Tips

Updated 13 Feb 2025

Top PayU Payments Interview Questions and Answers

View all 39 questions

PayU Payments Interview Experiences

Popular Designations

54 interviews found

Manager Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2022

I applied via Approached by Company and was interviewed before Nov 2021. There were 4 interview rounds.

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 - HR 

(1 Question)

  • Q1. Basic information; past experince; CV walkthrough, profile understanding applied for
Round 3 - Case Study 

Industry update and insights and hypothetical situational QnA

Round 4 - One-on-one 

(2 Questions)

  • Q1. General and business conversation about the role and responsibility , expectations etc
  • Q2. General over view about the role and profile

Interview Preparation Tips

Topics to prepare for PayU Payments Manager interview:
  • fintech
  • Finance
Interview preparation tips for other job seekers - keepup with you CV; sya informed about the current industrial changes and norms.

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java String Reverse String

Round 2 - One-on-one 

(1 Question)

  • Q1. Api Testing, SQL Data Bases related Queries Joints, Selenium Automation, Manual Testing.

Interview Preparation Tips

Topics to prepare for PayU Payments Quality Assurance interview:
  • Java
  • Selenium
  • Postman
  • Manual Testing

Quality Assurance Interview Questions asked at other Companies

Q1. Explain your Project. Explain V model. Explain SDLC. Explain STLC. Explain Agile ceremonies. Do you attend all the agile ceremonies? Tell me the positive and negative test cases for water bottle. What is difference between Retesting and Reg... read more
View answer (1)

I was interviewed in Dec 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Time - afternoon. 
Interviewer jumped straight into interview, formal and comfortable environment. 
1. Interviewer introduction 
2. Interviewee introduction
3. Coding question 1 - difficulty medium, topic - arrays
- explain approach, write code (pseudo code is fine), dry run on given TCS. 
4. Coding question 2 - same as above, only question was different. Slightly more difficult but on arrays only. 
5. Questions on Python & Django - difficulty medium - write code related to queryset on django objects
6. SQL question to code - 10th highest salary.

  • Q1. 

    Reverse Only Letters Problem Statement

    You are given a string S. The task is to reverse the letters of the string while keeping non-alphabet characters in their original position.

    Example:

    Input:
    S = "...
  • Ans. 

    Reverse the letters of a string while keeping non-alphabet characters in their original position.

    • Iterate through the string and store the non-alphabet characters in their original positions

    • Reverse the letters of the string using two pointers technique

    • Combine the reversed letters with the non-alphabet characters to get the final reversed string

  • Answered by AI
  • Q2. 

    Alternate Positive and Negative Numbers

    Given an array arr that contains an equal number of positive and negative elements, rearrange the given array such that positive and negative numbers are arranged a...

  • Ans. 

    Rearrange an array with equal positive and negative numbers alternatively while maintaining relative order.

    • Iterate through the array and separate positive and negative numbers into two separate arrays.

    • Merge the two arrays alternatively into the original array.

    • Ensure the relative order of positive and negative numbers is maintained.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 60 Minutes
Round difficulty - Medium

1. Intro of interviewer
2. Intro of interviewee
3. Questions on Python - decorators, static method, class methods
4. Principal of coding, best practices
5. Question on DB - What is indexing, how to improve, best use of indexing.
6. Questions on django - what is django ORM, What is sandbox, Django models, Django queries.
7. Previous job, what do you do, stack you work on.

Very friendly environment, very pleasing person, loved it.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in PuneEligibility criteria0-1 year experience.PayU interview preparation:Topics to prepare for the interview - Python, Django, Dynamic Programming, Arrays, Graphs, OS, CN, DBMS, SQL, System DesignTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Good at coding (solving, explaining), especially Dynamic Programming questions like knapsack. Focus 70% time on coding
Tip 2 : Apply to jobs through referral not on company site. Very important. 
Tip 3 : Prepare good projects with how to explain in interview.
Tip 4 : Sound very energetic, competitive and some one with eager to learn, so they select you thinking you can be taught things as you have good attitude.
Remember : Good attitude in good coder > Bad attitude in expert coder.

Application resume tips for other job seekers

Tip 1 : Max three, projects, which are interesting to talk about, and you have won something for it. 
Tip 2 : Leave lot of white space, keep content small and in one page

Final outcome of the interviewSelected

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

I was interviewed in Jun 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Contained mix of coding, oops and general programming questions

Coding was live coding round
It was around 12pm
They used their own coding environment, I coded in java

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in an array of integers.

    • Iterate through the array and keep track of the maximum sum subarray seen so far.

    • Use Kadane's algorithm to efficiently find the maximum subarray sum.

    • Consider the case where all elements in the array are negative.

    • Handle the case where the array contains only one element.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Hard

It was a collection of HLD AND LLD
Was around 12pm
This was conducted on bluejeans

  • Q1. Design a URL shortener with a database and all necessary components.
  • Ans. 

    Design a URL shortener with database and necessary components

    • Use a unique identifier for each URL to generate short links

    • Store the original URL and corresponding short link in a database

    • Implement a redirect mechanism to redirect short links to original URLs

    • Consider implementing analytics to track usage and performance

    • Ensure scalability and reliability of the system

  • Answered by AI
Round 3 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was a friendly managerial round with director of my team, he was very for me to come on board and explained truthfully how payu is.

Round 4 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Just a normal HR discussion, he informed me that I've been selected and we discussed about the salary part

  • Q1. Can you describe your experience working in a corporate environment?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in BangaloreEligibility criteria2 years of job experiencePayU interview preparation:Topics to prepare for the interview - Data structure, Algorithm, HLD, LLD, Dynamic programming, GraphsTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : have strong grasp of graph based algorithms
Tip 2 : have strong knowledge of data structure 
Tip 3 : should be able to find where to use appropriate design pattern

Application resume tips for other job seekers

Tip 1 : keep it short and simple 
Tip 2 : focus more on design/architecture of project

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

PayU Payments interview questions for popular designations

 Software Engineer

 (5)

 Software Developer

 (4)

 Data Scientist

 (2)

 Senior Software Engineer

 (2)

 Team Manager

 (2)

 Business Analyst

 (2)

 Analyst

 (1)

 Manager

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How would you pushback and handle conflict with Managers?

Assistant Manager Talent Acquisition Interview Questions asked at other Companies

Q1. How will you select java developer full stack profile?
View answer (1)

Get interview-ready with Top PayU Payments Interview Questions

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

In apri basic question logicial quesion

Round 2 - Aptitude Test 

The test was easy basic questins they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - ds 1st 2nd desing and 3rd managerial and 4th normal hr. lear ds and also

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Jobs at PayU Payments

View all

Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2023

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

I applied via Approached by Company and was interviewed before Apr 2022. There were 2 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. Why should we hire you
  • Ans. 

    I have the necessary skills, experience, and leadership qualities to excel in the role of Manager-PCH.

    • I have a proven track record of successfully managing teams and achieving targets.

    • I possess strong communication and interpersonal skills, which are essential for effective leadership.

    • I am highly organized and detail-oriented, ensuring efficient operations and problem-solving.

    • I am adept at strategic planning and decisi...

  • Answered by AI
  • Q2. What is your expectations
  • Ans. 

    My expectations for the Manager-PCH role include a supportive work environment, opportunities for growth and development, clear communication, and a collaborative team.

    • Supportive work environment: I expect a positive and inclusive workplace culture where employees are encouraged to share ideas and support each other.

    • Opportunities for growth and development: I hope to have access to training programs, mentorship, and op...

  • Answered by AI
  • Q3. Have you experience of team handling
  • Ans. 

    Yes, I have experience in team handling.

    • I have successfully managed a team of 10 employees in my previous role as a project manager.

    • I was responsible for assigning tasks, setting goals, and providing guidance and support to team members.

    • I conducted regular team meetings to ensure effective communication and collaboration.

    • I implemented strategies to improve team productivity and morale, resulting in a 20% increase in pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing for experience people

I applied via Referral and was interviewed before Nov 2021. There were 3 interview rounds.

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 - Aptitude Test 

Problem solving queries and mathematics

Round 3 - One-on-one 

(2 Questions)

  • Q1. Ask about current role and knowledge about fintech
  • Q2. About payu and excel

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know about current role and about fintech and payu

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why you want to switch in same Industry.

Interview Preparation Tips

Interview preparation tips for other job seekers - For growth opportunity which I assume that PayU would provide me.
I want to grow in the same Industry and still explore myself.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Interview Questionnaire 

2 Questions

  • Q1. Working knowledge
  • Q2. Overall knowledge of work which you are doing in your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Be practical and speak truth

Accounts Payable Executive Interview Questions asked at other Companies

Q1. 1. What is Financial Accounting? 2. What is Cost Accounting? 3. What is Management Accounting? 4. What is the Acid Test Ratio? 5. What is the Debt-Equity Ratio? 6. What is the Golden Rules of Accounting?
View answer (4)

PayU Payments Interview FAQs

How many rounds are there in PayU Payments interview?
PayU Payments interview process usually has 2-3 rounds. The most common rounds in the PayU Payments interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for PayU Payments 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, Python, SQL and investment.
What are the top questions asked in PayU Payments interview?

Some of the top questions asked at the PayU Payments interview -

  1. What are the different types of microservices that are commonly utiliz...read more
  2. What types of IT Service Management (ITSM) tools are availab...read more
  3. Which dashboards do you use for monitoring purpos...read more
How long is the PayU Payments interview process?

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

Tell us how to improve this page.

PayU Payments Interview Process

based on 56 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 750 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
HighRadius Interview Questions
2.9
 • 183 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Instamojo Interview Questions
3.6
 • 7 Interviews
View all

PayU Payments Reviews and Ratings

based on 442 reviews

3.5/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.5

Salary

3.2

Job security

3.4

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 442 Reviews and Ratings
Data Scientist (Telco)

Gurgaon / Gurugram,

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Engineering Manager

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
196 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
183 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
178 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
131 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PayU Payments with

Razorpay

3.6
Compare

Paytm

3.3
Compare

Mobikwik

3.7
Compare

PhonePe

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