Upload Button Icon Add office photos
Premium Employer

i

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

IndusInd Bank Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IndusInd Bank Senior Data Scientist Interview Questions and Answers

Updated 6 Jul 2022

10 Interview questions

A Senior Data Scientist was asked
Q. How is a random forest different from decision trees?
Ans. 

Random forest is an ensemble learning method that uses multiple decision trees to improve prediction accuracy.

  • Random forest builds multiple decision trees and combines their predictions to reduce overfitting.

  • Decision trees are prone to overfitting and can be unstable, while random forest is more robust.

  • Random forest can handle missing values and categorical variables better than decision trees.

  • Example: Random fore...

A Senior Data Scientist was asked
Q. How do you measure the accuracy of a model?
Ans. 

Model accuracy can be measured using metrics such as confusion matrix, ROC curve, and precision-recall curve.

  • Confusion matrix shows true positives, true negatives, false positives, and false negatives.

  • ROC curve plots true positive rate against false positive rate.

  • Precision-recall curve plots precision against recall.

  • Other metrics include accuracy, F1 score, and AUC-ROC.

  • Cross-validation can also be used to evaluate...

Senior Data Scientist Interview Questions Asked at Other Companies

asked in Kyndryl
Q1. In SQL, how would you print rows where a certain criterion is met ... read more
asked in SAP
Q2. Count all pairs of numbers from a list where the ending digit of ... read more
Q3. What is the difference between logistic and linear regression?
asked in Kyndryl
Q4. Given the dictionary CSK = {"Dhoni" : "India", "Du Plessis" : "So ... read more
asked in Kyndryl
Q5. Given three lists arr1, arr2, and arr3, find the common elements ... read more
A Senior Data Scientist was asked
Q. What is an AUC-ROC curve?
Ans. 

AUC-ROC curve is a graphical representation of the performance of a classification model.

  • AUC-ROC stands for Area Under the Receiver Operating Characteristic curve.

  • It is used to evaluate the performance of binary classification models.

  • The curve plots the true positive rate (sensitivity) against the false positive rate (1-specificity) at various classification thresholds.

  • AUC-ROC ranges from 0 to 1, with a higher val...

A Senior Data Scientist was asked
Q. What is the formula for logistic regression?
Ans. 

The formula of logistic regression is a mathematical equation used to model the relationship between a binary dependent variable and one or more independent variables.

  • The formula is: log(odds) = β0 + β1x1 + β2x2 + ... + βnxn

  • The dependent variable is transformed using the logit function to obtain the log-odds ratio.

  • The independent variables are multiplied by their respective coefficients (β) and summed up with the ...

What people are saying about IndusInd Bank

View All
a retention marketing manager
4d
Zepto CRM to IndusInd Bank: Good career move?
Is it a good idea to switch from a CRM role at Zepto (with 1 year of experience) to a campaign manager role at IndusInd Bank? I have 5+ years of overall experience.
Got a question about IndusInd Bank?
Ask anonymously on communities.
A Senior Data Scientist was asked
Q. What is a z-test?
Ans. 

A z-test is a statistical test used to determine whether two population means are significantly different from each other.

  • It is used when the sample size is large and the population standard deviation is known.

  • The test compares the sample mean to the population mean using the z-score formula.

  • The z-score is calculated as the difference between the sample mean and population mean divided by the standard deviation.

  • If...

A Senior Data Scientist was asked
Q. What is a t-test?
Ans. 

t-test is a statistical test used to determine if there is a significant difference between the means of two groups.

  • It compares the means of two groups and assesses if the difference is statistically significant.

  • It is commonly used in hypothesis testing and comparing the effectiveness of different treatments or interventions.

  • There are different types of t-tests, such as independent samples t-test and paired sample...

A Senior Data Scientist was asked
Q. What is the difference between logistic and linear regression?
Ans. 

Logistic regression is used for binary classification, while linear regression is used for predicting continuous values.

  • Logistic regression is a classification algorithm, while linear regression is a regression algorithm.

  • Logistic regression uses a logistic function to model the probability of the binary outcome.

  • Linear regression uses a linear function to model the relationship between the independent and dependent...

Are these interview questions helpful?
A Senior Data Scientist was asked
Q. What is logistic regression?
Ans. 

Logistic regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

  • It is used to predict the probability of a binary outcome (0 or 1).

  • It is a type of regression analysis that uses a logistic function to model the relationship between the dependent and independent variables.

  • It is commonly used in machine learning and data ...

A Senior Data Scientist was asked
Q. What is linear regression?
Ans. 

Linear regression is a statistical method used to model the relationship between two variables.

  • It assumes a linear relationship between the dependent and independent variables.

  • It is used to predict the value of the dependent variable based on the value of the independent variable.

  • It can be used for both simple and multiple regression analysis.

  • Example: predicting the price of a house based on its size or predicting...

A Senior Data Scientist was asked
Q. What is a random forest?
Ans. 

A random forest is an ensemble learning method that combines multiple decision trees to make predictions.

  • Random forest is a supervised learning algorithm.

  • It can be used for both classification and regression tasks.

  • It creates multiple decision trees and combines their predictions to make a final prediction.

  • Each decision tree is trained on a random subset of the training data and features.

  • Random forest reduces overf...

IndusInd Bank Senior Data Scientist Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. What are the key projects you have worked on?
  • Q2. What is t-test?
  • Ans. 

    t-test is a statistical test used to determine if there is a significant difference between the means of two groups.

    • It compares the means of two groups and assesses if the difference is statistically significant.

    • It is commonly used in hypothesis testing and comparing the effectiveness of different treatments or interventions.

    • There are different types of t-tests, such as independent samples t-test and paired samples t-t...

  • Answered by AI
  • Q3. What is z-test?
  • Ans. 

    A z-test is a statistical test used to determine whether two population means are significantly different from each other.

    • It is used when the sample size is large and the population standard deviation is known.

    • The test compares the sample mean to the population mean using the z-score formula.

    • The z-score is calculated as the difference between the sample mean and population mean divided by the standard deviation.

    • If the ...

  • Answered by AI
  • Q4. What is linear regression?
  • Ans. 

    Linear regression is a statistical method used to model the relationship between two variables.

    • It assumes a linear relationship between the dependent and independent variables.

    • It is used to predict the value of the dependent variable based on the value of the independent variable.

    • It can be used for both simple and multiple regression analysis.

    • Example: predicting the price of a house based on its size or predicting the ...

  • Answered by AI
  • Q5. What is logistic regression?
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

    • It is used to predict the probability of a binary outcome (0 or 1).

    • It is a type of regression analysis that uses a logistic function to model the relationship between the dependent and independent variables.

    • It is commonly used in machine learning and data analy...

  • Answered by AI
  • Q6. What is the formula of logistic regression?
  • Ans. 

    The formula of logistic regression is a mathematical equation used to model the relationship between a binary dependent variable and one or more independent variables.

    • The formula is: log(odds) = β0 + β1x1 + β2x2 + ... + βnxn

    • The dependent variable is transformed using the logit function to obtain the log-odds ratio.

    • The independent variables are multiplied by their respective coefficients (β) and summed up with the inter...

  • Answered by AI
  • Q7. What is the difference between logistic and linear regression?
  • Ans. 

    Logistic regression is used for binary classification, while linear regression is used for predicting continuous values.

    • Logistic regression is a classification algorithm, while linear regression is a regression algorithm.

    • Logistic regression uses a logistic function to model the probability of the binary outcome.

    • Linear regression uses a linear function to model the relationship between the independent and dependent vari...

  • Answered by AI
  • Q8. How do you measure the accuracy of a model?
  • Q9. What is AUC-ROC curve?
  • Ans. 

    AUC-ROC curve is a graphical representation of the performance of a classification model.

    • AUC-ROC stands for Area Under the Receiver Operating Characteristic curve.

    • It is used to evaluate the performance of binary classification models.

    • The curve plots the true positive rate (sensitivity) against the false positive rate (1-specificity) at various classification thresholds.

    • AUC-ROC ranges from 0 to 1, with a higher value in...

  • Answered by AI
  • Q10. What are specificity and sensitivity?
  • Q11. What is a random forest?
  • Ans. 

    A random forest is an ensemble learning method that combines multiple decision trees to make predictions.

    • Random forest is a supervised learning algorithm.

    • It can be used for both classification and regression tasks.

    • It creates multiple decision trees and combines their predictions to make a final prediction.

    • Each decision tree is trained on a random subset of the training data and features.

    • Random forest reduces overfittin...

  • Answered by AI
  • Q12. How random forest is different from decision trees?
  • Q13. Why do you want to change your job?
  • Ans. 

    I'm seeking new challenges and opportunities for growth in a dynamic environment that aligns with my career goals.

    • Desire for professional growth: I'm looking for a role that offers more responsibility and the chance to lead projects.

    • Interest in innovative technologies: I want to work with cutting-edge tools and methodologies that can enhance my skill set.

    • Cultural fit: I'm seeking a company culture that values collabora...

  • Answered by AI
  • Q14. Have you worked on any digital transformation projects?
  • Q15. Talk about any one of your key projects in detail.
  • Ans. 

    In my key project, I developed a predictive model for customer churn using machine learning techniques to enhance retention strategies.

    • Data Collection: Gathered data from various sources, including customer demographics, transaction history, and customer service interactions.

    • Feature Engineering: Created features such as average transaction value, frequency of purchases, and customer engagement metrics to improve model ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your projects. Technical concepts are an integral part of the interview if you are applying to analytics or data science positions.

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself from the day u were born till today (Stopped mid way when I mentioned the finance course)
  • Q2. What is a Brownian motion? Properties of Brownian motion?
  • Ans. 

    Brownian motion is the random motion of particles in a fluid due to collisions with other particles.

    • Brownian motion was first observed by Robert Brown in 1827.

    • It is named after the botanist Robert Brown.

    • The motion is caused by the random movement of fluid molecules.

    • Brownian motion is a continuous-time stochastic process.

    • It is often used to model various phenomena in physics, finance, and biology.

    • Properties of Brownian ...

  • Answered by AI
  • Q3. What is a Martingale? What are Markov Processes? Is Martingale a Markov Process? Are Markov Processes Martingales?
  • Ans. 

    A Martingale is a mathematical concept used in probability theory and statistics. Markov Processes are stochastic processes that satisfy the Markov property.

    • A Martingale is a sequence of random variables where the expected value of the next variable, given the current and past variables, is equal to the current variable.

    • Markov Processes are stochastic processes where the future state depends only on the current state a...

  • Answered by AI
  • Q4. Then the HR guy asked me One trait of mine that I’m not proud of?
  • Q5. Then there was a puzzle m2 = n2 + 32294 ( It was also asked in last year’s interview)
  • Q6. Then there was another HR question, In a group would it be better for me to assume a leadership position or simply be a part of it? Why?

Interview Preparation Tips

Round: Test
Experience: The Maths section had questions on basic probability and statistics. Also the Maths section had a higher weight age than the other sections (Questions carrying 3 marks each while other sections had 1 or 2 marks for each question. They were here, offering a quant profile so that justifies the distribution.) The DI/Quant (2 marks each) and English (1 Mark Each) section were similar to CAT. The finance section had questions on Basic Accounting. Anyone who did well in the Maths section could find his name in the shortlist.

Round: Technical + HR Interview
Experience: Possible Lapses: I

Senior Data Scientist Interview Questions Asked at Other Companies

asked in Kyndryl
Q1. In SQL, how would you print rows where a certain criterion is met ... read more
asked in SAP
Q2. Count all pairs of numbers from a list where the ending digit of ... read more
Q3. What is the difference between logistic and linear regression?
asked in Kyndryl
Q4. Given the dictionary CSK = {"Dhoni" : "India", "Du Plessis" : "So ... read more
asked in Kyndryl
Q5. Given three lists arr1, arr2, and arr3, find the common elements ... read more

Interview Questionnaire 

1 Question

  • Q1. Explain about self introduction
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 Dec 2021. There were 2 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 - HR 

(2 Questions)

  • Q1. Wat do u know about sales and credit cards
  • Ans. Credit wat comes in and debit wat goes out
  • Answered Anonymously
  • Q2. Whom do u like most tha parents or job
  • Ans. When the parents r vth us that automatically the job vll be so that's y I like and love my parents
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - When ur going fr an interview either it may be software MNCs or banking sector just u have to be confident that's it

What people are saying about IndusInd Bank

View All
a retention marketing manager
4d
Zepto CRM to IndusInd Bank: Good career move?
Is it a good idea to switch from a CRM role at Zepto (with 1 year of experience) to a campaign manager role at IndusInd Bank? I have 5+ years of overall experience.
Got a question about IndusInd Bank?
Ask anonymously on communities.

Data Analyst Interview Questions & Answers

Axis Bank user image Paul krubakaran.p

posted on 25 May 2021

I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - please select my profile

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Completey about your perivious experience and it's challenges .
  • Q2. Just give your comments as per your previous experience, don' t try to protrate some one else.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and speak confident
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 

(1 Question)

  • Q1. Python basics ,sql and unix shell
Round 3 - Behavioral 

(1 Question)

  • Q1. Why Barclays and best work you did till now?

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear yor basics clear for any interview
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Automation you have done
  • Ans. 

    I automated data collection and reporting processes to enhance efficiency and accuracy in data analysis tasks.

    • Developed Python scripts to scrape data from websites, reducing manual data entry time by 80%.

    • Implemented automated dashboards using Tableau, allowing real-time data visualization and reporting.

    • Created SQL queries to automate data extraction from databases, streamlining the data preparation process.

    • Utilized Exc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
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 - Technical 

(1 Question)

  • Q1. Basic UFT related questions from variables to program
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All are about our primary skills and project in 1st round of technical

IndusInd Bank Interview FAQs

What are the top questions asked in IndusInd Bank Senior Data Scientist interview?

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

  1. What is the difference between logistic and linear regressi...read more
  2. How random forest is different from decision tre...read more
  3. What is the formula of logistic regressi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
Axis Bank Interview Questions
3.7
 • 1.6k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 752 Interviews
Yes Bank Interview Questions
3.7
 • 477 Interviews
Deutsche Bank Interview Questions
3.9
 • 388 Interviews
Barclays Interview Questions
3.8
 • 287 Interviews
View all

IndusInd Bank Senior Data Scientist Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Deputy Manager
3.7k salaries
unlock blur

₹2.6 L/yr - ₹7.7 L/yr

Assistant Manager
2.2k salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Manager
2k salaries
unlock blur

₹4.8 L/yr - ₹10.5 L/yr

Service Delivery Manager
1.8k salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Relationship Manager
1.7k salaries
unlock blur

₹3 L/yr - ₹12.6 L/yr

Explore more salaries
Compare IndusInd Bank with

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

3.7
Compare

AU Small Finance Bank

4.2
Compare
write
Share an Interview