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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Tiger Analytics Interview Questions and Answers for Freshers

Updated 1 Jul 2025
Popular Designations

8 Interview questions

An Associate was asked 4mo ago
Q. What is your analysis of the graphs?
Ans. 

The graphs show a steady increase in sales over the past year.

  • Sales have been consistently rising month over month.

  • There was a significant spike in sales during the holiday season.

  • The overall trend is positive and indicates growth in the business.

View all Associate interview questions
An Intern was asked 7mo ago
Q. Implement binary search on answer type problems.
Ans. 

Binary search on answer type is a technique to efficiently find a solution within a defined range by narrowing down possibilities.

  • Binary search operates on a sorted array or range of values.

  • It repeatedly divides the search interval in half, checking the middle element.

  • If the middle element is the target, the search is complete.

  • If the target is less than the middle element, search the left half; otherwise, search t...

View all Intern interview questions
A Senior Analyst was asked 9mo ago
Q. Describe the architecture diagram of the project.
Ans. 

The architecture diagram of the project showcases the overall structure and components of the system.

  • The architecture diagram typically includes components like servers, databases, APIs, and client applications.

  • It shows how these components interact with each other and the flow of data within the system.

  • Commonly used tools for creating architecture diagrams include Microsoft Visio, Lucidchart, and draw.io.

View all Senior Analyst interview questions
A Data Science Intern was asked
Q. Given a nearly sorted array where each element is at most k positions away from its sorted position, how would you sort the array efficiently?
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']

View all Data Science Intern interview questions
A Data Science Intern was asked
Q. Given an array (duplicates allowed), how do you find the second highest element with a time complexity of O(N) using a single traversal and a space complexity of 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.

View all Data Science Intern interview questions
A Data Science Intern was asked
Q. What is the coefficient of x^7 in the 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

View all Data Science Intern interview questions
An Analyst was asked
Q. Write a Python program to find the root of a number.
Ans. 

Python code to find the root of a number

  • Use the math module to access the sqrt() function

  • Use the ** operator to raise the number to the power of 1/n

  • Handle negative numbers by converting them to complex numbers

View all Analyst interview questions
Are these interview questions helpful?
A Data Scientist was asked
Q. Dicision Tree algorithm
Ans. 

Decision Tree algorithm is a supervised learning algorithm used for classification and regression tasks.

  • Decision Tree algorithm is based on a tree-like model of decisions and their possible consequences.

  • It uses a set of rules to split the data into branches and make predictions at the leaf nodes.

  • The algorithm selects the best attribute to split the data based on certain criteria like information gain or Gini index...

View all Data Scientist interview questions

Tiger Analytics Interview Experiences for Freshers

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 in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project description
  • Ans. 

    Developed a data analysis project to optimize marketing strategies for a retail company.

    • Utilized customer segmentation techniques to identify target demographics

    • Analyzed sales data to determine the most effective marketing channels

    • Implemented A/B testing to measure the impact of different marketing campaigns

  • Answered by AI
  • Q2. Architecture diagram of project
  • Ans. 

    The architecture diagram of the project showcases the overall structure and components of the system.

    • The architecture diagram typically includes components like servers, databases, APIs, and client applications.

    • It shows how these components interact with each other and the flow of data within the system.

    • Commonly used tools for creating architecture diagrams include Microsoft Visio, Lucidchart, and draw.io.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In depth machine learning questions
  • Q2. A python coding round
Round 3 - Technical 

(2 Questions)

  • Q1. In depth questions about python programming language
  • Q2. Discussed about company
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Analyst interview:
  • Machine Learning
Interview preparation tips for other job seekers - Required In depth knowledge.

Intern Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrrank and for 1 hour 3 LC medium

Round 2 - Technical 

(2 Questions)

  • Q1. Aggresive cow medium dsa q
  • Q2. Binary search on ans type
  • Ans. 

    Binary search on answer type is a technique to efficiently find a solution within a defined range by narrowing down possibilities.

    • Binary search operates on a sorted array or range of values.

    • It repeatedly divides the search interval in half, checking the middle element.

    • If the middle element is the target, the search is complete.

    • If the target is less than the middle element, search the left half; otherwise, search the ri...

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It had more sections to solve like aptitude and SQL

Round 2 - Case Study 

They gave a case study to solve and the entire interview was on the case study presentation and work experience related discussion.

