Upload Button Icon Add office photos

Filter interviews by

PayU Payments Data Scientist Interview Questions, Process, and Tips

Updated 2 Aug 2024

Top PayU Payments Data Scientist Interview Questions and Answers

PayU Payments Data Scientist Interview Experiences

2 interviews found

Data Scientist Interview Questions & Answers

user image Akshay Agrawal

posted on 30 Jul 2022

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

(3 Questions)

  • Q1. What is rnn and lstm
  • Ans. 

    RNN stands for Recurrent Neural Network and LSTM stands for Long Short-Term Memory. They are types of neural networks used for sequential data processing.

    • RNN is a type of neural network that can process sequential data by maintaining a memory of past inputs.

    • LSTM is a type of RNN that can handle the vanishing gradient problem and can remember long-term dependencies.

    • LSTM has gates that control the flow of information int...

  • Answered by AI
  • Q2. What is precision and recall
  • Ans. 

    Precision and recall are two important metrics used to evaluate the performance of a classification model.

    • Precision measures the proportion of true positives among all the predicted positives.

    • Recall measures the proportion of true positives among all the actual positives.

    • Precision and recall are inversely related and a trade-off exists between them.

    • A high precision means that the model is good at predicting positive ca...

  • Answered by AI
  • Q3. What is regularisation
  • Ans. 

    Regularisation is a technique used in machine learning to prevent overfitting by adding a penalty term to the loss function.

    • Regularisation helps to control the complexity of a model and reduce the impact of irrelevant features.

    • It adds a penalty term to the loss function, which encourages the model to have smaller weights.

    • There are different types of regularisation techniques such as L1 (Lasso) and L2 (Ridge) regularisa...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PayU Payments Data Scientist interview:
  • Deep Learning
  • Machine Learning
  • SQL
  • Python
Interview preparation tips for other job seekers - prepare very well. A lot of variety of questions are asked

Skills evaluated in this interview

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

(2 Questions)

  • Q1. DBSCAN Clustering
  • Q2. How does current work helps solving use cases for PayU
  • Ans. 

    My current work involves analyzing transaction data to identify patterns and trends, which can help PayU optimize their payment processing services.

    • Analyzing transaction data to identify fraudulent activities and improve security measures for PayU

    • Developing predictive models to forecast transaction volumes and optimize payment processing times

    • Utilizing machine learning algorithms to personalize user experiences and inc...

  • Answered by AI

Data Scientist Interview Questions Asked at Other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of le ... read more
Q2. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
asked in Affine
Q3. you have a pandas dataframe with three columns, filled with state ... read more
Q4. Clone a Linked List with random pointersGiven a linked list havin ... read more
Q5. Technical QuestionGiven a API reference. You had to make a post r ... read more

Data Scientist Jobs at PayU Payments

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Case Study 

Cancellation in the number of bookings in an app has increased exponentially in the past few weeks, How would you conduct an RCA on the same.

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

I applied via Referral and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

1 python and 1 SQL coding along with ML questions mostly related to monitoring and basic ML

Round 2 - Coding Test 

1 python code and also related to ML ...the recruiter came with a dataset to solve

Round 3 - Case Study 

Guestimates, project discussions and Case Studies

Round 4 - Case Study 

Project indepth discussion and case study related Fraud Detection

Round 5 - Behavioral interview 

(1 Question)

  • Q1. Aligning own interest with team requirement
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why are you interested in this role
  • Q2. Provide an example how you solved a problem
  • Ans. 

    I solved a problem by using machine learning algorithms to predict customer churn for a telecom company.

    • Identified relevant data sources such as customer demographics, usage patterns, and customer service interactions.

    • Preprocessed and cleaned the data to handle missing values and outliers.

    • Built and trained a machine learning model using algorithms like logistic regression and random forest.

    • Evaluated the model's perform...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic questions like stats, probability etc

Round 2 - Assignment 

Scenario based question

Round 3 - Technical 

(1 Question)

  • Q1. Questions on fundamentals
Round 4 - HR 

(1 Question)

  • Q1. General questions

I applied via Campus Placement and was interviewed before Feb 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. How to choose optimum probability threshold from ROC?
  • Ans. 

    To choose optimum probability threshold from ROC, we need to balance between sensitivity and specificity.

    • Choose the threshold that maximizes the sum of sensitivity and specificity

    • Use Youden's J statistic to find the optimal threshold

    • Consider the cost of false positives and false negatives

    • Use cross-validation to evaluate the performance of different thresholds

  • Answered by AI
  • Q2. 2. How to test time series trend break up?
  • Ans. 

    To test time series trend break up, statistical tests like Augmented Dickey-Fuller test can be used.

    • Augmented Dickey-Fuller test can be used to check if a time series is stationary or not.

    • If the time series is not stationary, we can use differencing to make it stationary.

    • After differencing, we can again perform the Augmented Dickey-Fuller test to check for stationarity.

    • If there is a significant change in the mean or va...

  • Answered by AI
  • Q3. 3. How do you deal with senior customer when you don't have enough data?
  • Ans. 

    Communicate transparently and offer alternative solutions.

    • Explain the limitations of the available data and the potential risks of making decisions based on incomplete information.

    • Offer alternative solutions that can be implemented with the available data.

    • Collaborate with the customer to identify additional data sources or explore other options to gather more data.

    • Provide regular updates on the progress of data collect...

  • Answered by AI
  • Q4. 4. Do you prefer working in clear defined goal space or where customer isn't sure what he wants?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be business specific.

Skills evaluated in this interview

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

(1 Question)

  • Q1. SQL and background related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. When is your Availability
  • Q2. Expectation from us
  • Ans. 

    I expect a supportive work environment, opportunities for growth, and clear communication.

    • Clear communication on project goals and expectations

    • Opportunities for professional development and growth

    • Supportive team environment

    • Regular feedback and performance evaluations

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions on joins
  • Q2. Python coding leetcode

PayU Payments Interview FAQs

How many rounds are there in PayU Payments Data Scientist interview?
PayU Payments interview process usually has 1-2 rounds. The most common rounds in the PayU Payments interview process are Technical and Resume Shortlist.
How to prepare for PayU Payments Data Scientist 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 SQL, Financial Services, Machine Learning, Python and Data Science.
What are the top questions asked in PayU Payments Data Scientist interview?

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

  1. what is regularisat...read more
  2. How does current work helps solving use cases for P...read more
  3. What is precision and rec...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 PayU Payments interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Data Scientist Interview Questions from Similar Companies

View all
PayU Payments Data Scientist Salary
based on 24 salaries
₹20 L/yr - ₹38 L/yr
77% more than the average Data Scientist Salary in India
View more details

PayU Payments Data Scientist Reviews and Ratings

based on 5 reviews

2.6/5

Rating in categories

2.2

Skill development

3.3

Work-Life balance

3.2

Salary & Benefits

3.3

Job Security

3.3

Company culture

2.7

Promotions/Appraisal

2.3

Work Satisfaction

Explore 5 Reviews and Ratings
Data Scientist (Telco)

Gurgaon / Gurugram,

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
173 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Software Engineer
173 salaries
unlock blur

₹13.4 L/yr - ₹42 L/yr

Software Engineer
168 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Senior Manager
123 salaries
unlock blur

₹10.5 L/yr - ₹39 L/yr

Manager
99 salaries
unlock blur

₹6.3 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview