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

Tiger Analytics Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Tiger Analytics Interview Questions and Answers

View all 98 questions

Tiger Analytics Interview Experiences

Popular Designations

222 interviews found

Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

7 MCQ’s and 2 programming questions

Round 2 - Technical 

(1 Question)

  • Q1. Write a program to arrange array of numbers in ascending order.
Round 3 - Technical 

(1 Question)

  • Q1. What are the methods of variable selection?

Interview Preparation Tips

Topics to prepare for Tiger Analytics interview:
  • Machine Learning
Interview preparation tips for other job seekers - Understand the question, take some time and then revert back.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Spark Architecture
  • Q2. Data warehousing

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain data warehousing concept

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 Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Tiger Analytics Interview Questions and Answers for Freshers
illustration image

fresher Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2024

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

I applied via Job Portal and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy python question , sql one question

Round 2 - Technical 

(1 Question)

  • Q1. Sql , python one to one person
Round 3 - Technical 

(1 Question)

  • Q1. 2 technical round
Round 4 - HR 

(1 Question)

  • Q1. Normal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare sql must, python

fresher Interview Questions asked at other Companies

Q1. What is the unit of electric current
View answer (127)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

There were 3 coding problems : 1 easy and 2 medium level. Other than that there were ML and Deep learning-related questions.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Based on Basics of ML and projects in my resume
  • Q2. Difference between PCA, KNN , Decision Tree
  • Ans. 

    PCA reduces dimensionality, KNN is a non-parametric classification algorithm, Decision Tree is a tree-like model for classification.

    • PCA is used for dimensionality reduction by transforming data into a new coordinate system

    • KNN is a non-parametric classification algorithm that classifies new data points based on similarity to training data

    • Decision Tree is a tree-like model where each internal node represents a feature, e...

  • Answered by AI
  • Q3. T-test significance
  • Ans. 

    A t-test is used to determine if there is a significant difference between the means of two groups.

    • T-test is a statistical test used to compare the means of two groups.

    • It calculates the t-value, which is then compared to a critical value to determine significance.

    • The lower the p-value, the more significant the difference between the groups.

    • For example, a t-test can be used to compare the average test scores of two diff...

  • Answered by AI
  • Q4. Batch Normalization
  • Q5. Activation functions

Interview Preparation Tips

Topics to prepare for Tiger Analytics Trainee Analyst interview:
  • Machine Learning
  • Deep Learning
  • Basic coding

Skills evaluated in this interview

Trainee Analyst Interview Questions asked at other Companies

Q1. Minimum Stops for Ninja's Journey Problem Statement Ninja wishes to travel from his house to a destination X miles away. He knows there are Y gas stations along the way, each station i located at a distance d[i] from the house with g[i] lit... read more
View answer (1)

Tiger Analytics interview questions for popular designations

 Senior Analyst

 (23)

 Data Engineer

 (19)

 Data Scientist

 (18)

 Data Analyst

 (18)

 Analyst

 (15)

 Senior Software Engineer

 (8)

 Senior Data Engineer

 (6)

 Senior Data Analyst

 (6)

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

I applied via Job Portal and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a SQL assessment with two questions to solve

Round 2 - Case Study 

Had to present a case study

Round 3 - Technical 

(1 Question)

  • Q1. Question from the case study
Round 4 - Case Study 

You will be provided with the raw data and will be asked to get insights and present it

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Get interview-ready with Top Tiger Analytics Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL basics to advanced, Snowflake features and implementations
Round 2 - Technical 

(1 Question)

  • Q1. Around Project implementations
Round 3 - Project fitment 

(1 Question)

  • Q1. Snowflake features

Interview Preparation Tips

Interview preparation tips for other job seekers - All rounds are technical, questions could be repetitive but prepare for 3rd round similar to 1st round

Jobs at Tiger Analytics

View all

ml engineer Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is PCA? Explain the working.
  • Ans. 

    PCA stands for Principal Component Analysis. It is a dimensionality reduction technique used to reduce the number of variables in a dataset while preserving the most important information.

    • PCA is used to transform high-dimensional data into a lower-dimensional space by finding the principal components that explain the maximum variance in the data.

    • The first principal component is the direction in which the data varies th...

  • Answered by AI
  • Q2. Python code to sort elements
  • Ans. 

    Python code to sort elements in an array of strings

    • Use the sorted() function to sort the elements in the array

    • Specify the key parameter if you want to sort based on a specific criteria

    • Use the reverse parameter to sort in descending order if needed

  • Answered by AI

Skills evaluated in this interview

ml engineer Interview Questions asked at other Companies

Q1. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python question on list comprehension
  • Q2. Python related questions

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Find Permutation Problem Statement Given an integer N, determine an array of size 2 * N that satisfies the following conditions: Each number from 1 to N appears exactly twice in the array. The distance between the second and first occurren... read more
View answer (1)

Program Lead Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Multiple questions about healthcare domain and analytics
Round 2 - Case Study 

Given a case study about US Healthcare payer to migrate data to cloud

Program Lead Interview Questions asked at other Companies

Q1. What are your biggest setbacks and how you aim to improve?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Focus more on python funda,ental and spark

Round 2 - Assignment 

They will ask more on datarbcisk related stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on python and prepare databricks adf and devops

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Find Permutation Problem Statement Given an integer N, determine an array of size 2 * N that satisfies the following conditions: Each number from 1 to N appears exactly twice in the array. The distance between the second and first occurren... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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 Machine Learning.
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.

Recently Viewed

JOBS

Tiger Analytics

No Jobs

JOBS

TechStar Group

No Jobs

JOBS

Jindal Stainless

No Jobs

SALARIES

BigBasket

SALARIES

Fractal Analytics

SALARIES

Fractal Analytics

INTERVIEWS

Porlob Technologies

No Interviews

SALARIES

Blinkit

SALARIES

Flipkart

Tell us how to improve this page.

Tiger Analytics Interview Process

based on 184 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Gramener Interview Questions
4.3
 • 12 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
4.0
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Tiger Analytics Reviews and Ratings

based on 665 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.6

Salary

3.5

Job security

3.6

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 665 Reviews and Ratings
Architect- Data Modeling

Hyderabad / Secunderabad,

Chennai

+1

10-14 Yrs

₹ 30-37.5 LPA

Senior Data Engineer- Data Modeling

Hyderabad / Secunderabad,

Chennai

+1

6-10 Yrs

₹ 19.4-35 LPA

Senior/Lead Engineer(Full stack developer)

Hyderabad / Secunderabad,

Chennai

+1

7-9 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
524 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
487 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
471 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