Upload Button Icon Add office photos
Engaged 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

Compare button icon Compare button icon Compare
3.7

based on 609 Reviews

Filter interviews by

Tiger Analytics Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top Tiger Analytics Interview Questions and Answers

View all 97 questions

Tiger Analytics Interview Experiences

Popular Designations

218 interviews found

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

I applied via Referral and was interviewed before Oct 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 - Coding Test 

ML Related topics
Python hackerrank questions

Round 3 - Technical 

(1 Question)

  • Q1. Deep explanation of the projects and the concepts used to solve the same
Round 4 - HR 

(1 Question)

  • Q1. Salary, relocations

Top Tiger Analytics Senior Analyst Interview Questions and Answers

Q1. Q4. What is the probability of getting 5 Sundays in 31 day month.
View answer (6)

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic ml questions
  • Q2. Scenario and resume based questions
Round 2 - Coding Test 

Python string manupulation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Give importance coding round

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

I applied via campus placement at BS College, Patna and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Maths, Probability, Coding Questions

Round 2 - Coding Test 

Writing codes to basic questions

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Senior ETL Developer Interview Questions & Answers

user image Harish Bhagavan Mahale

posted on 3 May 2024

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 May 2023. There were 3 interview rounds.

Round 1 - Assignment 

Informatica, data warehousing, data modelling,sql,etl

Round 2 - Technical 

(3 Questions)

  • Q1. Related to job opening and previous experience
  • Q2. SQL, informatica, data warehousing
  • Q3. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Senior ETL Developer Interview Questions asked at other Companies

Q1. What difference between temporary table and global temporary table?
View answer (1)

Tiger Analytics interview questions for popular designations

 Senior Analyst

 (23)

 Data Engineer

 (19)

 Data Scientist

 (18)

 Data Analyst

 (17)

 Analyst

 (15)

 Senior Software Engineer

 (8)

 Senior Data Analyst

 (6)

 Senior Data Engineer

 (6)

I applied via Referral and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. 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

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. He asked only coding question in Python & time duration is less & expectations are pretty unclear .

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Scientist interview:
  • python
Interview preparation tips for other job seekers - Prepare Python properly & clearly check interviewer expectations

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Get interview-ready with Top Tiger Analytics Interview Questions

I applied via LinkedIn and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

1. Coding Test Conducted on Hackereath.
There were 10 MCQ each carrying 10 marks.
2 programming questions (40pts, 60pts)
Question were based on DP and Segment Tree.

Round 3 - Technical 

