Upload Button Icon Add office photos
Engaged Employer

i

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

TVS Credit Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TVS Credit Senior Data Scientist Interview Questions and Answers

Updated 30 May 2024

TVS Credit Senior Data Scientist Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Had three coding problems which was each

Round 2 - Technical 

(1 Question)

  • Q1. What are windows function in SQL
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used to calculate values based on a set of rows related to the current row.

    • They allow you to perform calculations without grouping the rows into a single output row.

    • Examples of window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What are different algorithm in clustering?
  • Ans. 

    Different clustering algorithms include K-means, DBSCAN, Hierarchical clustering, and Gaussian Mixture Models.

    • K-means: partitions data into K clusters based on centroids

    • DBSCAN: density-based clustering algorithm

    • Hierarchical clustering: builds a tree of clusters

    • Gaussian Mixture Models: assumes data points are generated from a mixture of Gaussian distributions

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic statistics and ML questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. Face to face interview round. Asked me to write codes on paper
Round 3 - HR 

(1 Question)

  • Q1. Good HR, compensation was better
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Simple Python Coding Test focused on pandas and sql queries as well

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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic statistics and ML questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. Face to face interview round. Asked me to write codes on paper
Round 3 - HR 

(1 Question)

  • Q1. Good HR, compensation was better
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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. He asked me to rate my sql and python out of 5 and gave me a scenario and asked to write a sql for it, it was basic left join and case statement question
Round 2 - Technical 

(1 Question)

  • Q1. This round was basically discussion round with the interviewer, he asked me what i work in and what thing do i take care off as a data scientist
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Simple Python Coding Test focused on pandas and sql queries as well

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

TVS Credit Interview FAQs

How many rounds are there in TVS Credit Senior Data Scientist interview?
TVS Credit interview process usually has 3 rounds. The most common rounds in the TVS Credit interview process are Technical and Coding Test.
How to prepare for TVS Credit Senior Data Scientist 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 TVS Credit. The most common topics and skills that interviewers at TVS Credit expect are Machine Learning, Data Analysis, Data Analytics, Python and SQL.
What are the top questions asked in TVS Credit Senior Data Scientist interview?

Some of the top questions asked at the TVS Credit Senior Data Scientist interview -

  1. What are different algorithm in clusteri...read more
  2. What are windows function in ...read more

Tell us how to improve this page.

TVS Credit Senior Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Muthoot Fincorp Interview Questions
4.5
 • 496 Interviews
Shriram Finance Interview Questions
4.1
 • 335 Interviews
Bajaj Finance Interview Questions
4.0
 • 297 Interviews
Muthoot Finance Interview Questions
3.6
 • 251 Interviews
IIFL Finance Interview Questions
4.0
 • 244 Interviews
SMFG India Credit Interview Questions
4.0
 • 154 Interviews
L&T Finance Interview Questions
3.9
 • 151 Interviews
Mahindra Finance Interview Questions
4.1
 • 148 Interviews
View all
TVS Credit Senior Data Scientist Salary
based on 42 salaries
₹11.5 L/yr - ₹30 L/yr
22% less than the average Senior Data Scientist Salary in India
View more details

TVS Credit Senior Data Scientist Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.9

Salary

4.5

Job security

3.8

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 8 Reviews and Ratings
Territory Collection Manager
256 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Collections Executive
234 salaries
unlock blur

₹0.9 L/yr - ₹4 L/yr

Assistant Manager
226 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Field Officer
222 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Territory Manager
208 salaries
unlock blur

₹3.2 L/yr - ₹8.7 L/yr

Explore more salaries
Compare TVS Credit with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

Mahindra Finance

4.1
Compare

Tata Capital

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