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 599 Reviews

Filter interviews by

Tiger Analytics Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Tiger Analytics Interview Questions and Answers

View all 97 questions

Tiger Analytics Interview Experiences

Popular Designations

216 interviews found

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

There are 20 Aptitude Question (time to solve these 20 question is 30 minutes). Then 10 MCQ Questions on Computer Science Fundamentals (time 10 minutes).

Round 2 - Coding Test 

There are 5 question based on DSA 3 question of 20 marks and 2 questions of 50 marks. You need to any two question of 20 marks questions and one of 50 marks question. Total time you get to solve these question is 60 minutes.

Round 3 - Technical 

(4 Questions)

  • Q1. Get Second highest element from an array (duplicates elements are allowed). Required T.C-->O(N) Single traversal. S.C--->O(1)
  • Ans. 

    Get second highest element from an array of strings with O(N) time complexity and O(1) space complexity.

    • Initialize two variables to store the highest and second highest elements.

    • Traverse the array and update the variables accordingly.

    • Return the second highest element.

    • Handle edge cases like empty array or array with only one element.

  • Answered by AI
  • Q2. Sort nearly sortes array.
  • Ans. 

    Sort nearly sorted array using min heap

    • Create a min heap of size k+1

    • Insert first k+1 elements into min heap

    • For remaining elements, extract min and insert new element

    • Extract all remaining elements from min heap

    • Time complexity: O(nlogk)

    • Example: ['apple', 'banana', 'cherry', 'date', 'elderberry']

  • Answered by AI
  • Q3. Coffiecent of x^7 in equation ? y=(x^101-1)(x^100+1)(x^99-1)...........................................(X^0+1)
  • Ans. 

    Coffiecent of x^7 in a given equation

    • Use the binomial theorem to expand the equation

    • Identify the term with x^7

    • The coefficient of x^7 is the coefficient of that term

  • Answered by AI
  • Q4. Some more probabilty and statistic questions exactly didn't remember.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Science Intern interview:
  • Mathematics
  • Statistics
  • DSA
Interview preparation tips for other job seekers - Be confident.
Don't fake anything in your resume.
Think aloud.
Think twice code once.

Skills evaluated in this interview

Data Science Intern Interview Questions asked at other Companies

Q1. Puzzle QuestionIn a bank, suppose there are 5 counters. Which approach mentioned below is better?1) The new customer goes to whichever counter has a smaller queue2) Each counter has a specific purpose (e.g., cash withdrawal, cash deposit, c... read more
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 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 - Aptitude Test 

Probability, coding, coordinate geometry , debugging, predict the output

Round 3 - Coding Test 

1 hour test 3 questions , one was on numbers I don't remember much , random people get selected in 3rd round in campus placements

Round 4 - One-on-one 

(1 Question)

  • Q1. 1.) factorial code 2.) 2 probability questions 3.) prime factors 4.) any 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)

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2022

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions and around 20 aptitude questions

Round 2 - Technical 

(3 Questions)

  • Q1. 2 easy type coding questions
  • Q2. 3 to 4 probability questions. 1 was really hard.
  • Q3. Their main focus was statistics part.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Intern interview:
  • 100 easy level questions from interviewbit
  • Probability
  • Aptitude from geeksforgeeks
Interview preparation tips for other job seekers - Solve 100 easy level coding problems.
Revise all the statistics you ever studied.
If selected you'll working with clients so your communication skill may change the outcomes of your interview drastically.
For some questions approaches and efforts you made is more important than answers.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Aug 2022

I applied via Naukri.com and was interviewed in Feb 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 - Technical 

(1 Question)

  • Q1. Spark Concepts, Performance Tuning
Round 3 - HR 

(1 Question)

  • Q1. Discussion about CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basics and advanced concepts of Big Data/Cloud.

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 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)

Machine Learning Engineer ( senior analyst) Interview Questions & Answers

user image Anonymous

posted on 3 May 2022

I applied via Referral and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Questions were related to MLOPS
Round 3 - Technical 

(1 Question)

  • Q1. Python coding questions
Round 4 - Technical 

(1 Question)

  • Q1. General coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough to give the interview.You will be able to crack it.

Get interview-ready with Top Tiger Analytics Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Difference between Ridge and Lasso regression
  • Ans. 

    Ridge and Lasso regression are both regularization techniques used in linear regression to prevent overfitting.

    • Ridge regression adds a penalty equivalent to the square of the magnitude of coefficients, while Lasso regression adds a penalty equivalent to the absolute value of the magnitude of coefficients.

    • Ridge regression shrinks the coefficients towards zero but never exactly to zero, while Lasso regression can shrink ...

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

(1 Question)

  • Q1. Difference between boosting and bagging
  • Ans. 

    Boosting focuses on improving the performance of weak learners sequentially, while bagging uses parallel ensemble learning with bootstrapping.

    • Boosting combines multiple weak learners to create a strong learner by giving more weight to misclassified instances in each iteration.

    • Bagging creates multiple subsets of the training data through bootstrapping and trains each subset independently to reduce variance.

    • Examples: Ada...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Analytics( regression) and basic coding is what you need to prepare

Skills evaluated in this interview

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)

Jobs at Tiger Analytics

View all

Business Analyst Interview Questions & Answers

user image Vishnu Petla

posted on 5 May 2022

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Coding Test on SQL. 4 questions are given and have to code it. Difficulty level easy-medium

Round 2 - Case Study 

Case study was given with 3 days of time. We have to perform EDA and use visualization tools like Tableau/Power BI

Round 3 - Technical 

(1 Question)

  • Q1. About projects in resume, work experience and case study
Round 4 - HR 

(1 Question)

  • Q1. About Tiger analytics and salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good in SQL, Tableau/PowerBI, Python Programming and machine learning

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)

Senior Data Analyst Interview Questions & Answers

user image Brij Kishor Singh

posted on 4 Feb 2022

I applied via LinkedIn and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

I had to go with 3 live coding problems in which they included concepts on recursion and dynamic programming.

Round 2 - Technical 

(1 Question)

  • Q1. Here I had to go with the technical questions of python and data analytics-related domain. The questions level was moderate and I also had to do one hands-on which was very easy.
Round 3 - Technical 

(1 Question)

  • Q1. It was also a technical round and it was kind of mixed up like coding in python and data science related basic questions and some questions to check my understanding of data structures and problem-solving ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1/ Be very much clear about the fundamentals of data science-related fields.
2/ Good command over python coding and interview questions asked in Python language.
3/ Basic hands-on of NumPy, Pandas libraries so that simple questions of statistics can be easily done.

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2022

Interview Questionnaire 

1 Question

  • Q1. The interview revolved around the case solution presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of whatever analysis you’ve done with the case provided. The entire case discussion round will revolve around your findings. More than the solution, your sound reasoning ability and communication skills will be tested. There were some mistakes which I noticed while presenting the solution but was able to explain what went wrong as I laid out the core approach right from the start.

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Core technical round on Coding, Scenario based.
Round 3 - One-on-one 

(1 Question)

  • Q1. Techno Managerial Discussion with the Director

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in coding

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

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

People are getting interviews through

based on 150 Tiger Analytics interviews
Job Portal
Referral
Campus Placement
Company Website
40%
21%
17%
6%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 222 Interviews
Fractal Analytics Interview Questions
4.0
 • 198 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 599 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.4

Job Security

3.6

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 599 Reviews and Ratings
Azure Data Engineer

Hyderabad / Secunderabad,

Chennai

+1

5-9 Yrs

Not Disclosed

Engagement Manager - Credit Bureau

Hyderabad / Secunderabad,

Chennai

+1

7-11 Yrs

₹ 25-35 LPA

Explore more jobs
Senior Analyst
498 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Data Scientist
433 salaries
unlock blur

₹8.8 L/yr - ₹30 L/yr

Data Engineer
409 salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Senior Software Engineer
365 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Data Analyst
235 salaries
unlock blur

₹4.3 L/yr - ₹17.6 L/yr

Explore more salaries
Compare Tiger Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

LatentView Analytics

3.7
Compare

AbsolutData

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview