Premium Employer

i

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

Tiger Analytics Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Tiger Analytics Data Scientist Interview Questions and Answers

Updated 23 May 2025

8 Interview questions

A Data Scientist was asked 8mo ago
Q. How do you find the largest number in a list without using built-in functions?
Ans. 

Iterate through the list and compare each element to find the largest number.

  • Iterate through the list using a loop

  • Compare each element with a variable storing the current largest number

  • Update the variable if a larger number is found

A Data Scientist was asked 9mo ago
Q. Explain how LASSO is used in feature selection.
Ans. 

Lasso is a feature selection technique that penalizes the absolute size of the regression coefficients.

  • Lasso stands for Least Absolute Shrinkage and Selection Operator

  • It adds a penalty term to the regression equation, forcing some coefficients to be exactly zero

  • Helps in selecting the most important features and reducing overfitting

  • Useful when dealing with high-dimensional data

  • Example: In a dataset with multiple fe...

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
A Data Scientist was asked 9mo ago
Q. What is a random forest?
Ans. 

Random forest is an ensemble learning method used for classification and regression tasks.

  • Random forest is a collection of decision trees that are trained on random subsets of the data.

  • Each tree in the random forest independently predicts the target variable, and the final prediction is made by averaging the predictions of all trees.

  • Random forest is robust to overfitting and noisy data, and can handle large datase...

A Data Scientist was asked 11mo ago
Q. Can you write a Python program to print a specific pattern?
Ans. 

This Python question involves generating a specific pattern using loops and print statements.

  • Use nested loops: Outer loop for rows, inner loop for columns.

  • Control the number of characters printed based on the row number.

  • Example: For a pattern of stars, use '*' in the print statement.

  • Consider using string formatting for more complex patterns.

A Data Scientist was asked
Q. What are the relevant projects in Data science & expertise in whatt all tools & technologies
Ans. 

Relevant projects in Data Science and expertise in tools and technologies

  • Projects: Predictive modeling, Natural Language Processing, Computer Vision, Recommender Systems, Time Series Analysis

  • Tools: Python, R, SQL, Tableau, Hadoop, Spark, TensorFlow, Keras, Scikit-learn

  • Technologies: Machine Learning, Deep Learning, Big Data, Cloud Computing, Data Visualization

What are the roles & responsibilities of a Data Scientist at Tiger Analytics?

AI Development & Deployment

  • Design and develop advanced applications using Generative AI models
  • Deploy sophisticated models to solve complex business problems

Read full roles & responsibilities

A Data Scientist was asked 2mo ago
Q. Credit risk project explaination
Ans. 

Credit risk projects assess the likelihood of a borrower defaulting on a loan using data analysis and modeling techniques.

  • Data Collection: Gather historical data on borrowers, including credit scores, income, and loan history.

  • Feature Engineering: Create relevant features such as debt-to-income ratio and payment history to improve model accuracy.

  • Model Selection: Use algorithms like logistic regression or decision t...

Tiger Analytics HR Interview Questions

11 questions and answers

Q. Introduce yourself.
Q. Tell me something about yourself.
Q. Why are you looking for a job change?
A Data Scientist was asked
Q. Dicision Tree algorithm
Ans. 

Decision Tree algorithm is a supervised learning algorithm used for classification and regression tasks.

  • Decision Tree algorithm is based on a tree-like model of decisions and their possible consequences.

  • It uses a set of rules to split the data into branches and make predictions at the leaf nodes.

  • The algorithm selects the best attribute to split the data based on certain criteria like information gain or Gini index...

Are these interview questions helpful?
A Data Scientist was asked 2mo ago
Q. Cross sell project explaination
Ans. 

A cross-sell project aims to recommend additional products to existing customers based on their purchase behavior.

  • Analyze customer purchase history to identify patterns.

  • Use collaborative filtering to suggest products based on similar customers.

  • Implement machine learning models to predict which products a customer might buy next.

  • Example: If a customer buys a laptop, recommend accessories like a mouse or laptop bag.

  • ...

Tiger Analytics Data Scientist Interview Experiences

20 interviews found

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic ML questions based on your project, python basic questions
Round 2 - Coding Test 

Basic python questions on pandas,numpy, and basic SQL questions on windows function like lag

Data Scientist Interview Questions & Answers

user image vishay thakur

posted on 16 Nov 2024

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was difficult and was on hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. How to find a largest number in a list without using inbuilt function
  • Ans. 

    Iterate through the list and compare each element to find the largest number.

    • Iterate through the list using a loop

    • Compare each element with a variable storing the current largest number

    • Update the variable if a larger number is found

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is random forest
  • Q2. Explain lasso in feature selection
  • Ans. 

    Lasso is a feature selection technique that penalizes the absolute size of the regression coefficients.

    • Lasso stands for Least Absolute Shrinkage and Selection Operator

    • It adds a penalty term to the regression equation, forcing some coefficients to be exactly zero

    • Helps in selecting the most important features and reducing overfitting

    • Useful when dealing with high-dimensional data

    • Example: In a dataset with multiple feature...

  • Answered by AI

Skills evaluated in this interview

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

SQL, Python and Apti ques

Round 2 - Technical 

(2 Questions)

  • Q1. Have given Python question to print a pattern
  • Q2. Some ML algo questions
Round 3 - HR 

(1 Question)

  • Q1. Why u are looking for job change
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python questions moderate to difficult

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction about self
  • Q2. Python basics like list, dictionary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Screening round,2 programming and 5 MCQs

Round 2 - Technical 

(1 Question)

  • Q1. Basic python coding questions
Round 3 - Technical 

(1 Question)

  • Q1. Based on CV , previous projects
Round 4 - HR 

(1 Question)

  • Q1. General HR discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked 2 to 3 python coding question...

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare technical round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Credit risk project explaination
  • Ans. 

    Credit risk projects assess the likelihood of a borrower defaulting on a loan using data analysis and modeling techniques.

    • Data Collection: Gather historical data on borrowers, including credit scores, income, and loan history.

    • Feature Engineering: Create relevant features such as debt-to-income ratio and payment history to improve model accuracy.

    • Model Selection: Use algorithms like logistic regression or decision trees ...

  • Answered by AI
  • Q2. Cross sell project explaination
  • Ans. 

    A cross-sell project aims to recommend additional products to existing customers based on their purchase behavior.

    • Analyze customer purchase history to identify patterns.

    • Use collaborative filtering to suggest products based on similar customers.

    • Implement machine learning models to predict which products a customer might buy next.

    • Example: If a customer buys a laptop, recommend accessories like a mouse or laptop bag.

    • Evalu...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Decision tree based questions
  • Q2. Evaluation matrix based questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

This round Medium level leet code question

Round 2 - Case Study 

Cpg case study logistic regression linear regression

Round 3 - HR 

(1 Question)

  • Q1. Job switch reason past project experience
  • Ans. 

    I switched jobs for growth opportunities and to work on impactful projects in data science, enhancing my skills and experience.

    • I transitioned to a new role to focus on machine learning applications, specifically in predictive analytics.

    • In my last project, I developed a recommendation system for an e-commerce platform, improving user engagement by 30%.

    • I also worked on a healthcare analytics project, analyzing patient da...

  • Answered by AI

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Tiger Analytics?
Ask anonymously on communities.

Tiger Analytics Interview FAQs

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

Some of the top questions asked at the Tiger Analytics Data Scientist interview -

  1. What are the relevant projects in Data science & expertise in whatt all tools &...read more
  2. Again this round was pure Technical. All questions were on Data Science Projec...read more
  3. how to find a largest number in a list without using inbuilt funct...read more
How long is the Tiger Analytics Data Scientist interview process?

The duration of Tiger Analytics Data Scientist interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 21 interview experiences

Difficulty level

Moderate 85%
Hard 15%

Duration

Less than 2 weeks 92%
2-4 weeks 8%
View more
Join Tiger Analytics Providing certainty to shape a better tomorrow
Tiger Analytics Data Scientist Salary
based on 595 salaries
₹12.5 L/yr - ₹23 L/yr
7% more than the average Data Scientist Salary in India
View more details

Tiger Analytics Data Scientist Reviews and Ratings

based on 75 reviews

3.5/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.2

Salary

3.7

Job security

3.7

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 75 Reviews and Ratings
Data Engineer
735 salaries
unlock blur

₹13.2 L/yr - ₹25 L/yr

Senior Analyst
610 salaries
unlock blur

₹10 L/yr - ₹17.1 L/yr

Data Scientist
595 salaries
unlock blur

₹12.5 L/yr - ₹23 L/yr

Senior Software Engineer
515 salaries
unlock blur

₹9.2 L/yr - ₹18 L/yr

Senior Data Engineer
267 salaries
unlock blur

₹22 L/yr - ₹37 L/yr

Explore more salaries
Compare Tiger Analytics with

DXC Technology

3.6
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare

CGI Group

4.0
Compare
write
Share an Interview