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 Data Engineer Interview Questions and Answers

Updated 19 Jun 2025

11 Interview questions

A Data Engineer was asked 2mo 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...

A Data Engineer was asked 7mo 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...

Data Engineer Interview Questions Asked at Other Companies

asked in Sigmoid
Q1. Next Greater Element Problem Statement You are given an array arr ... read more
asked in LTIMindtree
Q2. If you are given cards numbered 1-1000 and 4 boxes, where card 1 ... read more
asked in Cisco
Q3. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q4. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more
A Data Engineer was asked 8mo ago
Q. Describe a scenario where you would use a SQL join.
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 m...

A Data Engineer was asked 8mo ago
Q. What are your expected and current CTC, and how do you approach salary 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 va...

A Data Engineer was asked 8mo ago
Q. Describe the design process for an 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

A Data Engineer was asked 10mo ago
Q. What is the difference between Delta Lake and Delta Warehouse?
Ans. 

Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads, while Delta Warehouse is a cloud-based data warehouse service.

  • Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

  • Delta Warehouse is a cloud-based data warehouse service that provides scalable storage and analytics capabilities.

  • Delta Lake is mo...

Tiger Analytics HR Interview Questions

11 questions and answers

Q. Introduce yourself.
Q. Tell me something about yourself.
Q. Why are you looking for a job change?
A Data Engineer was asked
Q. Explain the Spark architecture.
Ans. 

Spark architecture is a distributed computing framework that consists of a driver program, cluster manager, and worker nodes.

  • Consists of a driver program that manages the execution of tasks

  • Utilizes a cluster manager to allocate resources and schedule tasks

  • Worker nodes execute the tasks and store data in memory or disk

  • Supports fault tolerance through resilient distributed datasets (RDDs)

Are these interview questions helpful?
A Data Engineer was asked
Q. Given some tables, how would you extract values between specified ranges and filter by certain criteria?
Ans. 

Extract and filter values from tables based on specified criteria.

  • Identify the tables involved and their relationships.

  • Use SQL queries to extract data, e.g., SELECT * FROM table WHERE value BETWEEN x AND y.

  • Apply filtering conditions using WHERE clause, e.g., AND status = 'active'.

  • Consider using JOINs if data is spread across multiple tables.

  • Example: SELECT name FROM patients WHERE age BETWEEN 30 AND 40 AND diagnos...

A Data Engineer was asked
Q. Given a sentence, how would you find the most frequent word?
Ans. 

The most frequent word in a sentence can be found by counting the occurrence of each word and selecting the one with the highest count.

  • Split the sentence into words using whitespace as delimiter

  • Create a dictionary to store the count of each word

  • Iterate through the words and update the count in the dictionary

  • Find the word with the highest count in the dictionary

A Data Engineer was asked 10mo ago
Q. Explain databricks dlt, and when will you use batch vs streaming?
Ans. 

Databricks DLT is a unified data management platform for batch and streaming processing.

  • Databricks DLT (Delta Lake Table) is a storage layer that brings ACID transactions to Apache Spark and big data workloads.

  • Batch processing is used when data is collected over a period of time and processed in large chunks, while streaming processing is used for real-time data processing.

  • Use batch processing for historical data ...

Tiger Analytics Data Engineer Interview Experiences

22 interviews found

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

Data Engineer Interview Questions & Answers

user image Anish Bhowmick

posted on 16 Dec 2024

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

It was good and comparatively moderate.

Round 2 - Technical 

(1 Question)

  • Q1. What is indexing in SQl

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

I was asked 2 coding problems in pyspark, after that a discussion round followed.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain databricks dlt, and when will you use batch vs streaming?
  • Ans. 

    Databricks DLT is a unified data management platform for batch and streaming processing.

    • Databricks DLT (Delta Lake Table) is a storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Batch processing is used when data is collected over a period of time and processed in large chunks, while streaming processing is used for real-time data processing.

    • Use batch processing for historical data analy...

  • Answered by AI
  • Q2. What is the difference between deltalake and delta warehouse
  • Ans. 

    Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads, while Delta Warehouse is a cloud-based data warehouse service.

    • Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Delta Warehouse is a cloud-based data warehouse service that provides scalable storage and analytics capabilities.

    • Delta Lake is more fo...

  • Answered by AI

Skills evaluated in this interview

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

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql and python questions

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Different type of license in power bi. Data Modelling.
  • Ans. 

    Power BI offers different types of licenses for data modeling, including Power BI Pro and Power BI Premium.

    • Power BI Pro license allows users to create and share reports and dashboards with others.

    • Power BI Premium license offers additional features such as larger data capacity and advanced AI capabilities.

    • Power BI Embedded license is designed for embedding reports and dashboards into custom applications.

    • Power BI Report ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What abt you know tiger
  • Q2. General hr questions

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Engineer interview:
  • Power Bi
  • Data Modeling
  • SQL
Interview preparation tips for other job seekers - Na

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Dhivyashri T

posted on 18 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude and three levels of coding (easy,medium,hard)

Round 2 - Technical 

(1 Question)

  • Q1. Sql and java programming question
Round 3 - Technical 

(1 Question)

  • Q1. Advanced questions on sql and programming
Round 4 - HR 

(1 Question)

  • Q1. Normal hobbies and communication skills

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple mcq's and coding

Round 2 - One-on-one 

(1 Question)

  • Q1. In depth question on your work
Round 3 - One-on-one 

(1 Question)

  • Q1. Detailed question of your tech stack advancement
Round 4 - HR 

(1 Question)

  • Q1. Work culture, location

Top trending discussions

View All
Interview Hub
6d
a client servicing executive
FeedCard Image
Got a question about Tiger Analytics?
Ask anonymously on communities.

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics Data Engineer 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 HR.
How to prepare for Tiger Analytics Data Engineer 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 SQL, Python, Analytics, Silicon and Unit Testing.
What are the top questions asked in Tiger Analytics Data Engineer interview?

Some of the top questions asked at the Tiger Analytics Data Engineer interview -

  1. Explain databricks dlt, and when will you use batch vs streami...read more
  2. Different type of license in power bi. Data Modelli...read more
  3. What is the difference between deltalake and delta wareho...read more
How long is the Tiger Analytics Data Engineer interview process?

The duration of Tiger Analytics Data Engineer 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 20 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 55%
2-4 weeks 27%
6-8 weeks 9%
More than 8 weeks 9%
View more
Join Tiger Analytics Providing certainty to shape a better tomorrow
Tiger Analytics Data Engineer Salary
based on 651 salaries
₹13 L/yr - ₹25 L/yr
55% more than the average Data Engineer Salary in India
View more details

Tiger Analytics Data Engineer Reviews and Ratings

based on 76 reviews

4.0/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

4.1

Salary

3.8

Job security

3.9

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 76 Reviews and Ratings
Data Engineer
651 salaries
unlock blur

₹13 L/yr - ₹25 L/yr

Senior Analyst
605 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Data Scientist
599 salaries
unlock blur

₹12.6 L/yr - ₹23 L/yr

Senior Software Engineer
500 salaries
unlock blur

₹9.4 L/yr - ₹18 L/yr

Data Analyst
280 salaries
unlock blur

₹9.4 L/yr - ₹17.6 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