(4 Questions)

  • Q1. Q1. Implement python Collection Counter from Scratch.
  • Ans. 

    Implementing Python Collection Counter from Scratch

    • Create an empty dictionary to store the elements and their count

    • Iterate through the input list and add elements to the dictionary with their count

    • Return the dictionary

    • Example: input_list = ['apple', 'banana', 'apple', 'orange', 'banana']

    • Output: {'apple': 2, 'banana': 2, 'orange': 1}

  • Answered by AI
  • Q2. Q2. Do Matrix Multiplication. Q3. Implement Factorial and Fibonacci Series with different Approaches.
  • Ans. 

    Matrix multiplication, factorial and Fibonacci series implementation

    • Matrix multiplication involves multiplying two matrices to get a third matrix

    • Factorial is the product of all positive integers up to a given number

    • Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones

    • Factorial can be implemented using recursion or iteration

    • Fibonacci series can be implemented using recursion or

  • Answered by AI
  • Q3. Q4. What is the probability of getting 5 Sundays in 31 day month.
  • Ans. 

    The probability of getting 5 Sundays in a 31 day month is less than 1%.

    • There are 7 days in a week, so the probability of any given day being a Sunday is 1/7.

    • In a 31 day month, there are 4 full weeks and 3 extra days.

    • The probability of the first 4 weeks having 4 Sundays is (1/7)^4.

    • The probability of the remaining 3 days being Sundays is (3/7).

    • Multiplying these probabilities gives a total probability of less than 1%.

  • Answered by AI
  • Q4. Q5. There were 100 coins. 99 Unbiased Coins, 1. Coin is biased. Derive the probability of getting 10 heads given the even of unbiased coins using Bayes Theorem.
  • Ans. 

    Using Bayes Theorem, find the probability of getting 10 heads given 99 unbiased coins and 1 biased coin.

    • Identify the prior probability of getting 10 heads with unbiased coins

    • Calculate the likelihood of getting 10 heads with the biased coin

    • Use Bayes Theorem to calculate the posterior probability of getting 10 heads given the mix of coins

    • Consider the impact of the biased coin on the overall probability

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Q1. Implement a Program to check if a number is power of 3 .
  • Ans. 

    Program to check if a number is power of 3

    • Use logarithm to check if the result is an integer

    • Check if the number is greater than 0

    • Check if the remainder is 0 when the number is divided by 3 repeatedly

  • Answered by AI
  • Q2. Q2. What will be the approach If all the features are categorical in Linear Regression. Q3. What is Dummy variable trap? If we don't remove dummy variable what will be the issue and does it impact performa...
  • Ans. 

    Categorical features in Linear Regression require encoding using dummy variables. Removing one dummy variable avoids the dummy variable trap.

    • Categorical features need to be encoded using dummy variables to be used in Linear Regression

    • Dummy variable trap occurs when one dummy variable can be predicted from the others

    • Removing one dummy variable avoids the issue of multicollinearity and improves model performance

    • Example: ...

  • Answered by AI
  • Q3. Q4. You are standing in a field. Chances of seeing atleast 1 plane in 10 minutes is 15%. What is the probability of seeing atleast 1 plane in next 30 minutes?
  • Ans. 

    Probability of seeing a plane in 30 minutes given 15% chance in 10 minutes.

    • Calculate the probability of not seeing a plane in 10 minutes

    • Use the formula P(X>=1) = 1 - P(X=0)

    • Calculate the probability of not seeing a plane in 30 minutes using the above probability

    • Calculate the probability of seeing atleast 1 plane in 30 minutes using the formula P(X>=1) = 1 - P(X=0)

  • Answered by AI
  • Q4. Q5. If we select a random point in a circle of 1 unit radius what is the probability of appearing that point closer to the circumference , not closer to the centre.
  • Ans. 

    Probability of a random point in a circle of 1 unit radius being closer to the circumference than the center.

    • The probability is 1/4 or approximately 0.785.

    • This is because the area of the circle closer to the circumference is 1/4th of the total area.

    • This can be calculated using the formula for the area of a circle: A = πr^2.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the conditional probability and statistics questions. They check on your logical reasoning and your python coding skills the most.

Skills evaluated in this interview

Top Tiger Analytics Senior Analyst Interview Questions and Answers

Q1. Q4. What is the probability of getting 5 Sundays in 31 day month.
View answer (6)

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Jobs at Tiger Analytics

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

I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Python Coding Questions Revolve around 1 basic and 1 medium level of python and 1-2 Sql Question and MCQ based On Stats, Data Science related topics

Round 3 - One-on-one 

(3 Questions)

  • Q1. Please be Prepared to Discuss Your Experience or the Projects you mentioned on the resume?And why i you have selected this algorithm and all related question related to why?
  • Q2. Whats the evaluation mertics for classification and regression model?bias and variance
  • Ans. 

    Evaluation metrics for classification and regression models are different. Bias and variance are important factors to consider.

    • Classification metrics include accuracy, precision, recall, F1 score, ROC curve, and AUC.

    • Regression metrics include mean squared error, mean absolute error, R-squared, and adjusted R-squared.

    • Bias refers to the difference between the predicted values and the actual values, while variance refers ...

  • Answered by AI
  • Q3. What are decision Trees and All the algorithms that you have used in ur project?
  • Ans. 

    Decision Trees are a type of supervised learning algorithm used for classification and regression tasks.

    • Decision Trees are used to create a model that predicts the value of a target variable based on several input variables.

    • The algorithm splits the data into subsets based on the most significant attribute and continues recursively until a leaf node is reached.

    • Some of the algorithms used in my project include Random For...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Hr will discuss your salary with you and try to get it as high as possible
  • Q2. They will pressurize to join the company as soon as possible such is their tactics

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont Share you salary expectation to ur Hr in the first round only or else mention has high as possible depending on the role. Its they see that the candidate is coming in less salary their will move you to the next round So check your number

