Upload Button Icon Add office photos

RBL Bank

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

RBL Bank Data Scientist Interview Questions and Answers

Updated 5 Apr 2023

RBL Bank Data Scientist Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Mar 2023.

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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Python basic concepts
  • Q2. ML algorithm rule, scoring models, library details, statistics questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I strictly won't recommend this company as their HR team is highly unprofessional- they'll discuss the compensation and agree on an amount, and make you wait for a month before rolling out an offer and then suddenly drop your candidature as they can't provide the discussed compensation even if it is according to industry standards.

Absolute waste of time and energy with this Company
Save yourself and find better places to work

I applied via LinkedIn and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Various machine learning evaluation metrics
  • Ans. 

    Machine learning evaluation metrics are used to measure the performance of a model.

    • Accuracy

    • Precision

    • Recall

    • F1 Score

    • ROC Curve

    • AUC

    • Confusion Matrix

    • Mean Squared Error

    • Root Mean Squared Error

    • R-squared

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the impact of COVID on the banking industry.
Read more about the banking domain case studies.
Elaborate over your interest in banking domain if you don't have prior experience in this domain.

Skills evaluated in this interview

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... 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 Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

I applied via LinkedIn and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions based on various machine learning evaluation metrics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the impact of COVID on the banking industry.
Read about various banking case studies.
Elaborate over your interest in banking domain if you have no prior experience in the same.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Dec 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 Resume tips
Round 2 - Aptitude Test 

Hard level aptitude questions... Time taking sums

Round 3 - Technical 

(2 Questions)

  • Q1. Puzzles and probability questions
  • Q2. Asking completely about data science projects in your resume
Round 4 - HR 

(2 Questions)

  • Q1. Just asked some puzzle questions
  • Q2. Asked if iam willing to relocate and about my family

Interview Preparation Tips

Topics to prepare for IDFC FIRST Bank Data Scientist interview:
  • Data Science
Interview preparation tips for other job seekers - Be strong on your resume and probability questions also with puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Logistic regression loss function
  • Q2. Step function in ML context
  • Ans. 

    Step function is a function that returns a constant value for a certain range of inputs.

    • In machine learning, step functions are used as activation functions in neural networks.

    • They are typically used in binary classification problems where the output is either 0 or 1.

    • Examples include Heaviside step function and sigmoid step function.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What do you do if your model has higher false positives
  • Ans. 

    Investigate the model performance metrics and adjust the threshold for classification.

    • Analyze the confusion matrix to understand the distribution of false positives.

    • Adjust the threshold for classification to reduce false positives.

    • Consider using different evaluation metrics like precision, recall, and F1 score.

    • Explore feature importance to identify variables contributing to false positives.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test for about an hour.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to data science were asked based on your resume. Puzzles were asked too. Mostly they were from gfg.
  • Q2. What are parameters used in a random forest.
  • Ans. 

    Parameters used in a random forest include number of trees, maximum depth of trees, minimum samples split, and maximum features.

    • Number of trees: The number of decision trees to be used in the random forest.

    • Maximum depth of trees: The maximum depth allowed for each decision tree.

    • Minimum samples split: The minimum number of samples required to split a node.

    • Maximum features: The maximum number of features to consider when

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain previous projects
  • Q2. Explain 2 algo of your choice

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips just present yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The first technical round will cover how computer vision works, including the advantages and disadvantages of regression and random forest. It will also include discussions on when to use precision and recall, methods to reduce false positives, and criteria for selecting different models. Additionally, disadvantages of PCA will be addressed, along with project-related questions. The second round will focus on standard aptitude tests, while the third round will involve a casual conversation with the Executive Vice President.

Round 2 - Aptitude Test 

Normal aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on machine learning concepts, develop strong knowledge in Python programming, and learn about PCA, clustering, cross-validation, and hyperparameter tuning.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Sigmoid Function
  • Ans. 

    Sigmoid function is a mathematical function that maps any real value to a value between 0 and 1.

    • Sigmoid function is commonly used in machine learning for binary classification problems.

    • It is defined as f(x) = 1 / (1 + e^(-x)), where e is the base of the natural logarithm.

    • The output of the sigmoid function is always in the range (0, 1).

    • It is used to convert a continuous input into a probability value.

    • Example: f(0) = 0.5

  • Answered by AI
  • Q2. What is a T-test in logistic regression
  • Ans. 

    A T-test in logistic regression is used to determine the significance of individual predictor variables.

    • T-test in logistic regression is used to test the significance of individual coefficients of predictor variables.

    • It helps in determining whether a particular predictor variable has a significant impact on the outcome variable.

    • The null hypothesis in a T-test for logistic regression is that the coefficient of the predi...

  • Answered by AI
  • Q3. How to fit model to an unexplored market
  • Ans. 

    To fit a model to an unexplored market, conduct thorough market research, gather relevant data, identify key variables, test different models, and continuously iterate and refine the model.

    • Conduct thorough market research to understand the dynamics of the unexplored market

    • Gather relevant data on customer behavior, market trends, competition, etc.

    • Identify key variables that may impact the market and model outcomes

    • Test d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IDFC FIRST Bank Data Scientist interview:
  • Logistic Regression
  • Banking

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

RBL Bank Interview FAQs

How many rounds are there in RBL Bank Data Scientist interview?
RBL Bank interview process usually has 2 rounds. The most common rounds in the RBL Bank interview process are Resume Shortlist and One-on-one Round.
How to prepare for RBL Bank 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 RBL Bank. The most common topics and skills that interviewers at RBL Bank expect are Data Science, ETL, Python and SQL.
What are the top questions asked in RBL Bank Data Scientist interview?

Some of the top questions asked at the RBL Bank Data Scientist interview -

  1. Various machine learning evaluation metr...read more
  2. Questions based on various machine learning evaluation metri...read more
  3. ML algorithm rule, scoring models, library details, statistics questi...read more

Recently Viewed

INTERVIEWS

HDFC Bank

No Interviews

INTERVIEWS

Axis Bank

No Interviews

INTERVIEWS

Gallagher

No Interviews

INTERVIEWS

Xceedance

No Interviews

JOBS

Enphase Energy

No Jobs

DESIGNATION

INTERVIEWS

RBL Bank

No Interviews

INTERVIEWS

Impiger Technologies

No Interviews

INTERVIEWS

Inlogic Technologies

No Interviews

INTERVIEWS

Systenics Solutions

No Interviews

Tell us how to improve this page.

RBL Bank Data Scientist Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
RBL Bank Data Scientist Salary
based on 49 salaries
₹7 L/yr - ₹15.5 L/yr
20% less than the average Data Scientist Salary in India
View more details

RBL Bank Data Scientist Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

4.0

Skill development

3.3

Work-life balance

3.5

Salary

4.5

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Deputy Manager
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
792 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
745 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RBL Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Kotak Mahindra Bank

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