Upload Button Icon Add office photos
Premium Employer

i

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

IDFC FIRST Bank Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 9.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

IDFC FIRST Bank Analytics Manager Interview Questions and Answers

Updated 26 Jun 2021

IDFC FIRST Bank Analytics Manager Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. What are the products you have worked on?
  • Q2. How do you go about setting up data strategy for a new lending business?
  • Ans. 

    Setting up data strategy for a new lending business

    • Identify key performance indicators (KPIs) for the lending business

    • Determine data sources and collection methods

    • Establish data governance policies and procedures

    • Develop a data warehouse or data lake to store and manage data

    • Implement data analytics tools and techniques to gain insights and inform decision-making

    • Continuously monitor and evaluate data strategy to ensure i

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to prepare well on lending products, analytics and modeling concepts and data engineering. Good to have hard skills are SAS, Python

Interview questions from similar companies

I applied via campus placement at SSN College of Engineering, Chennai and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic statistics, SAS programming
  • Q2. Explained EDA, when to do t test, z test, what is hypothesis, null and alternative etc.
  • Q3. About Banking system, know the nomenclatures

Interview Preparation Tips

Interview preparation tips for other job seekers - Know about the various metrics in banking. GO through the financial reports to get a sense.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What about your self?
  • Q2. Family background
  • Q3. Power BI test and advanced excel
  • Q4. Microsoft access test
  • Q5. Python test and One to one discussion with super boss
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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 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 

(1 Question)

  • Q1. HR was just asking about myself and my current job profile.
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain about your current job process?
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
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
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

IDFC FIRST Bank Interview FAQs

How to prepare for IDFC FIRST Bank Analytics Manager interview?
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 IDFC FIRST Bank. The most common topics and skills that interviewers at IDFC FIRST Bank expect are Analytics, Automation, Banking, Budgeting and Collections.

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
IndusInd Bank Interview Questions
3.6
 • 587 Interviews
Bandhan Bank Interview Questions
3.7
 • 519 Interviews
Yes Bank Interview Questions
3.8
 • 411 Interviews
View all
IDFC FIRST Bank Analytics Manager Salary
based on 7 salaries
₹5.2 L/yr - ₹21.5 L/yr
48% less than the average Analytics Manager Salary in India
View more details

IDFC FIRST Bank Analytics Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

4.0

Salary

5.0

Job security

3.0

Company culture

4.0

Promotions

3.0

Work satisfaction

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

₹2.4 L/yr - ₹10 L/yr

Sales Officer
1.6k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Assistant Manager
1.6k salaries
unlock blur

₹2 L/yr - ₹7.1 L/yr

Manager
1.5k salaries
unlock blur

₹3.5 L/yr - ₹12.2 L/yr

Senior Officer
1.5k salaries
unlock blur

₹1.9 L/yr - ₹5.5 L/yr

Explore more salaries
Compare IDFC FIRST Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Kotak Mahindra Bank

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