Upload Button Icon Add office photos
Engaged Employer

i

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

Bharat Financial Inclusion Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bharat Financial Inclusion Data Scientist Interview Questions, Process, and Tips

Updated 6 Sep 2021

Bharat Financial Inclusion Data Scientist Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How familar with python,SQL,and ml models
  • Ans. 

    I am very familiar with Python, SQL, and ML models.

    • I have extensive experience using Python for data analysis and machine learning tasks.

    • I am proficient in writing SQL queries to extract data from databases.

    • I have worked with a variety of ML models, including regression, classification, and clustering.

    • I am familiar with popular ML libraries such as scikit-learn, TensorFlow, and Keras.

    • I have experience with data preproc...

  • Answered by AI
  • Q2. Ml Classification models including type of metrics
  • Ans. 

    ML classification models use various metrics to evaluate performance.

    • Common metrics include accuracy, precision, recall, F1 score, and AUC-ROC.

    • Accuracy measures the proportion of correct predictions.

    • Precision measures the proportion of true positives among all positive predictions.

    • Recall measures the proportion of true positives among all actual positives.

    • F1 score is the harmonic mean of precision and recall.

    • AUC-ROC me...

  • Answered by AI
  • Q3. How you handle data when outliers are in data
  • Ans. 

    Outliers can significantly impact analysis. It's important to identify and handle them appropriately.

    • Visualize the data to identify outliers

    • Consider the source of the outliers and whether they are valid data points

    • Remove outliers if they are invalid or use robust statistical methods that are less sensitive to outliers

    • Document any handling of outliers in the analysis report

  • Answered by AI
  • Q4. What Type of statistics used In earlier organization to analyse and build models
  • Ans. 

    The organization used descriptive and inferential statistics to analyze and build models.

    • Descriptive statistics were used to summarize and describe the data, such as mean, median, and standard deviation.

    • Inferential statistics were used to make predictions and draw conclusions about the population based on the sample data, such as hypothesis testing and regression analysis.

    • The organization may have also used time series...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Through with all statistics knowledge and model algorithms

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Questions on Prob Stats, ML

Round 2 - One-on-one 

(2 Questions)

  • Q1. Models you have worked on
  • Q2. Internship Experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Common ways to evaluate Time Series model
  • Ans. 

    Common ways to evaluate Time Series model include AIC, BIC, RMSE, MAE, ACF, PACF, etc.

    • Use Akaike Information Criterion (AIC) and Bayesian Information Criterion (BIC) to compare models

    • Calculate Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE) to assess model accuracy

    • Analyze Autocorrelation Function (ACF) and Partial Autocorrelation Function (PACF) to check for autocorrelation in residuals

  • Answered by AI
  • Q2. Best ways to handle multicollinearity
  • Ans. 

    Use techniques like feature selection, regularization, PCA, and VIF to handle multicollinearity.

    • Perform feature selection to choose the most relevant variables for the model.

    • Apply regularization techniques like Lasso or Ridge regression to penalize high coefficients.

    • Utilize Principal Component Analysis (PCA) to reduce dimensionality and decorrelate variables.

    • Check for Variance Inflation Factor (VIF) to identify highly

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a function taking input as string and output a dictionary which will give key as characters in these string and values as their frequency of occurrence
  • Q2. TF IDF in NLP
  • Ans. 

    TF IDF is a technique used in NLP to measure the importance of a word in a document within a collection of documents.

    • TF IDF stands for Term Frequency-Inverse Document Frequency.

    • It is used to determine how important a word is in a document relative to a collection of documents.

    • TF IDF is calculated by multiplying the term frequency (TF) of a word in a document by the inverse document frequency (IDF) of the word across al...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Create data frame, make histogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Logistic regression
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Naaaghuuiii hgdtyhb uii7yfghh uyddbkiydd
  • Q2. NAahjuutyijhg guihhftu dfyikhh fujgx
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple Choice Questions

Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is life like
  • Q2. What did your dad do

Interview Preparation Tips

Interview preparation tips for other job seekers - dont eat
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. It was more related to my projects
  • Q2. Asked questions on PCA,KNN and Elbow method .
Round 2 - Technical 

(2 Questions)

  • Q1. Asked SVM and Logistic regression, their applications and real life uses
  • Q2. Matrix formation of a knockout Tournament
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked questions of finance and aptitude

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is machine learning?
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that enable computers to learn from and make predictions or decisions based on data.

    • Machine learning is a subset of artificial intelligence that focuses on developing algorithms that can learn from and make predictions or decisions based on data.

    • It involves training models on large datasets to recognize patterns and m...

  • Answered by AI
  • Q2. What do you know about SQL?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to retrieve and manipulate data in relational databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL can be used to create tables, indexes, and views

    • Examples of SQL databases include MySQL, PostgreSQL, Oracle

  • Answered by AI
  • Q3. What you know about software Development?
  • Ans. 

    Software development involves creating, designing, testing, and maintaining software applications.

    • Software development includes coding, testing, debugging, and documenting software applications.

    • Developers use programming languages like Java, Python, C++, etc. to write code.

    • Agile and Waterfall are common software development methodologies.

    • Version control systems like Git are used to manage code changes.

    • Software developm...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the algorithms you know in machine learning and their details ?
  • Ans. 

    Various machine learning algorithms with brief details

    • Supervised Learning: Linear Regression, Logistic Regression, Support Vector Machines (SVM), Decision Trees, Random Forest

    • Unsupervised Learning: K-means Clustering, Hierarchical Clustering, Principal Component Analysis (PCA)

    • Reinforcement Learning: Q-Learning, Deep Q-Networks (DQN)

    • Neural Networks: Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), L

  • Answered by AI
  • Q2. Python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Python and ML well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I appeared for an interview in Feb 2024.

Round 1 - Coding Test 

1 hour coding test on intermediate python programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on cloud-based technologies

Bharat Financial Inclusion Interview FAQs

What are the top questions asked in Bharat Financial Inclusion Data Scientist interview?

Some of the top questions asked at the Bharat Financial Inclusion Data Scientist interview -

  1. What Type of statistics used In earlier organization to analyse and build mod...read more
  2. How familar with python,SQL,and ml mode...read more
  3. How you handle data when outliers are in dat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 519 Interviews
Shriram Finance Interview Questions
4.1
 • 352 Interviews
Muthoot Finance Interview Questions
3.6
 • 263 Interviews
IIFL Finance Interview Questions
4.0
 • 257 Interviews
SMFG India Credit Interview Questions
4.0
 • 166 Interviews
L&T Finance Interview Questions
3.9
 • 156 Interviews
Mahindra Finance Interview Questions
4.1
 • 154 Interviews
TVS Credit Interview Questions
4.3
 • 109 Interviews
View all
Bharat Financial Inclusion Data Scientist Salary
based on 4 salaries
₹11.2 L/yr - ₹16.5 L/yr
7% less than the average Data Scientist Salary in India
View more details
Loan Officer
202 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Divisional Manager
163 salaries
unlock blur

₹5.6 L/yr - ₹15.2 L/yr

Branch Credit Manager
159 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

HR Executive
147 salaries
unlock blur

₹2.4 L/yr - ₹4.6 L/yr

Branch Manager
133 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Bharat Financial Inclusion with

HDB Financial Services

3.9
Compare

Shriram Finance

4.1
Compare

Muthoot Fincorp

4.5
Compare

Bajaj Finance

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