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

Updated 1 Jul 2025
Popular Designations

112 Interview questions

A Data Engineer was asked 1mo ago
Q. Tell me about your past experience.
Ans. 

I have extensive experience in data engineering, focusing on ETL processes, data warehousing, and big data technologies.

  • Developed ETL pipelines using Apache Spark to process large datasets for a retail client, improving data availability by 30%.

  • Designed and implemented a data warehouse using Amazon Redshift, enabling faster reporting and analytics for business stakeholders.

  • Worked with cloud technologies like AWS a...

View all Data Engineer interview questions
A Senior Analyst was asked 2mo ago
Q. If the sum of three prime numbers is 100 and the difference between two of these prime numbers is 31, what are the three prime numbers?
Ans. 

Three prime numbers sum to 100, with a difference of 31 between two of them.

  • Identify prime numbers less than 100.

  • The difference of 31 suggests two primes: p1 and p2, where p1 - p2 = 31.

  • Let p1 = p2 + 31; thus, p1 + p2 + p3 = 100.

  • Substituting gives (p2 + 31) + p2 + p3 = 100.

  • This simplifies to 2p2 + p3 = 69.

  • Check combinations of primes to find valid p2 and p3.

View all Senior Analyst interview questions
A Senior Analyst was asked 2mo ago
Q. How do you calculate the volume of the perpendicular intersection between two cylindrical objects of equal radius?
Ans. 

Calculate the volume of intersection between two equal-radius cylinders intersecting perpendicularly.

  • Identify the radius (r) of the cylinders.

  • Use the formula for the volume of intersection: V = 8/3 * r^3.

  • This formula applies when the cylinders are of equal radius and intersect at right angles.

  • Example: For r = 2, V = 8/3 * (2^3) = 8/3 * 8 = 64/3 ≈ 21.33 cubic units.

View all Senior Analyst interview questions
A Senior Analyst-MLE was asked 3mo ago
Q. What is the difference between a list and an array in Python?
Ans. 

Lists are flexible and can hold mixed data types; arrays are fixed-type and more efficient for numerical data.

  • Lists can contain elements of different data types: ['apple', 3, 4.5, True]

  • Arrays require elements to be of the same type: array('i', [1, 2, 3]) for integers.

  • Lists are part of Python's built-in data types, while arrays require importing the 'array' module.

  • Lists are more flexible and easier to use for gener...

A Senior Analyst-MLE was asked 3mo ago
Q. Should missing values be imputed before or after splitting the data?
Ans. 

Imputation of missing values should be done after splitting to prevent data leakage.

  • Impute after splitting to maintain the integrity of the test set.

  • Example: If using mean imputation, calculate mean on training data only.

  • Pre-splitting imputation can lead to overfitting as the model sees test data.

  • Use techniques like KNN or regression for imputation post-split.

A Senior Analyst-MLE was asked 3mo ago
Q. What is the difference between parallelism and multiprocessing?
Ans. 

Parallelism involves simultaneous execution of tasks, while multiprocessing refers to using multiple processes to achieve parallelism.

  • Parallelism is a broader concept that includes any form of simultaneous execution.

  • Multiprocessing specifically refers to using multiple processes to run tasks concurrently.

  • Example of parallelism: A team of chefs preparing different dishes at the same time.

  • Example of multiprocessing:...

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
Are these interview questions helpful?
A Senior Analyst was asked 5mo ago
Q. Solve a Python problem using dictionaries.
Ans. 

This problem involves manipulating dictionaries in Python to achieve a specific goal.

  • Use dict methods like .get() to safely access values.

  • Example: my_dict.get('key', default_value) returns default_value if 'key' is not found.

  • Iterate through a dictionary using for loops: for key, value in my_dict.items():.

  • Example: for k, v in my_dict.items(): print(k, v) prints all key-value pairs.

  • Use dictionary comprehensions for ...

View all Senior Analyst interview questions
A Data Engineer was asked 6mo ago
Q. What is indexing in SQL?
Ans. 

Indexing in SQL is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.

  • Indexes are created on columns in a database table to speed up the retrieval of data.

  • They work similar to the index in a book, allowing the database to quickly find the rows that match a certain value.

  • Indexes can be created using single or multiple columns.

  • Examples: CREATE INDE...

View all Data Engineer interview questions
A Client Partner was asked 7mo ago
Q. Can you explain the projects you have worked on?
Ans. 

Projects are structured efforts aimed at achieving specific goals within defined timelines and resources.

  • Projects have a clear objective, such as launching a new product or implementing a software system.

  • They are temporary endeavors with a defined start and end date, like a marketing campaign lasting three months.

  • Projects require careful planning and resource allocation, such as budgeting for a construction projec...

View all Client Partner interview questions

Tiger Analytics Interview Experiences

232 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2025

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

I appeared for an interview in Jan 2025, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. How to work on Jira
  • Ans. 

    Jira is a project management tool used for tracking issues, bugs, and project progress in software development.

    • Create a project: Start by setting up a new project in Jira to manage your tasks and issues.

    • Create issues: Use the 'Create' button to log bugs, tasks, or user stories with detailed descriptions.

    • Assign issues: Assign issues to team members to clarify responsibilities and track progress.

    • Use workflows: Familiariz...

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Two coding questions related to matrices and heaps.

Round 2 - Technical 

(1 Question)

  • Q1. Python and SQL coding
Round 3 - Technical 

(1 Question)

  • Q1. Same questions like tech 1
Round 4 - HR 

(2 Questions)

  • Q1. Self intro , why tiger
  • Q2. Relocation

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Analyst interview:
  • Python
  • SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on gcp project
  • Q2. Sql and spark with airflow questions
Round 2 - Technical 

(1 Question)

  • Q1. Mostly like gcp services and managerial kind of questions

Data Engineer Interview Questions & Answers

user image Bhupendra Sonwane

posted on 23 Nov 2024

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

I appeared for an interview in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL problem window function
  • Q2. SQL code like join and scenerio
  • Ans. 

    SQL joins combine rows from two or more tables based on related columns, essential for data retrieval.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matche...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Design round for adf pipeline
  • Ans. 

    Designing an ADF pipeline for data processing

    • Identify data sources and destinations

    • Define data transformations and processing steps

    • Consider scheduling and monitoring requirements

    • Utilize ADF activities like Copy Data, Data Flow, and Databricks

    • Implement error handling and logging mechanisms

  • Answered by AI
  • Q2. Azure synapses and adf adb
Round 3 - HR 

(2 Questions)

  • Q1. Expected ctc and current ctc negotiations
  • Ans. 

    Discussing expected and current salary for negotiation purposes.

    • Be honest about your current salary and provide a realistic expectation for your desired salary.

    • Highlight your skills and experience that justify your desired salary.

    • Be open to negotiation and willing to discuss other benefits besides salary.

    • Research industry standards and salary ranges for similar positions to support your negotiation.

    • Focus on the value y...

  • Answered by AI
  • Q2. Relocation and remote work until ofc open for Pune location

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for sql and problem solving

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 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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(5 Questions)

  • Q1. Previous Projects
  • Ans. 

    I have worked on various machine learning projects, including predictive modeling and natural language processing applications.

    • Developed a predictive model for customer churn using Python and scikit-learn, achieving an accuracy of over 85%.

    • Implemented a sentiment analysis tool for social media data using NLP techniques, which helped in understanding customer feedback.

    • Created a recommendation system for an e-commerce pl...

  • Answered by AI
  • Q2. Technical Knowhow
  • Q3. Questions related to Model Deployment
  • Q4. Questions related to model training and optimization
  • Q5. ZQuestions related to Azure
Round 2 - Coding Test 

Some questions related to the File Handling, NLP Pipeline, Model Deployments

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions on java , spring boot , containarisation tools, coding, SOLID principles
Round 2 - Assignment 

5 coading questions were asked in it

Round 3 - HR 

(1 Question)

  • Q1. Manegerial round
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a DevOps Engineer with 5 years of experience in automating, optimizing, and monitoring software development processes.

    • 5 years of experience in DevOps

    • Proficient in automating software development processes

    • Skilled in optimizing and monitoring systems

    • Strong knowledge of CI/CD pipelines

    • Experience with tools like Jenkins, Docker, Kubernetes

  • Answered by AI
  • Q2. Write a CI/CD Pipeline code for a 3 tier application
  • Ans. 

    A CI/CD Pipeline code for a 3 tier application

    • Use a version control system like Git to store the application code

    • Set up a CI tool like Jenkins to automate the build process

    • Define stages in the pipeline for building, testing, and deploying each tier of the application

    • Leverage tools like Docker for containerization and Kubernetes for orchestration

    • Implement automated testing at each stage to ensure code quality and reliab...

  • Answered by AI
  • Q3. Difference between NSG and ASG
  • Ans. 

    NSG stands for Network Security Group and is used to control inbound and outbound traffic to Azure resources. ASG stands for Availability Set Group and is used to ensure high availability of virtual machines.

    • NSG controls traffic by setting rules for inbound and outbound traffic based on source and destination IP addresses, ports, and protocols.

    • ASG groups virtual machines together to ensure high availability by distribu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tiger Analytics Devops Engineer interview:
  • CI/CD
  • Azure

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic ML questions based on your project, python basic questions
Round 2 - Coding Test 