Data Engineer Interview Questions & Answers

user image Suraj Pandit

posted on 7 May 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of Power BI & Scernio Based Question SQL
Round 2 - Technical 

(2 Questions)

  • Q1. Managerial Round
  • Q2. Project Details and Question around Project

Trainee Analyst Interview Questions & Answers

user image 21EUCS507 - HARIHARAN A

posted on 12 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude Questions,1sql,1coding

Round 2 - Technical 

(2 Questions)

  • Q1. Sql basics and python
  • Q2. Projects and problem solving skills
Round 3 - Technical 

(2 Questions)

  • Q1. Sql depth concepts
  • Q2. Normalisation,joins
Round 4 - HR 

(2 Questions)

  • Q1. General questions like relocation
  • Q2. About family and college

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in sql
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. About spark, data factory, Databricks etc
  • Q2. Need explain about these tools and technologies

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Data Engineer interview:
  • Pyspark
  • Adf
  • Databricks
  • SQL
  • Python
  • Airflow
Interview preparation tips for other job seekers - Read the documents regarding spark
Practice pyspark code
Practice python,SQL, Window functions etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Related to MDM and IICs And ETL and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is good but offer releasing was late

Associate Interview Questions & Answers

user image Suman Moharana

posted on 27 Feb 2025

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

I appeared for an interview before Feb 2024.

Round 1 - Assignment 

Basic speaking test, english

Round 2 - Technical 

(1 Question)

  • Q1. What is your analysis of the graphs?
  • Ans. 

    The graphs show a steady increase in sales over the past year.

    • Sales have been consistently rising month over month.

    • There was a significant spike in sales during the holiday season.

    • The overall trend is positive and indicates growth in the business.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Org fit check questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Probability related questions and 1 coding easy leetcode question

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tiger Analytics?
Ask anonymously on communities.

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics interview for freshers?
Tiger Analytics interview process for freshers usually has 2-3 rounds. The most common rounds in the Tiger Analytics interview process for freshers are Technical, Coding Test and Aptitude Test.
How to prepare for Tiger Analytics interview for freshers?
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 for freshers?

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

  1. Get Second highest element from an array (duplicates elements are allowed). Req...read more
  2. Coffiecent of x^7 in equation ? y=(x^101-1)(x^100+1)(x^99-1)......................read more
  3. given some tables and extract the values between some values and fileter by som...read more
What are the most common questions asked in Tiger Analytics HR round for freshers?

The most common HR questions asked in Tiger Analytics interview are for freshers -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Tell me about yourse...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.

Overall Interview Experience Rating

4.2/5

based on 19 interview experiences

Difficulty level

Easy 7%
Moderate 87%
Hard 7%

Duration

Less than 2 weeks 62%
2-4 weeks 38%
View more
Join Tiger Analytics Providing certainty to shape a better tomorrow

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.6
 • 842 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 662 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
GlobalLogic Interview Questions
3.6
 • 629 Interviews
EPAM Systems Interview Questions
3.7
 • 570 Interviews
UST Interview Questions
3.8
 • 544 Interviews
CGI Group Interview Questions
4.0
 • 524 Interviews
View all

Tiger Analytics Reviews and Ratings

based on 809 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.7

Salary

3.5

Job security

3.7

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 809 Reviews and Ratings
Senior/Lead Data scientist(GCP cloud) (7-10 Yrs)

Hyderabad / Secunderabad,

Chennai

+1

7-10 Yrs

₹ 30-44 LPA

Databricks Architect

Hyderabad / Secunderabad,

Chennai

+1

10-17 Yrs

Not Disclosed

Principal Data Architect - Data Modelling

Hyderabad / Secunderabad,

Chennai

+1

16-22 Yrs

Not Disclosed

Explore more jobs
Data Engineer
629 salaries
unlock blur

₹12.9 L/yr - ₹25 L/yr

Senior Analyst
602 salaries
unlock blur

₹10 L/yr - ₹17.2 L/yr

Data Scientist
601 salaries
unlock blur

₹12.8 L/yr - ₹23.6 L/yr

Senior Software Engineer
486 salaries
unlock blur

₹10.2 L/yr - ₹18.1 L/yr

Data Analyst
264 salaries
unlock blur

₹8.5 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Tiger Analytics with

DXC Technology

3.6
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare

CGI Group

4.0
Compare
write
Share an Interview