Upload Button Icon Add office photos

Filter interviews by

Kotak Mahindra Bank Data Scientist Intern Interview Questions and Answers

Updated 26 Nov 2023

Kotak Mahindra Bank Data Scientist Intern Interview Experiences

1 interview found

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

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed before Nov 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 

(2 Questions)

  • Q1. What is Hypothesis testing and its corresponding example and stuff
  • Ans. 

    Hypothesis testing is a statistical method used to make inferences about a population based on sample data.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • It helps determine if there is enough evidence to reject the null hypothesis in favor of the alternative hypothesis.

    • Example: Testing whether a new drug is effective by comparing the recovery rates of a treatment group and a con...

  • Answered by AI
  • Q2. Rest questions were based on the resume

Interview Preparation Tips

Topics to prepare for Kotak Mahindra Bank Data Scientist Intern interview:
  • Data Analysis
  • Machine Learning
  • Statistics
Interview preparation tips for other job seekers - Be strong with the basics and make sure to know some financial terms before hand, so that gives you an edge.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Mandi and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What factors should be considered when cleaning data?
  • Q2. Why was this particular project chosen
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani

Round 1 - Technical 

(2 Questions)

  • Q1. Tower of hanoi was asked to me
  • Q2. Case study and data science question
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

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
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was okay as the interview was scheduled on time.

Round 2 - Technical 

(1 Question)

  • Q1. They asked questions in the interview Including Python, Machine learning, SQL, Power BI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Machine learning questions
Round 2 - Assignment 

Project Discussion on Eye flue detection

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic concepts of ml ops
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 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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Machine learning algorithms.
  • Ans. 

    Machine learning algorithms are tools used to analyze data, identify patterns, and make predictions without being explicitly programmed.

    • Machine learning algorithms can be categorized into supervised, unsupervised, and reinforcement learning.

    • Examples of machine learning algorithms include linear regression, decision trees, support vector machines, and neural networks.

    • These algorithms require training data to learn patte...

  • Answered by AI
  • Q2. Credit risk life cycle
  • Q3. Pandas related questions
Round 2 - One-on-one 

(3 Questions)

  • Q1. Steps of developing a credit risk model
  • Ans. 

    Developing a credit risk model involves several steps to assess the likelihood of a borrower defaulting on a loan.

    • 1. Define the problem and objectives of the credit risk model.

    • 2. Gather relevant data such as credit history, income, debt-to-income ratio, etc.

    • 3. Preprocess the data by handling missing values, encoding categorical variables, and scaling features.

    • 4. Select a suitable machine learning algorithm such as logi...

  • Answered by AI
  • Q2. Pandas related questions
  • Q3. Bagging and Boosting
Round 3 - One-on-one 

(3 Questions)

  • Q1. Explain AIC and BIC
  • Ans. 

    AIC and BIC are statistical measures used for model selection in the context of regression analysis.

    • AIC (Akaike Information Criterion) is used to compare the goodness of fit of different models. It penalizes the model for the number of parameters used.

    • BIC (Bayesian Information Criterion) is similar to AIC but penalizes more heavily for the number of parameters, making it more suitable for model selection when the focus...

  • Answered by AI
  • Q2. Difference between xgboost and lightgbm
  • Ans. 

    XGBoost is a popular gradient boosting library while LightGBM is a faster and more memory-efficient alternative.

    • XGBoost is known for its accuracy and performance on structured/tabular data.

    • LightGBM is faster and more memory-efficient, making it suitable for large datasets.

    • LightGBM uses a histogram-based algorithm for splitting whereas XGBoost uses a level-wise tree growth strategy.

  • Answered by AI
  • Q3. Bagging and boosting

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Apptitude + two easy level coding questions , behavioural questions,

Interview Preparation Tips

Interview preparation tips for other job seekers - round 1 : two coding questions of easy level + apptitude (english comprehensive, logical reasoning) + behavioural questions
round 2 : HR + technical combined ( asked your past experience with data handelling and tools used , asked some puzzles and gestimates)

GFG for puzzles, apptitude, english, logical resoning

Kotak Mahindra Bank Interview FAQs

How many rounds are there in Kotak Mahindra Bank Data Scientist Intern interview?
Kotak Mahindra Bank interview process usually has 2 rounds. The most common rounds in the Kotak Mahindra Bank interview process are Resume Shortlist and Technical.
What are the top questions asked in Kotak Mahindra Bank Data Scientist Intern interview?

Some of the top questions asked at the Kotak Mahindra Bank Data Scientist Intern interview -

  1. What is Hypothesis testing and its corresponding example and st...read more
  2. Rest questions were based on the res...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 615 Interviews
IndusInd Bank Interview Questions
3.6
 • 583 Interviews
Bandhan Bank Interview Questions
3.7
 • 516 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
View all
Assistant Manager
12.7k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Deputy Manager
11.3k salaries
unlock blur

₹1.6 L/yr - ₹8.4 L/yr

Manager
5.4k salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Manager
3.5k salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Relationship Manager
2.3k salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Kotak Mahindra Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

State Bank of India

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