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

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Tiger Analytics Senior Analyst Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Tiger Analytics Senior Analyst Interview Questions and Answers

  • Q1. Q4. What is the probability of getting 5 Sundays in 31 day month.
  • Q2. 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?
  • Q3. 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.
View all 24 questions

Tiger Analytics Senior Analyst Interview Experiences

23 interviews found

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. List of stock prizes, identify the days when a person should buy and sell to earn maximum profit
  • Ans. 

    To maximize profit, buy when the stock price is low and sell when it is high.

    • Identify the lowest price point to buy the stock

    • Identify the highest price point to sell the stock

    • Consider market trends and analysis for optimal buying and selling days

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

(1 Question)

  • Q1. Explain project you worked and followed by questions on decision making involved
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Hacker rank with 3 coding and 10 mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. Python Coding question
  • Q2. Project Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all the alogrithum. Mostly decision tree and boosting technique

Senior Analyst Interview Questions Asked at Other Companies

Q1. Explain 3 statement financial model Calculating discount rate Cou ... read more
Q2. Tell me about your profile? What do you know about Transaction Mo ... read more
asked in Accenture
Q3. What do you understand by Budgeting and Forecasting?
Q4. Q4. What is the probability of getting 5 Sundays in 31 day month.
Q5. Q4. You are standing in a field. Chances of seeing atleast 1 plan ... read more

Senior Analyst Interview Questions & Answers

user image PAPU SWAIN

posted on 17 Jul 2023

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

I applied via Referral and was interviewed in Jan 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 Resume tips
Round 2 - Assessment 

(2 Questions)

  • Q1. 7 MCQ questions related to Data Science
  • Q2. 2 Coding questions related to Python
Round 3 - Coding Test 

They will give 2-3 Python coding questions related to List, Dictionary, String.

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared for coding skills.
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 Resume 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

Tiger Analytics interview questions for designations

 Senior Business Analyst

 (4)

 Senior Analyst II

 (1)

 Analyst

 (15)

 Senior Data Analyst

 (6)

 Data Analyst

 (18)

 Business Analyst

 (5)

 Trainee Analyst

 (3)

 Production Analyst

 (1)

I applied via LinkedIn and was interviewed in Mar 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 Resume 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

Get interview-ready with Top Tiger Analytics Interview Questions

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

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 code were there, I ran both fully.

Round 2 - One-on-one 

(1 Question)

  • Q1. My projects, python, sql, case study.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structures and Algorithms questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic ML questions Python problems

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Analyst interview:
  • python

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Different varieties on Fibonacci series in Python.
  • Ans. 

    Different varieties of Fibonacci series in Python.

    • Standard Fibonacci series

    • Fibonacci series with user-defined starting numbers

    • Fibonacci series with user-defined length

    • Fibonacci series with user-defined step

    • Fibonacci series with user-defined function

  • Answered by AI
  • Q2. Some groupby operation on python with sone existing data that interviewer came prepared with
  • Q3. Providing offer to customers of a supermarket based on purchases history.
  • Q4. Questions on previous projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good overall experience.
Be sincere in your answers. The interview is quite difficult with one online round and 2 direct interview rounds but it is very rewarding. Don't give any vague answers or exaggarate your projects. They will dig deep.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Aug 2021. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Python manipulating arrays
  • Q2. Lambda functions, ML basic, Probability, puzzle
Round 3 - Technical 

(1 Question)

  • Q1. Aptitude, ML basic, bias vs variance, RF in depth questions, projects discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect with fundamentals.
Know your projects.
Contribute & help others!
anonymous
You can choose to be anonymous

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics Senior Analyst 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 Senior Analyst 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, Natural Language Processing and SQL.
What are the top questions asked in Tiger Analytics Senior Analyst interview?

Some of the top questions asked at the Tiger Analytics Senior Analyst 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 Senior Analyst interview process?

The duration of Tiger Analytics Senior Analyst interview process can vary, but typically it takes about 2-4 weeks to complete.

Recently Viewed

INTERVIEWS

Pie Infocomm

No Interviews

REVIEWS

Country Holidays Travel India

No Reviews

INTERVIEWS

Xcaliber Infotech

No Interviews

INTERVIEWS

Xcaliber Infotech

No Interviews

INTERVIEWS

Xcaliber Infotech

No Interviews

LIST OF COMPANIES

Caterpillar Inc

Locations

INTERVIEWS

Company Interviews

No Interviews

REVIEWS

Country Holidays Travel India

No Reviews

INTERVIEWS

Angel One

No Interviews

INTERVIEWS

PruTech Solutions

No Interviews

Tell us how to improve this page.

Tiger Analytics Senior Analyst Interview Process

based on 17 interviews

4 Interview rounds

  • Coding Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Tiger Analytics Senior Analyst Salary
based on 538 salaries
₹8.5 L/yr - ₹18.5 L/yr
56% more than the average Senior Analyst Salary in India
View more details

Tiger Analytics Senior Analyst Reviews and Ratings

based on 80 reviews

3.7/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.3

Salary

3.6

Job security

3.9

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 80 Reviews and Ratings
Senior Analyst
538 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
485 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
474 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
379 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
237 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent