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

Updated 9 Oct 2024

Tiger Analytics Big Data Engineer Interview Experiences

1 interview found

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

Very Good. Easy question asked

Round 2 - Coding Test 

Moderate Question Asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before Interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Prepare theroy part for sql and python . and about spark architecture coding question : from python and pyspark
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in May 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

General maths and english Q was there

Round 2 - Coding Test 

Sql codes were there one big one small

Round 3 - Technical 

(1 Question)

  • Q1. Asked me about python and sql with some hands on basic Q
Round 4 - Technical 

(1 Question)

  • Q1. Asked me some advance sql Q and python ds as well
Round 5 - HR 

(1 Question)

  • Q1. Asked me about company and discussed about the role
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. If u are trying for bigdata then Py spark will be the interview question which they will ask
Round 2 - Technical 

(1 Question)

  • Q1. Pypark,Hadoop, Hive
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How can you optmize dags?
  • Ans. 

    Optimizing dags involves reducing unnecessary tasks, parallelizing tasks, and optimizing resource allocation.

    • Identify and remove unnecessary tasks to streamline the workflow.

    • Parallelize tasks to reduce overall execution time.

    • Optimize resource allocation by scaling up or down based on task requirements.

    • Use caching and memoization techniques to avoid redundant computations.

    • Implement data partitioning and indexing for eff

  • Answered by AI
  • Q2. How can we handle unacknowledged messages in pubsub?
  • Ans. 

    Unacknowledged messages in pubsub can be handled by implementing retries, dead letter queues, and monitoring mechanisms.

    • Implement retries for unacknowledged messages to be redelivered.

    • Use dead letter queues to store messages that repeatedly fail to be processed.

    • Set up monitoring mechanisms to track unacknowledged messages and identify potential issues.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

Hackerearth, advanced sql queries on joins, string literals, sql conceptual MCQ

Interview Preparation Tips

Topics to prepare for Altimetrik Senior Data Engineer interview:
  • SQL
  • databricks
  • Python
  • Azure
Interview preparation tips for other job seekers - really great experience. they are handling lot of projects in data engineering for real. one should definitely give a shot of interview if looking for serious job switch.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Questions on joins
  • Q2. Unions related question
  • Q3. Intersection related question
  • Q4. Sunstrong related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(7 Questions)

  • Q1. Find columns from a table where data type is timestamp.
  • Ans. 

    Use SQL query to find columns with timestamp data type in a table.

    • Use a SQL query like 'SHOW COLUMNS FROM table_name WHERE Type = 'timestamp''

    • Alternatively, query the information_schema.columns table for column data types

    • Check for variations of timestamp data types like datetime, timestamp, etc.

  • Answered by AI
  • Q2. Alter column name
  • Q3. Delete column from a table
  • Ans. 

    To delete a column from a table, use the ALTER TABLE command.

    • Use the ALTER TABLE command followed by DROP COLUMN to delete a column from a table.

    • Specify the name of the column you want to delete after the DROP COLUMN keyword.

    • Make sure to carefully consider the impact of deleting a column on the data and any dependent objects.

  • Answered by AI
  • Q4. Difference between drop, truncate and delete
  • Ans. 

    Drop removes a table from the database, truncate removes all rows from a table, and delete removes specific rows from a table.

    • DROP: Removes the entire table structure and data from the database.

    • TRUNCATE: Removes all rows from a table but keeps the table structure.

    • DELETE: Removes specific rows from a table based on a condition.

    • Example: DROP TABLE table_name;

    • Example: TRUNCATE TABLE table_name;

    • Example: DELETE FROM table_n

  • Answered by AI
  • Q5. Difference between top and limit.
  • Ans. 

    Top is used to select the first few rows from a dataset, while limit is used to restrict the number of rows returned in a query.

    • Top is commonly used in SQL Server, while limit is commonly used in MySQL.

    • Top is used with the SELECT statement in SQL Server to limit the number of rows returned, while limit is used in MySQL to restrict the number of rows returned.

    • Example: SELECT TOP 5 * FROM table_name; (SQL Server) vs. SEL

  • Answered by AI
  • Q6. What is difference between count(*) and count(1)
  • Ans. 

    count(*) counts all rows in a table, while count(1) counts the number of non-null values in a specific column.

    • count(*) counts all rows in a table

    • count(1) counts the number of non-null values in a specific column

    • count(*) is generally used when you want to count all rows in a table, while count(1) is used when you want to count non-null values in a specific column

  • Answered by AI
  • Q7. FInd second index of "l" from a string "Hello". write a py code.
  • Ans. 

    Find the second index of 'l' in the string 'Hello'.

    • Use the find() method to find the first index of 'l'.

    • Use the find() method again starting from the index after the first 'l' to find the second index.

    • Handle cases where the first 'l' is not found or there is no second 'l'.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Bigquery and GCP
Round 2 - One-on-one 

(1 Question)

  • Q1. More of project and attitute
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Coding Test 

Conceptual round with some pyspark coding

Round 2 - Technical 

(1 Question)

  • Q1. Python coding three questions and big data concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. Conceptual with manager and prior experience related

Interview Preparation Tips

Interview preparation tips for other job seekers - Python coding,spark,SQL, conceptual

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics Big Data Engineer interview?
Tiger Analytics interview process usually has 2 rounds. The most common rounds in the Tiger Analytics interview process are Group Discussion and Coding Test.
How to prepare for Tiger Analytics Big 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 Spark, Hadoop, Big Data, Python and SQL.

Tell us how to improve this page.

Tiger Analytics Big Data Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 273 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 146 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Tiger Analytics Big Data Engineer Salary
based on 43 salaries
₹6 L/yr - ₹24 L/yr
30% more than the average Big Data Engineer Salary in India
View more details

Tiger Analytics Big Data Engineer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

4.6

Work-life balance

4.6

Salary

4.6

Job security

4.6

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior Analyst
552 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Data Engineer
523 salaries
unlock blur

₹8 L/yr - ₹29 L/yr

Data Scientist
506 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Senior Software Engineer
403 salaries
unlock blur

₹7.8 L/yr - ₹19 L/yr

Data Analyst
276 salaries
unlock blur

₹6 L/yr - ₹19.1 L/yr

Explore more salaries
Compare Tiger Analytics with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview