Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by eligarf Technologies Team. If you also belong to the team, you can get access from here

eligarf Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

eligarf Technologies Data Engineer Interview Questions and Answers

Updated 15 Oct 2023

eligarf Technologies Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. 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 tips
Round 2 - HR 

(3 Questions)

  • Q1. Basic questions after resume screening like
  • Q2. 1. Introduction to yourself 2. educational background 3. salary expectations
  • Q3. Tentative date of joining
  • Ans. 

    The tentative date of joining is not available.

    • The candidate does not have the available data for the tentative date of joining.

    • The candidate should mention that the date is not confirmed yet.

    • The candidate can express their willingness to discuss the joining date further during the interview process.

  • Answered by AI
Round 3 - Coding Test 

Depends on the profile you are interviewing

Round 4 - Assignment 

An Assignment related to python programming and SQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - if your basics are clear, you can easily crack it.

Data Engineer Jobs at eligarf Technologies

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions regarding basic Spark architecture
Round 2 - Case Study 

Sicario based questions in Databricks and azure data factory

Round 3 - Behavioral 

(1 Question)

  • Q1. Conflict resolution in team, and regarding my current role
Round 4 - HR 

(1 Question)

  • Q1. General HR questions, Why do you want our join our company

Data Engineer Interview Questions & Answers

MathCo user image Balajayani Radhakrishnan

posted on 17 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple question.. easy to crack

Round 2 - Case Study 

Yet to attend the 2nd round

Round 3 - One-on-one 

(2 Questions)

  • Q1. Yet to attend 2nd round
  • Q2. Yet to attend this round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 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 tips
Round 2 - Coding Test 

Sql and python coding conducted

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on AWS or azure depending upon the platform you work. more conceptual questions on data engineering.
Round 4 - project discussion 

(1 Question)

  • Q1. They check to which project you are fit to.

Interview Preparation Tips

Interview preparation tips for other job seekers - be good on concepts and basics of azure or AWS. more questions on handling big data and pyspark coding.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. They asked the questions about projects and some basic questions interview gone well
Round 3 - Technical 

(1 Question)

  • Q1. The second round was of 1 hour he asked me many more scenario questions and checked my leetcode profile.
Round 4 - HR 

(1 Question)

  • Q1. It was negotiation round and HR was not ready to offer me what i was expecting instead she questioned my previous offer letter.

Interview Preparation Tips

Interview preparation tips for other job seekers - I will advice not to attend the interview of this company they will not pick your calls after the negotiation and they do not provide salary on time also
had bad experience with this company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Describe your Past experiences
  • Ans. 

    I have experience working as a Data Engineer in various industries, including healthcare and finance.

    • Developed data pipelines to ingest, process, and analyze large datasets

    • Implemented ETL processes to transform data into usable formats

    • Worked with stakeholders to understand data requirements and deliver solutions

    • Utilized tools like Apache Spark, Hadoop, and SQL for data processing

    • Ensured data quality and integrity throu...

  • Answered by AI
Round 2 - Coding Test 

Basic Python and SQL

Round 3 - Technical 

(1 Question)

  • Q1. Scenario Based questions

I applied via Referral and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Coding Test 

It was through a link they share and you need to write and submit your code, no execution needed.

Round 2 - Technical 

(1 Question)

  • Q1. R1 was about 40 mins and was a bit tough. Asked more about ADF, ADB, SQL, SQL DW
Round 3 - Technical 

(1 Question)

  • Q1. R2: Was the toughest, asked for 40 mins and more than 30 questions were asked, lucky enough to answer all of them.
Round 4 - Behavioral 

(1 Question)

  • Q1. Some Managerial questions for 30mins, handling conflicts, leadership skills etc
Round 5 - HR 

(1 Question)

  • Q1. Asked why I want to join fractal, why looking for other offer, biggest achievement etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its tought to crack Fractal, but once you cracked, you will have great learning curve and future ahead. All the best

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Basic spark questions like optimization techniques
  • Q2. Reparation coalesce joins
  • Q3. Slowly change data handling in spark
  • Ans. 

    Slowly changing data handling in Spark involves updating data over time.

    • Slowly changing dimensions (SCD) are used to track changes in data over time.

    • SCD Type 1 updates the data in place, overwriting the old values.

    • SCD Type 2 creates a new record for each change, with a start and end date.

    • SCD Type 3 adds a new column to the existing record to track changes.

    • Spark provides functions like `from_unixtime` and `unix_timestam

  • Answered by AI
  • Q4. Cumulative sum and rank functions in spark
  • Ans. 

    Explanation of cumulative sum and rank functions in Spark

    • Cumulative sum function calculates the running total of a column

    • Rank function assigns a rank to each row based on the order of values in a column

    • Both functions can be used with window functions in Spark

    • Example: df.withColumn('cumulative_sum', F.sum('column').over(Window.orderBy('order_column').rowsBetween(Window.unboundedPreceding, Window.currentRow)))

    • Example: df...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time. Think twice before attending. Keep as backup offer

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Round 1: Coding round, Round 2: Basic and conceptual from Spark and Hive, Round 3: In Depth question from Spark and Hive, Write code in Spark and Hive.

Interview Preparation Tips

Interview preparation tips for other job seekers - They will grill you on whatever knowledge you have in Big data. Be very thorough and confident with your concepts. Also, Practice SQL and Spark codes. They will ask you to write an application in Spark.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

MCQ SQL round coding easy questions

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions mostly on SQL, Python, Cloud basic to medium level
Round 4 - Technical 

(1 Question)

  • Q1. It was both mangerial and technical round similar to round 1 but more deep

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well because questions are mostly from resume

eligarf Technologies Interview FAQs

How many rounds are there in eligarf Technologies Data Engineer interview?
eligarf Technologies interview process usually has 4 rounds. The most common rounds in the eligarf Technologies interview process are Resume Shortlist, HR and Coding Test.
How to prepare for eligarf Technologies 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 eligarf Technologies. The most common topics and skills that interviewers at eligarf Technologies expect are Python, SQL, Agile Coaching, Automation Testing and Data Analytics.

Tell us how to improve this page.

eligarf Technologies Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
eligarf Technologies Data Engineer Salary
based on 4 salaries
₹5 L/yr - ₹6 L/yr
48% less than the average Data Engineer Salary in India
View more details

eligarf Technologies Data Engineer Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.7

Salary

3.8

Job security

4.2

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 8 Reviews and Ratings
Data Engineer

Pune

8-10 Yrs

Not Disclosed

Explore more jobs
Data Annotation Engineer
11 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Consultant
8 salaries
unlock blur

₹3.5 L/yr - ₹4.4 L/yr

Senior Consultant
7 salaries
unlock blur

₹4.7 L/yr - ₹10.9 L/yr

Data Analyst
5 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Full Stack Developer
5 salaries
unlock blur

₹3.5 L/yr - ₹12.6 L/yr

Explore more salaries
Compare eligarf Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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