Skills evaluated in this interview

Data Science Analyst Interview Questions asked at other Companies

Q1. How to analyse a problem : Suppose a pizza chain comes to you and tells you that certain of their outlets are performing poorly aftrr the pandemic. Where do you start with the problem and how do you approach
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Coding Test 

SQL , tableau dashboarding

Round 2 - Case Study 

Case study ppt presentation and general discussion

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)
Round 1 - Online Assessment 

(1 Question)

  • Q1. 2 python programming questions
Round 2 - Technical 

(1 Question)

  • Q1. Why accuracy score should not be used on imbalanced dataset?
  • Ans. 

    Accuracy score can be misleading on imbalanced datasets.

    • Accuracy score can be high even if the model is not performing well on the minority class.

    • F1 score, precision, and recall are better metrics for imbalanced datasets.

    • Stratified sampling, oversampling, and undersampling can help balance the dataset.

    • Example: A model predicting cancer in a dataset with only 1% positive cases.

    • Using accuracy score, a model that always p...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Sample T test. What is it?
  • Ans. 

    Sample T test is a statistical test used to determine if there is a significant difference between the means of two groups.

    • It is used to compare the means of two groups.

    • It assumes that the data is normally distributed.

    • It is commonly used in research studies to determine if a treatment has a significant effect.

    • Example: A sample T test can be used to compare the mean weight of two groups of people who followed different

  • Answered by AI
  • Q2. What is P-value in regression summary?
  • Ans. 

    P-value in regression summary measures the probability of observing a test statistic as extreme as the one computed from the sample data.

    • P-value is used to determine the statistical significance of the regression coefficient.

    • A low P-value (less than 0.05) indicates that the coefficient is statistically significant.

    • A high P-value (greater than 0.05) indicates that the coefficient is not statistically significant.

    • P-value...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was good experience. For online assessment work on hackerearth programs and leetcode programs. Be thorough with your projects done.

Skills evaluated in this interview

Top Tiger Analytics Senior Analyst Interview Questions and Answers

Q1. Q4. What is the probability of getting 5 Sundays in 31 day month.
View answer (6)

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2022

Round 1 - Coding Test 

2 Interview rounds for technical
1st Interview
Duration - 1 hr
Topics - Python DSA question,

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Joins, query , performance
  • Q2. Python scripting , pandas, pyspark

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge in SQL, Python and cloud technology.

Top Tiger Analytics Data Engineer Interview Questions and Answers

Q1. Explain databricks dlt, and when will you use batch vs streaming?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics interview?
Tiger Analytics interview process usually has 2-3 rounds. The most common rounds in the Tiger Analytics interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Tiger Analytics 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, SQL, Analytics, Data Science and Consulting.
What are the top questions asked in Tiger Analytics interview?

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

  1. Q4. What is the probability of getting 5 Sundays in 31 day mon...read more
  2. Q4. You are standing in a field. Chances of seeing atleast 1 plane in 10 minute...read more
  3. Q5. If we select a random point in a circle of 1 unit radius what is the probab...read more
How long is the Tiger Analytics interview process?

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

Tell us how to improve this page.

Tiger Analytics Interview Process

based on 120 interviews in last 1 year

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 226 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Gramener Interview Questions
4.2
 • 12 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
3.9
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Tiger Analytics Reviews and Ratings

based on 609 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.6

Salary

3.4

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 609 Reviews and Ratings
Senior Data Scientist/Lead Data Scientist - BFS

Hyderabad / Secunderabad,

Chennai

+1

6-11 Yrs

Not Disclosed

Senior Analyst/Data Scientist - BFS

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

AWS Data Engineer

Chennai,

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
505 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Data Scientist
447 salaries
unlock blur

₹8.8 L/yr - ₹30 L/yr

Data Engineer
425 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Senior Software Engineer
370 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Data Analyst
242 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Tiger Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

LatentView Analytics

3.7
Compare

AbsolutData

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