Upload Button Icon Add office photos

Filter interviews by

L&T Technology Services Data Engineer Interview Questions and Answers for Experienced

Updated 30 Oct 2024

L&T Technology Services Data Engineer Interview Experiences for Experienced

2 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

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

(2 Questions)

  • Q1. Python list comprehension
  • Q2. SQL- product with second highest total price
  • Ans. 

    Use SQL query to find the product with the second highest total price.

    • Use the ORDER BY clause to sort the products by total price in descending order

    • Use the LIMIT clause to select the second row after sorting

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. They will probably measure your technical knowledge for their requirement as per the project.
Round 3 - HR 

(1 Question)

  • Q1. Investigated why I am changing my current job, what was my role serving at that point of time. Finally, discussion about the compensation, bonus etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you know, be moderate on the area where you have awareness. Your confidence shows up it all and that's what needed sometimes. In some cases your technical experience might not be sufficient for the role they are looking for, do not get low in such cases keep trying and your time will arrive. Good Luck!

Interview questions from similar companies

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

(1 Question)

  • Q1. Python SQL question
Round 2 - Technical 

(1 Question)

  • Q1. More on Project side
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What Volume of data have you handled in your POCs ?
  • Ans. 

    I have handled terabytes of data in my POCs, including data from various sources and formats.

    • Handled terabytes of data in POCs

    • Worked with data from various sources and formats

    • Used tools like Hadoop, Spark, and SQL for data processing

  • Answered by AI
  • Q2. When will you decide to use repartition and coalesce?
  • Ans. 

    Repartition is used for increasing partitions for parallelism, while coalesce is used for decreasing partitions to reduce shuffling.

    • Repartition is used when there is a need for more partitions to increase parallelism.

    • Coalesce is used when there are too many partitions and need to reduce them to avoid shuffling.

    • Example: Repartition can be used before a join operation to evenly distribute data across partitions for bette...

  • Answered by AI
  • Q3. How will you design/configure a cluster if you have given 10 petabytes of data.
  • Ans. 

    Designing/configuring a cluster for 10 petabytes of data involves considerations for storage capacity, processing power, network bandwidth, and fault tolerance.

    • Consider using a distributed file system like HDFS or object storage like Amazon S3 to store and manage the large volume of data.

    • Implement a scalable processing framework like Apache Spark or Hadoop to efficiently process and analyze the data in parallel.

    • Utilize...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sometimes you can easily detect that they want to rush your interview by asking irrelevant questions even though you have not mentioned such expertise in your resume. Also they have only shortlisted the resume just to reject. This breaks the confidence of the person who is looking for the job and honestly conveying the level of expertise he/she has.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Aws sevices you have worked on
  • Ans. 

    I have worked on various AWS services including S3, EC2, Lambda, Glue, and Redshift.

    • S3 - Used for storing and retrieving data

    • EC2 - Used for running virtual servers

    • Lambda - Used for serverless computing

    • Glue - Used for ETL (Extract, Transform, Load) processes

    • Redshift - Used for data warehousing and analytics

  • Answered by AI
  • Q2. Question on python list and dictionary
Round 2 - Technical 

(1 Question)

  • Q1. Questions on project and skillset

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds basically asked in your resume. Questions matching skillset and project are asked

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Project architechture
  • Q2. What is adf triggers
  • Ans. 

    ADF triggers are used in Azure Data Factory to schedule and orchestrate data pipelines.

    • ADF triggers enable the automation of data movement and data transformation activities.

    • Triggers can be scheduled to run at specific times or based on event-based triggers.

    • They can be used to start or stop pipelines, and can be configured with parameters and dependencies.

    • Examples of triggers include time-based schedules, event-based t...

  • Answered by AI
  • Q3. What is IR, and difference between dataset and linked service
  • Ans. 

    IR stands for Integration Runtime. Dataset is a representation of data, while linked service is a connection to the data source.

    • IR is a compute infrastructure used to provide data integration capabilities

    • Dataset is a structured representation of data used in data engineering tasks

    • Linked service is a connection to a data source, providing access to the data

    • IR enables data movement and transformation between different da...

  • Answered by AI
  • Q4. Optimization techniques in spark
  • Ans. 

    Optimization techniques in Spark

    • Partitioning data to optimize data locality

    • Caching frequently accessed data

    • Using broadcast variables for small data sets

    • Using appropriate data structures and algorithms

    • Avoiding unnecessary shuffling of data

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell. me about youself
  • Q2. Sql question , pyspark questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Spark Architecture
  • Ans. 

    Spark Architecture is a distributed computing framework that provides high-level APIs for various languages.

    • Spark Architecture consists of a cluster manager, worker nodes, and a driver program.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark supports multiple programming languages such as Scala, Java, Python, and R.

    • It includes components like Spark Core, Spark SQL, Spar...

  • Answered by AI
  • Q2. SQL question on Joins

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pyspark and SQL coding questions

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

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Previous project worked on? ETL projects? SQL proficiency
  • Ans. 

    Worked on ETL projects involving data extraction, transformation, and loading using SQL proficiency.

    • Developed ETL pipelines to extract data from various sources such as databases, APIs, and flat files

    • Transformed the extracted data using SQL queries to meet business requirements

    • Loaded the transformed data into a data warehouse or other target systems

    • Optimized SQL queries for performance and efficiency

    • Collaborated with c...

  • Answered by AI
  • Q2. ETL projects in previous company
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations? Working hours?

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Data Engineer interview for experienced candidates?
L&T Technology Services interview process for experienced candidates usually has 2 rounds. The most common rounds in the L&T Technology Services interview process for experienced candidates are Technical, Resume Shortlist and HR.
What are the top questions asked in L&T Technology Services Data Engineer interview for experienced candidates?

Some of the top questions asked at the L&T Technology Services Data Engineer interview for experienced candidates -

  1. SQL- product with second highest total pr...read more
  2. They will probably measure your technical knowledge for their requirement as pe...read more
  3. Python list comprehens...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 L&T Technology Services interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
L&T Technology Services Data Engineer Salary
based on 42 salaries
₹3 L/yr - ₹10.1 L/yr
46% less than the average Data Engineer Salary in India
View more details

L&T Technology Services Data Engineer Reviews and Ratings

based on 3 reviews

2.0/5

Rating in categories

1.0

Skill development

4.0

Work-Life balance

1.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

1.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Engineer
5.3k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.4k salaries
unlock blur

₹1 L/yr - ₹8.9 L/yr

Technical Lead
2k salaries
unlock blur

₹8.2 L/yr - ₹26.9 L/yr

Project Lead
1.6k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹4.8 L/yr - ₹18.2 L/yr

Explore more salaries
Compare L&T Technology Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview