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. 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...

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...

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 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 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 consultant
2w
Her career or my love: What to choose?
I never imagined I would face such a challenging situation. Recently, my wife got an amazing career opportunity by joining Infosys, which is a great breakthrough for her since she was previously working in a startup. The offer includes relocation to Hyderabad. Meanwhile, I am working in Delhi at IndusInd Bank in a senior position, leading a team of 10 members, which also provides a good salary important for our 7year old child. With the rising cost of living and considering our child’s needs, it’s important that we both keep earning. But it’s very difficult for me to let her move to Hyderabad. I will miss her deeply, and living apart feels incredibly hard. I honestly don’t know what to do. Please help me figure out how to handle this situation.
Got a question about IndusInd Bank?
Ask anonymously on communities.
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 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 ...

IndusInd Bank HR Interview Questions

218 questions and answers

Q. What's your biggest professional achievement so far and how did you accompl ... read more
Q. Can you share a time when discipline helped you overcome a major challenge ... read more
Q. How do you ensure honesty and transparency in your team, especially during ... read more
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...

Are these interview questions helpful?
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...

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...

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?
  • 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?
  • 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?
  • 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?
  • Q12. How random forest is different from decision trees?
  • Q13. Why do you want to change your job?
  • Q14. Have you worked on any digital transformation projects?
  • Q15. Talk about any one of your key projects in detail.

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

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
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:
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 - 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

Interview Questionnaire 

1 Question

  • Q1. Explain about self introduction
  • Ans. 

    I am a data analyst with a passion for transforming data into actionable insights, skilled in SQL, Python, and data visualization.

    • Educational Background: I hold a degree in Statistics, which provides a strong foundation for data analysis.

    • Technical Skills: Proficient in SQL for database management, Python for data manipulation, and Tableau for data visualization.

    • Professional Experience: Worked at XYZ Corp, where I analy...

  • Answered by AI

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Data Analytics ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great Experience, HR & technical department are asking logical questions.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and tuple
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

An easy coding round was conducted that involved SQL questions.

Round 2 - Aptitude Test 

An easy one-hour discussion based on the resume.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions mainly involved window function, recursion, some puzzels
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
Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Black and Scholes model in detail

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.

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
1.9k salaries
unlock blur

₹4.7 L/yr - ₹10.5 L/yr

Service Delivery Manager
1.8k salaries
unlock blur

₹2.6 L/yr - ₹6.5 L/yr

Relationship Manager
1.7k salaries
unlock blur

₹4.8 L/yr - ₹11.9 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