Upload Button Icon Add office photos
Engaged Employer

i

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

HDFC Bank Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HDFC Bank Data Scientist Interview Questions and Answers for Freshers

Updated 8 Apr 2025

HDFC Bank Data Scientist Interview Experiences for Freshers

2 interviews found

Data Scientist Interview Questions & Answers

user image vignesh sekar

posted on 17 Dec 2024

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.

I applied via Job Portal and was interviewed in 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 - Technical 

(1 Question)

  • Q1. Metrics and related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite easy if you know ml basics

Data Scientist Interview Questions Asked at Other Companies for Fresher

asked in C5i
Q1. 4. What is the difference between Linear Regression and Logistic ... read more
asked in Accenture
Q2. Why we use mission learning Mission learning used for analysis th ... read more
asked in Turing
Q3. What is the neihbourhood in which superhosts have the biggest med ... read more
asked in ION Group
Q4. DBMS question - What are joins and what are their types?
asked in ION Group
Q5. Pattern based - Three memory chips, each of 1GB. You have to stor ... read more

Data Scientist Jobs at HDFC Bank

View all

Interview questions from similar companies

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

(1 Question)

  • Q1. Focus was on SQL, projects done so far, Machine Learning and Stats
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
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
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
-

I appeared for an interview 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

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.

HDFC Bank Interview FAQs

How many rounds are there in HDFC Bank Data Scientist interview for freshers?
HDFC Bank interview process for freshers usually has 2 rounds. The most common rounds in the HDFC Bank interview process for freshers are Technical, Coding Test and Aptitude Test.
How to prepare for HDFC Bank Data Scientist interview for freshers?
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 HDFC Bank. The most common topics and skills that interviewers at HDFC Bank expect are Data Science, Python, Machine Learning, Data Analytics and Risk Analytics.
What are the top questions asked in HDFC Bank Data Scientist interview for freshers?

Some of the top questions asked at the HDFC Bank Data Scientist interview for freshers -

  1. Questions on ML techniques and practices, how to handle large data in python, l...read more
  2. Steps of developing a credit risk mo...read more
  3. difference between xgboost and light...read more

Tell us how to improve this page.

HDFC Bank Data Scientist Interview Process for Freshers

based on 1 interview

Interview experience

3
  
Average
View more
HDFC Bank Data Scientist Salary
based on 135 salaries
₹9.1 L/yr - ₹30 L/yr
25% more than the average Data Scientist Salary in India
View more details

HDFC Bank Data Scientist Reviews and Ratings

based on 20 reviews

3.4/5

Rating in categories

3.5

Skill development

2.6

Work-life balance

3.3

Salary

4.3

Job security

2.9

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 20 Reviews and Ratings
Data Scientist - Credit Analytics & Innovation

Bangalore / Bengaluru,

Mumbai

1-6 Yrs

Not Disclosed

Data Scientist

Chennai

8-13 Yrs

Not Disclosed

Explore more jobs
Deputy Manager
15.1k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Manager
10.2k salaries
unlock blur

₹5 L/yr - ₹14.7 L/yr

Assistant Manager
9.5k salaries
unlock blur

₹1.8 L/yr - ₹7.2 L/yr

Relationship Manager
7.8k salaries
unlock blur

₹2.4 L/yr - ₹11.7 L/yr

Senior Manager
6.4k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Explore more salaries
Compare HDFC Bank with

ICICI Bank

4.0
Compare

State Bank of India

3.8
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

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