Upload Button Icon Add office photos

Filter interviews by

PayU Payments Interview Questions, Process, and Tips

Updated 23 Jan 2025

Top PayU Payments Interview Questions and Answers

View all 38 questions

PayU Payments Interview Experiences

Popular Designations

53 interviews found

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

    You are given a string, ‘S’. You need to reverse the string where characters that are not an alphabet stay in the same place, and the rest reverse their positions.

    Eg: “a-bcd” become...

  • Ans. 

    Key idea - 2 pointer method
    Approach - place one pointer p1 on start, 2nd pointer p2 on end. Move p1 to right and p2 to left unless we find a non special character for both, if found for both, swap the values pointed by p1 and p2.
    Steps : 
    S1 : Pointer p1 at start and p2 at end index
    S2 : while p1! = p2 and arr[p1] is special character, move p1 to right
    S3 : while p1! = p2 and arr[p2] is special character, move p2 to l...

  • Answered Anonymously
  • Q2. Alternate Positive and Negative

    You are 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 ...

  • Ans. 

    Key idea: Find suitable number for current position on right and swap

    Approach : if current idx is even find +ve number on right and if idx is odd find -ve number on right and swap with current position 

    S1 : Iterate over the array
    S2 : If current index is even find next positive number on right
    S3 : If current index is odd find the next negative number on right
    S4 : Swap with the current position with found number

  • Answered Anonymously
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

Skills evaluated in this interview

Top PayU Payments Software Engineer Interview Questions and Answers

Q1. Maximum Subarray SumYou are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays. A subarray is a contiguous segment of an array... read more
View answer (6)

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 (169)

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

    You are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.

    A subarr...

  • Ans. 

    I solved it using partial sums approach

    It can be found on geeks for geeks

  • Answered Anonymously
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. System Design Question

    Design a URL shorter with db and everything

  • Ans. 

    Tip 1 : always use right kind of database
    Tip 2 : think about appropriate design pattern
    Tip 3 : think about scaling the application into microservices architecture

  • Answered Anonymously
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. Basic HR Question

    Normal questions about my experience working in corporate

  • Ans. 

    Tip 1 : just be calm and listen to the HR

  • Answered Anonymously

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

Top PayU Payments Software Engineer Interview Questions and Answers

Q1. Maximum Subarray SumYou are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays. A subarray is a contiguous segment of an array... read more
View answer (6)

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 (169)
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)

PayU Payments interview questions for popular designations

 Software Engineer

 (5)

 Software Developer

 (4)

 Business Analyst

 (2)

 Data Scientist

 (2)

 Team Manager

 (2)

 Accounts & Finance Manager

 (1)

 Accounts Payable Executive

 (1)

 Analyst

 (1)

Sde1 Interview Questions & Answers

user image madhulika ghosh

posted on 9 Jul 2022

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)

Get interview-ready with Top PayU Payments Interview Questions

Manager-PCH 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

Jobs at PayU Payments

View all

Executive Interview Questions & Answers

user image Sanjay Kumar

posted on 26 Nov 2022

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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.

Top PayU Payments Software Engineer Interview Questions and Answers

Q1. Maximum Subarray SumYou are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays. A subarray is a contiguous segment of an array... read more
View answer (6)

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 (169)

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)

I applied via Referral and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About current projects responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Senior Quality Assurance Engineer Interview Questions asked at other Companies

Q1. How to manage projects compliance for clients point of view..
View answer (2)

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 29 interviews in last 1 year

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
FIS Interview Questions
3.9
 • 476 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
HighRadius Interview Questions
3.0
 • 179 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Mobikwik Interview Questions
4.1
 • 45 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Instamojo Interview Questions
3.5
 • 7 Interviews
View all

PayU Payments Reviews and Ratings

based on 418 reviews

3.5/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.4

Salary

3.2

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 418 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

₹4.6 L/yr - ₹15.8 L/yr

Senior Software Engineer
171 salaries
unlock blur

₹13.4 L/yr - ₹42 L/yr

Software Engineer
170 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Senior Manager
123 salaries
unlock blur

₹11.5 L/yr - ₹39 L/yr

Manager
99 salaries
unlock blur

₹6.1 L/yr - ₹25 L/yr

Explore more salaries
Compare PayU Payments with

Razorpay

3.6
Compare

Paytm

3.3
Compare

Mobikwik

4.0
Compare

PhonePe

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