Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Yubi Team. If you also belong to the team, you can get access from here

Yubi Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 235 Reviews

Filter interviews by

Yubi Data Scientist Interview Questions and Answers

Updated 5 Aug 2024

Yubi Data Scientist Interview Experiences

3 interviews found

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

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question regarding my resume .It is technical interview
Round 2 - Case Study 

Case study-this is about loan default prediction assignment

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

Sql and pandas problems along mcqs on ML

Round 2 - Technical 

(2 Questions)

  • Q1. Linear Regression
  • Q2. Basic Neural Network Implementation
Round 3 - Technical 

(2 Questions)

  • Q1. Question about working of BERT
  • Q2. Word2vec explanation
  • Ans. 

    Word2vec is a technique used to create word embeddings by training a neural network on a large corpus of text.

    • Word2vec is a shallow neural network model that learns to represent words as vectors in a continuous vector space.

    • It captures semantic relationships between words by placing similar words close together in the vector space.

    • There are two main architectures for Word2vec: Continuous Bag of Words (CBOW) and Skip-gr...

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is clustering
  • Ans. 

    Clustering is a technique used in data analysis to group similar data points together based on their characteristics.

    • Clustering is an unsupervised learning method.

    • It helps in identifying patterns and relationships in data.

    • Common clustering algorithms include K-means, hierarchical clustering, and DBSCAN.

    • Example: Grouping customers based on their purchasing behavior.

    • Example: Identifying different species of flowers based

  • Answered by AI
  • Q2. How to avoid overfitting
  • Ans. 

    To avoid overfitting, use techniques like cross-validation, regularization, and increasing training data.

    • Use cross-validation to evaluate model performance on unseen data

    • Apply regularization techniques like L1 or L2 regularization to penalize complex models

    • Increase the size of the training dataset to provide more diverse examples

    • Use feature selection or dimensionality reduction methods to reduce the complexity of the m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for basics

Skills evaluated in this interview

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
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
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Projects Mentioned in Resume
  • Q2. Related to Python, Pyspark
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 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 - 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

Yubi Interview FAQs

How many rounds are there in Yubi Data Scientist interview?
Yubi interview process usually has 2 rounds. The most common rounds in the Yubi interview process are Technical, Case Study and One-on-one Round.
How to prepare for Yubi 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 Yubi. The most common topics and skills that interviewers at Yubi expect are Machine Learning, Python, Assembly, CRM and Data Engineering.
What are the top questions asked in Yubi Data Scientist interview?

Some of the top questions asked at the Yubi Data Scientist interview -

  1. how to avoid overfitt...read more
  2. what is cluster...read more
  3. Word2vec explanat...read more

Tell us how to improve this page.

Yubi Data Scientist Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 2 Yubi interviews
Referral
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Fast track your campus placements

View all
Yubi Data Scientist Salary
based on 11 salaries
₹15 L/yr - ₹22 L/yr
32% more than the average Data Scientist Salary in India
View more details

Yubi Data Scientist Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.6

Skill development

4.6

Work-Life balance

4.9

Salary & Benefits

4.9

Job Security

4.6

Company culture

4.7

Promotions/Appraisal

4.6

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
84 salaries
unlock blur

₹16 L/yr - ₹40 L/yr

Software Engineer
79 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
72 salaries
unlock blur

₹6 L/yr - ₹24.4 L/yr

Senior Associate
67 salaries
unlock blur

₹7.7 L/yr - ₹30.3 L/yr

Associate Vice President
29 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Explore more salaries
Compare Yubi with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

3.8
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