Upload Button Icon Add office photos

PayU Payments

Compare button icon Compare button icon Compare

Filter interviews by

PayU Payments Sdet Interview Questions and Answers

Updated 12 Nov 2024

PayU Payments Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Swetha

posted on 12 Nov 2024

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

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. WHAT IS OOPS, INHERITANCE, STATIC DYNAMIC BINDING
  • Ans. 

    OOPS is Object-Oriented Programming, Inheritance is the ability of a class to inherit properties and behavior from another class, Static Binding is resolved at compile time, Dynamic Binding is resolved at runtime.

    • OOPS stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.

    • Inheritance is a feature in OOP that allows a class to inherit properties and behavior from another ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PayU Payments Sdet interview:
  • Selenium

Interview questions from similar companies

Sdet Interview Questions & Answers

Visa user image Anonymous

posted on 30 Sep 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Two questions on array sort the given array and find how many times a element occur

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 30 Nov 2024

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

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Strings anagram
  • Q2. Array sorting and remove duplicate

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java and backend api testing

Sdet Interview Questions & Answers

PhonePe user image Anonymous

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. JAVA String Anagram with O(n)
  • Q2. DSA Question Based on Linked List

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic DSA well. String, Array, Hashing

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 5 Mar 2024

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

(1 Question)

  • Q1. OOPS concepts, Framework Question
Round 2 - Coding Test 

API Scenarios, Java DSA questions,

Sdet Interview Questions & Answers

PhonePe user image Anonymous

posted on 29 Oct 2023

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

I applied via LinkedIn and was interviewed before Oct 2022. 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 - Coding Test 

Automation, Backend Automation, API Test Automation.

Round 3 - Coding Test 

Java, OOPS concepts. Interfaces, Inheritance

Round 4 - One-on-one 

(2 Questions)

  • Q1. Previous role Discussion
  • Q2. What was the role of yours in last company? Explain your projects in detials?

Interview Preparation Tips

Topics to prepare for PhonePe Sdet interview:
  • API Test Automation
  • SQL
  • Java
  • Rest AUssured
Interview preparation tips for other job seekers - Prepare your resume well

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 26 Jul 2024

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium level aptitude test

Round 2 - Coding Test 

Hard level coding test

Round 3 - HR 

(3 Questions)

  • Q1. Salary expectations
  • Q2. Preferred location
  • Ans. 

    Preferred location is Seattle, WA

    • Seattle, WA offers a great tech industry

    • Beautiful scenery and outdoor activities in the Pacific Northwest

    • Close proximity to mountains and water for outdoor enthusiasts

  • Answered by AI
  • Q3. Education qualifications

Sdet Interview Questions & Answers

Paytm user image Anjani Gupta

posted on 12 Oct 2023

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

I applied via LinkedIn and was interviewed in Apr 2023. 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 - Technical 

(4 Questions)

  • Q1. Swap two numbers without using a third integer.
  • Ans. 

    Swap two numbers without using a third integer

    • Use XOR operation to swap two numbers without using a third integer

    • Example: a = 5, b = 7. a = a XOR b, b = a XOR b, a = a XOR b

    • After swapping: a = 7, b = 5

  • Answered by AI
  • Q2. Overloading & Overriding
  • Q3. TestNG annotation
  • Q4. Jenkins Setup and how to configure a job and update the report to the team.
  • Ans. 

    Jenkins setup involves configuring jobs and updating reports for the team.

    • Install Jenkins on a server or local machine

    • Create a new job by selecting 'New Item' and choosing the job type

    • Configure the job by setting up build triggers, source code management, build steps, and post-build actions

    • Add plugins for reporting tools like JUnit or HTML Publisher to generate reports

    • Update the report by viewing the job's build histor...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer by converting it to a string and then reversing the string

    • Convert the integer to a string

    • Reverse the string

    • Convert the reversed string back to an integer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more coding

Skills evaluated in this interview

I applied via HackerEarth and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Online coding round which was based on dynamic programming and hashing

Round 2 - Coding Test 

Coding round based on data structure and algorithm like binary search ,hashing and string

Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round a bit hr question also has been covered
Round 4 - Automation 

(1 Question)

  • Q1. To design a automation framework what could be approach
  • Ans. 

    Approach for designing an automation framework

    • Identify the scope and requirements of the framework

    • Choose a suitable programming language and tools

    • Design the framework architecture and modules

    • Implement the framework and write test scripts

    • Integrate the framework with CI/CD pipeline

    • Continuously maintain and update the framework

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To prepare on automation framework, project and binary search hashing string array

Skills evaluated in this interview

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was conducted in Hacker rank which consisted of 10 aptitude questions that included C, C++, Java MCQ. 2 programming questions were also given.

  • Q1. 

    Minimum Cost Path Problem Statement

    Given an N x M matrix filled with integers, determine the minimum sum obtainable from a path that starts at a specified cell (x, y) and ends at the top left corner of t...

  • Ans. 

    The problem involves finding the minimum sum path from a specified cell to the top left corner of a matrix.

    • Start from the specified cell and calculate the minimum sum path to reach the top left corner using dynamic programming.

    • Consider the three possible moves: down, right, and down-right diagonal.

    • Keep track of the minimum sum at each cell and update it based on the minimum of the three possible moves.

    • Finally, the mini...

  • Answered by AI
  • Q2. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use backtracking to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Recursively generate combinations by adding open parentheses if there are remaining, and closing parentheses if the number of open parentheses is greater than the number of clo...

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Character Counting Challenge

    Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...

  • Ans. 

    Create a program to count lowercase alphabets, digits, and white spaces from user input until '$' is encountered.

    • Read characters from input stream until '$' is encountered

    • Count lowercase alphabets, digits, and white spaces separately

    • Print the counts of each character type as three integers separated by spaces

  • Answered by AI
  • Q2. 

    K Largest Elements Problem Statement

    Given an unsorted array containing 'N' integers, you are required to find 'K' largest elements from the array and return them in non-decreasing order.

    Input:

    The fir...
  • Ans. 

    Find K largest elements in an unsorted array and return them in non-decreasing order.

    • Sort the array in non-decreasing order.

    • Return the last K elements of the sorted array.

  • Answered by AI
  • Q3. How can you check whether you have an internet connection on your system?
  • Ans. 

    To check internet connection on a system, you can use various methods like pinging a website or checking network status.

    • Use ping command to check connectivity to a website (e.g. ping www.google.com)

    • Check network status using network settings or command line tools

    • Try accessing a website or online service to verify internet connection

  • Answered by AI
  • Q4. What happens when you type a URL in a web browser?
  • Ans. 

    When you type a URL in a web browser, the browser sends a request to the server hosting the website, which then responds with the necessary files to display the webpage.

    • Browser checks cache for DNS resolution

    • If not found, browser sends a DNS query to resolve the domain name to an IP address

    • Browser establishes a TCP connection with the server

    • Browser sends an HTTP request to the server for the webpage

    • Server processes the...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Counting Sort Problem Statement

    Ninja is learning about sorting algorithms, specifically those that do not rely on comparisons. Can you help Ninja implement the counting sort algorithm?

    Example:

    Input:
    ...
  • Ans. 

    Implement counting sort algorithm to sort an array of integers without comparisons.

    • Count the frequency of each element in the input array.

    • Calculate the prefix sum of frequencies to determine the position of each element in the sorted array.

    • Place each element in its correct position based on the prefix sum.

    • Time complexity of counting sort is O(n+k), where n is the number of elements and k is the range of input.

    • Example: ...

  • Answered by AI
  • Q2. What are the applications of the Fibonacci series in real life?
  • Ans. 

    The Fibonacci series has applications in various fields such as mathematics, computer science, art, and nature.

    • Used in algorithms for optimization problems and dynamic programming.

    • Found in nature, such as the arrangement of leaves on a stem, the branching of trees, and the spiral shapes of shells.

    • Applied in financial markets for predicting stock prices and analyzing market trends.

    • Utilized in art and design for creating

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round where the interviewer asked questions to know more about me.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

PayU Payments Interview FAQs

How many rounds are there in PayU Payments Sdet interview?
PayU Payments interview process usually has 1 rounds. The most common rounds in the PayU Payments interview process are Technical.

Tell us how to improve this page.

PayU Payments Sdet Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 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
Angel One Interview Questions
3.9
 • 135 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Revolut Interview Questions
2.5
 • 97 Interviews
View all
PayU Payments Sdet Salary
based on 7 salaries
₹8.5 L/yr - ₹15.4 L/yr
21% less than the average Sdet Salary in India
View more details
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