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

Clear (1)

Tiger Analytics Azure Data Engineer Interview Questions and Answers

Updated 24 Nov 2024

Tiger Analytics Azure Data Engineer Interview Experiences

5 interviews found

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

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Sql joins Pyspark coding question Write File im delta format Spark concepts questions Python reverse string List comprehension

Azure Data Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. 7. How can we load multiple(50)tables at a time using adf?
asked in KPMG India
Q2. Difference between RDD, Dataframe and Dataset. How and what you h ... read more
asked in Techigai
Q3. What is incremental load and other types of loads? How do you imp ... read more
asked in TCS
Q4. 2. What is the get metadata activity and what are the parameters ... read more
asked in KPMG India
Q5. What are key components in ADF? What all you have used in your pi ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Introduction, Project working, Spark concept Question, Azure Data Factory real time scenarios, Pyspark coding, sql coding and python coding question. Interviewer Panel was really great
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic sql python azure
Round 2 - Technical 

(1 Question)

  • Q1. Medium azure sql python
Round 3 - HR 

(1 Question)

  • Q1. Expectated salary, work culture

Tiger Analytics interview questions for designations

 Data Engineer

 (19)

 Senior Data Engineer

 (6)

 Big Data Engineer

 (1)

 Gcp Data Engineer

 (1)

 Data Analyst

 (18)

 Data Scientist

 (18)

 Data Science

 (1)

 Data Architect

 (1)

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

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 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 Resume tips
Round 2 - Coding Test 

Interview was based on spark... initially basics of spark, optimisation followed by coding round like apply filter, read from multi delimiter, joins, de-duplication

Round 3 - HR 

(2 Questions)

  • Q1. Brief about project and management ethics
  • Q2. Introduction, policies and salary discussion

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic QA related Questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. SCD Types and how you implement it
  • Ans. 

    SCD Types are Slowly Changing Dimensions used to track historical data changes in a data warehouse.

    • SCD Type 1: Overwrite old data with new data, losing historical information.

    • SCD Type 2: Create new records for each change, maintaining historical data.

    • SCD Type 3: Add columns to track changes, keeping both old and new data in the same record.

  • Answered by AI
  • Q2. VACCUM, OPTIMIZE, LAZY EVALUATION, SPARK ARCHITECTURE
  • Q3. SQL PROGRAMS ( Tough )

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply to this company the interview is very informative
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Python, Django questions Easy to Medium level DSA Discussion on Project and previous work experience Some SQL queries
Round 3 - Technical 

(1 Question)

  • Q1. Some Python questions and discussion on work experience Some design question like how you will design backend for some project from scratch Some managerial questions Questions on git
Round 4 - HR 

(1 Question)

  • Q1. Some basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What are the types of transformation?
  • Ans. 

    Types of transformations include filtering, sorting, aggregating, joining, and pivoting.

    • Filtering: Selecting a subset of rows based on certain criteria.

    • Sorting: Arranging rows in a specific order based on one or more columns.

    • Aggregating: Combining multiple rows into a single result, such as summing or averaging values.

    • Joining: Combining data from multiple sources based on a common key.

    • Pivoting: Restructuring data from

  • Answered by AI
  • Q2. Why is spark a lazy execution
  • Ans. 

    Spark is lazy execution to optimize performance by delaying computation until necessary.

    • Spark delays execution until an action is called to optimize performance.

    • This allows Spark to optimize the execution plan and minimize unnecessary computations.

    • Lazy evaluation helps in reducing unnecessary data shuffling and processing.

    • Example: Transformations like map, filter, and reduce are not executed until an action like collec

  • Answered by AI
  • Q3. What is SCD and there types?
  • Ans. 

    SCD stands for Slowly Changing Dimension. There are three types: Type 1, Type 2, and Type 3.

    • SCD is used in data warehousing to track changes in dimension data over time.

    • Type 1 SCD overwrites old data with new data, losing historical information.

    • Type 2 SCD creates new records for each change, preserving historical data.

    • Type 3 SCD keeps both old and new data in the same record, with separate columns for each version.

  • Answered by AI
  • Q4. What is linked service
  • Ans. 

    A linked service is a connection to an external data source or destination in Azure Data Factory.

    • Linked services define the connection information needed to connect to external data sources or destinations.

    • They can be used in pipelines to read from or write to the linked data source.

    • Examples of linked services include Azure Blob Storage, Azure SQL Database, and Salesforce.

    • Linked services can store connection strings, a...

  • Answered by AI
  • Q5. What is dataset
  • Ans. 

    A dataset is a collection of data that is organized in a structured format for easy access and analysis.

    • A dataset can consist of tables, files, or other types of data sources.

    • It is used for storing and managing data for analysis and reporting purposes.

    • Examples of datasets include customer information, sales data, and sensor readings.

    • Datasets can be structured, semi-structured, or unstructured depending on the type of d

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is partition pruning
  • Ans. 

    Partition pruning is a query optimization technique that reduces the amount of data scanned by excluding irrelevant partitions.

    • Partition pruning is used in partitioned tables to skip scanning partitions that do not contain data relevant to the query.

    • It helps improve query performance by reducing the amount of data that needs to be processed.

    • For example, if a query filters data based on a specific partition key, partiti...

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics Azure Data Engineer interview?
Tiger Analytics interview process usually has 2 rounds. The most common rounds in the Tiger Analytics interview process are Technical, Resume Shortlist and HR.
How to prepare for Tiger Analytics Azure 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 Azure, SQL, Spark, Azure Data Lake and Pyspark.
What are the top questions asked in Tiger Analytics Azure Data Engineer interview?

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

  1. Introduction, Project working, Spark concept Question, Azure Data Factory real ...read more
  2. Sql joins Pyspark coding question Write File im delta format Spark concepts que...read more
  3. basic sql python az...read more
How long is the Tiger Analytics Azure Data Engineer interview process?

The duration of Tiger Analytics Azure Data Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Blinkit

INTERVIEWS

Tiger Analytics

No Interviews

DESIGNATION

SALARIES

Fractal Analytics

SALARIES

Nature's Basket

INTERVIEWS

Jindal Stainless

No Interviews

INTERVIEWS

Tiger Analytics

No Interviews

INTERVIEWS

Tiger Analytics

No Interviews

SALARIES

Metro Cash & Carry

INTERVIEWS

Jindal Stainless

100 top interview questions

Tell us how to improve this page.

Tiger Analytics Azure Data Engineer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 269 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Altimetrik Interview Questions
3.8
 • 214 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Incedo Interview Questions
3.1
 • 180 Interviews
Xoriant Interview Questions
4.1
 • 179 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
ThoughtWorks Interview Questions
3.9
 • 145 Interviews
Iris Software Interview Questions
4.0
 • 142 Interviews
View all
Tiger Analytics Azure Data Engineer Salary
based on 40 salaries
₹7 L/yr - ₹25.3 L/yr
67% more than the average Azure Data Engineer Salary in India
View more details

Tiger Analytics Azure Data Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

3.8

Salary

3.8

Job security

3.8

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 2 Reviews and Ratings
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