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, Process, and Tips

Updated 6 Jul 2022

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?
  • 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 mode

  • Answered by AI
  • 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?
  • 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 forest ca...

  • Answered by AI
  • 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

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

Interview Questionnaire 

1 Question

  • Q1. Explain about self introduction

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Written Test
Experience: I attended interview at hyderabad location for java Sr.Software Engineer.
1Q) Find out given string palindrome or not.
Ex: madam
2Q) Find first and last index searching number in a array.
Ex: [1,2,3,3,3,3,4,5]
Output : 2,5
3Q) Arrange Strings in alphabetical order.

Tips: Prepare numeric and string related algorithms

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
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Assignment 

Logical reasoning permutations combination general knowledge and Writing Skills.

Round 2 - Group Discussion 

Any current tropics in india.

Round 3 - HR 

(1 Question)

  • Q1. General introduction with questions Related to your studies, which is critical to recall and typing speed test.
Round 4 - One-on-one 

(4 Questions)

  • Q1. They tried to reject as worst manager will make you down and leave the room on lowest payroll.
  • Q2. Introduction round
  • Q3. If hired then at very low wage rate as per Gurugram wage rate
  • Q4. Only they will convince you to join other organisations. Means they will reject you. If convincing power is more you will be in.

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security.
Best for 21 to 25 yrs aged with excellent knowledge of IT and Advance Excel certificate to earn experience of night shift.
No Accomodation for married and unmarried.
No work from home
Too Delayed promotions.
Too low wage rate structure as Gurgaon expenses.

One of the worst HR services among corporate industry in India.

Not at all good for migrants employees as no Accomodation/ food for migrants.

One of the worst health services among Indian corporate industry.

Strictly no for post graduate students as only except Tire 1 post graduate.

Too congested infrastructure as per employee strength.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Java questions and multithreading
  • Q2. Dynamic ploymorphism
  • Q3. Association Aggregation Composition
Round 2 - Technical 

(1 Question)

  • Q1. Futures and Completable futures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, design patterns, spring security
Round 2 - HR 

(1 Question)

  • Q1. Why this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good hold on java concept like oops, multithreading
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain different type of SQL query?
  • Ans. 

    Different types of SQL queries include SELECT, INSERT, UPDATE, DELETE, JOIN, and more.

    • SELECT: Retrieves data from a database

    • INSERT: Adds new records to a table

    • UPDATE: Modifies existing records in a table

    • DELETE: Removes records from a table

    • JOIN: Combines rows from two or more tables based on a related column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they ask mostly throretical questions.

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

Interview Questionnaire 

2 Questions

  • Q1. Java concepts
  • Q2. Selenium, GIT, CI/CD

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was bit easy. Prepare for Java concepts and CI/CD

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.4k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 661 Interviews
Yes Bank Interview Questions
3.7
 • 439 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
Barclays Interview Questions
3.8
 • 273 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.6k salaries
unlock blur

₹1.7 L/yr - ₹8.1 L/yr

Assistant Manager
2.3k salaries
unlock blur

₹1.5 L/yr - ₹6.3 L/yr

Manager
2k salaries
unlock blur

₹2.6 L/yr - ₹11.5 L/yr

Business Development Manager
1.9k salaries
unlock blur

₹1.7 L/yr - ₹5.5 L/yr

Service Delivery Manager
1.6k salaries
unlock blur

₹1.9 L/yr - ₹6.3 L/yr

Explore more salaries
Compare IndusInd Bank with

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

AU Small Finance Bank

4.2
Compare

IDFC FIRST Bank

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