Basic python questions on pandas,numpy, and basic SQL questions on windows function like lag

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. Selenium project realtime questions like handling Dynamic web elements
  • Ans. 

    Handling dynamic web elements in Selenium requires strategies like explicit waits and unique locators.

    • Use Explicit Waits: Implement WebDriverWait to wait for elements to become visible or clickable.

    • Example: WebDriverWait(driver, 10).until(ExpectedConditions.visibilityOfElementLocated(By.id('dynamicElement')));

    • Utilize Unique Locators: Identify elements using unique attributes like ID, class, or custom attributes.

    • Example...

  • Answered by AI
  • Q2. SQL query for joining
  • Ans. 

    SQL query for joining tables to retrieve data from multiple related tables.

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. Java program for oops concepts
  • Ans. 

    Java program showcasing OOPs concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Create classes representing different entities with properties and methods

    • Use inheritance to create a parent-child class relationship

    • Demonstrate encapsulation by setting private variables and using getter and setter methods

    • Show polymorphism by overriding methods in child classes

    • Implement abstraction by creating abstract...

  • Answered by AI
  • Q4. Writing Xpath for any page
  • Ans. 

    Xpath is a query language used to locate elements on a web page based on their attributes and structure.

    • Identify unique attributes of the element you want to locate

    • Use the '//' operator to search for elements anywhere in the document

    • Use the '[@attribute='value']' syntax to specify the attribute and value you are looking for

    • Combine multiple conditions using 'and' or 'or' operators

    • Use functions like 'contains()', 'starts...

  • Answered by AI
  • Q5. High level test scenarios

Skills evaluated in this interview

What people are saying about Tiger Analytics

View All
trendylion
Verified Icon
2w
student at
Chandigarh University
Data Science dream job: Need resume advice & referrals!
Hey pros, what should I add to my resume to boost my chances of landing my first Data Science role? Guidance needed! Also, if you're hiring or know openings at: TCS | Infosys | Wipro | Cognizant | Genpact | Accenture | LTIMindtree | Fractal Analytics | Mu Sigma | Quantiphi | Tiger Analytics | EXL | ZS Associates | Deloitte | KPMG | EY | Capgemini | Publicis Sapient, a referral would be amazing! 📎 I’m attaching my resume. Feedback, suggestions, or leads would mean a lot! Thanks for your support! Let’s connect & grow in #DataScience. #DataScience #MachineLearning #DeepLearning #OpenToWork #FresherJobs #DataScienceJobs #Referral #CareerAdvice #ResumeTips #JobSearch #Hiring #AmbitionBox #LinkedInJobs
FeedCard Image
Got a question about Tiger Analytics?
Ask anonymously on communities.

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. How can you prove to the client that a students with higher classes are taller ...read more
What are the most common questions asked in Tiger Analytics HR round?

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

  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

3.9/5

based on 193 interview experiences

Difficulty level

Easy 9%
Moderate 86%
Hard 5%

Duration

Less than 2 weeks 65%
2-4 weeks 30%
4-6 weeks 3%
6-8 weeks 1%
More than 8 weeks 1%
View more
Join Tiger Analytics Providing certainty to shape a better tomorrow

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 839 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
GlobalLogic Interview Questions
3.6
 • 628 Interviews
UST Interview Questions
3.8
 • 544 Interviews
CGI Group Interview Questions
4.0
 • 524 Interviews
Atos Interview Questions
3.8
 • 392 Interviews
View all

Tiger Analytics Reviews and Ratings

based on 787 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.4

Work satisfaction

Explore 787 Reviews and Ratings
Senior Data Scientist

Hyderabad / Secunderabad,

Chennai

+1

5-9 Yrs

₹ 8-14 LPA

Data Architect-Data Modelling

Noida,

Pune

+1

10-15 Yrs

₹ 32-37 LPA

Data Architect-Data Modelling

Hyderabad / Secunderabad,

Chennai

+1

10-15 Yrs

₹ 32-37 LPA

Explore more jobs
Data Engineer
613 salaries
unlock blur

₹7.9 L/yr - ₹30 L/yr

Senior Analyst
590 salaries
unlock blur

₹8 L/yr - ₹19.2 L/yr

Data Scientist
582 salaries
unlock blur

₹8.4 L/yr - ₹26.5 L/yr

Senior Software Engineer
475 salaries
unlock blur

₹10.2 L/yr - ₹18.4 L/yr

Senior Data Engineer
253 salaries
unlock blur

₹14 L/yr - ₹37 L/yr

Explore more salaries
Compare Tiger Analytics with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview