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 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
  • 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 datasets wi...

  • Answered by AI
  • 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

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you handle low performance
  • Ans. 

    I address low performance by identifying root causes, providing feedback and support, setting clear expectations, and offering opportunities for improvement.

    • Identify the root causes of low performance through performance evaluations and feedback.

    • Provide constructive feedback and support to help the individual improve.

    • Set clear expectations and goals for performance improvement.

    • Offer training, resources, and opportuniti...

  • Answered by AI
  • Q2. Explain a difficult situation
  • Ans. 

    I had to navigate a conflict between two team members with opposing views on a project deadline.

    • Listen to both sides to understand their perspectives

    • Facilitate a discussion to find common ground

    • Encourage open communication and compromise

    • Seek input from other team members or supervisors if needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be proactive

Associate Director Interview Questions asked at other Companies

Q1. How will you manage the New location and ramp up the Resourcing as per business requirement
View answer (2)
Tiger Analytics Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Round 2 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2024

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. PYSPARK QUESTIONS , CLUSTER CONFIG AND SOME SCENARIOS , ADF QUESTIONS
  • Q2. PYTHON AND SQL CODING QUESTIONS
Round 2 - HR 

(1 Question)

  • Q1. SALARY DISCUSSION

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

Azure Data Engineer Interview Questions & Answers

user image Kavyashree Aravind

posted on 24 Nov 2024

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

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project end to end
  • Q2. SQL questions on rank

Azure Data Engineer Interview Questions asked at other Companies

Q1. 7. How can we load multiple(50)tables at a time using adf?
View answer (4)

Get interview-ready with Top Tiger Analytics Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Architecture Diagram of Deployments in production
  • Ans. 

    The architecture diagram of deployments in production showcases the flow of models from training to deployment.

    • The diagram typically includes components such as data storage, model training, model serving, and monitoring.

    • It shows how data flows through the system, how models are trained and tested, and how they are deployed for inference.

    • Common tools used in MLOps architecture include Kubernetes for orchestration, Dock...

  • Answered by AI
  • Q2. Questions related to MLFlow
  • Q3. Longest non repeating substring
  • Ans. 

    Find the longest substring without repeating characters

    • Use a sliding window approach to track the longest substring without repeating characters

    • Keep track of the characters seen so far and their positions in a hashmap

    • Update the start of the window when a repeating character is encountered

  • Answered by AI

Skills evaluated in this interview

Jobs at Tiger Analytics

View all
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
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges to enhance my skills and knowledge

    • Seeking growth opportunities that align with my career goals

    • Interested in exploring different work environments and cultures

  • Answered by AI

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Docker Kubernetes Terraform

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Depth of my experience, every skill associated with the role.
Round 2 - Technical 

(1 Question)

  • Q1. Breadth of my experience, across various projects i had executed that were in my resume.
Round 3 - Case Study 

Totally irrelevant to the role and to my experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had read through the various experiences from people who interviewed with Tiger Analytics(TA) on many platforms, so i was hesitant to apply for roles that used to popup in my professional social media page.
However, there was this requirement for a role in TA, for which i recieved so many calls from different external consulting recruiters that i decided to keep an open mind, and submit to the interview porocess.
I was told that there would be 3 rounds of technical interviews and one HR round.
Usually,recruiting HR has a bad rep,but I would like to make the point here that the members of the HR tem in TA who interacted with me throughout this experience were utterly professional,kind and excellent communicators.
I had my first interview with a person,who i understood subsequently, was performing a role similar to the one I was interviewing for.At the end, I got the impression that I was cleared to attend the next round.
In the next round, the person I talked to was the Head of the Technical group ,to whom this role would report to.While the first round went deep down into technical aspects of the role, this round covered the breadth of my experience.
The feedback fom the HR after the second round was positive, and this is where the script started changing.
The HR informed that the third round would be a case study.I was given a case study by email, and asked to prepare a presentation.I read through the case study , and replied the same day,that 95% of the case study requirement was outside the bounds of the technical skills that I brought to the table, and were completely irrelevant for the role I had applied for.
I was re-assured by the HR representative , and the second round interviewer, that this was required to test my non-tech skills and asked me to prepare whatever i can.The case study docket even included documents on how to create a presentation.
The case study round was a horrible experience, where I found the interviewers to be
- dismissive
- exhibiting no respect for the candidate
-no respect for the time the candidate put in to prepare the presentation(while employed elsewhere)
-not aware whether the role I had applied for , and the case study had anything in common.
It was a bizzare experience, where I was summarily told that my presentation was not technically releavant to the case setudy.
Exactly my point!!!
They did not feel a common courtesy to switch on their video even once during this one hour discussion(I was talking to a black screen with unknown people) ,whereas , in every round of interview with TA, I was expected to switch on my video and hold my identity card by the side of my face on video, for them to take a snapshot(which I feel is reasonable given the instances of fraud that happens in recruitment circles).
Anyhow, after a week, first i received an automated mail, and then the HR rep was kind enough to personally call me , and inform that my profile would not be take forward.
Now I feel, I should have just trusted my instincts, and not wasted a singel moment of my life,on this experience with Tiger Analytics.

Data Architect Interview Questions asked at other Companies

Q1. What are the various data warehousing techniques used, and can you explain them in detail?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spark fundamentals
  • Q2. Python
Round 2 - Coding Test 

Pyspark joining strategies, coding, and Python-based problem-solving techniques.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well on Spark, Azure, Python

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