Upload Button Icon Add office photos

Filter interviews by

JLL Technologies Data Engineer Interview Questions and Answers

Updated 14 Feb 2024

JLL Technologies Data Engineer Interview Experiences

2 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic Sql and python questions
Round 2 - Technical 

(1 Question)

  • Q1. Data Engineering questions via pyspark and SQL

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 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 

(2 Questions)

  • Q1. I don't remember
  • Q2. Asked question on my domain
Round 3 - One-on-one 

(2 Questions)

  • Q1. I don't remember
  • Q2. Project explanation and evaluated technical skills

Interview questions from similar companies

Data Engineer Interview Questions & Answers

Genpact user image Sashikanta Parida

posted on 17 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are different type of joins available in Databricks?
  • Ans. 

    Different types of joins available in Databricks include inner join, outer join, left join, right join, and cross join.

    • Inner join: Returns only the rows that have matching values in both tables.

    • Outer join: Returns all rows when there is a match in either table.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows ...

  • Answered by AI
  • Q2. How do you make your data pipeline fault tolerant?
  • Ans. 

    Implementing fault tolerance in a data pipeline involves redundancy, monitoring, and error handling.

    • Use redundant components to ensure continuous data flow

    • Implement monitoring tools to detect failures and bottlenecks

    • Set up automated alerts for immediate response to issues

    • Design error handling mechanisms to gracefully handle failures

    • Use checkpoints and retries to ensure data integrity

  • Answered by AI
  • Q3. What is AutoLoader?
  • Ans. 

    AutoLoader is a feature in data engineering that automatically loads data from various sources into a data warehouse or database.

    • Automates the process of loading data from different sources

    • Reduces manual effort and human error

    • Can be scheduled to run at specific intervals

    • Examples: Apache Nifi, AWS Glue

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you connect to different services in Azure?
  • Ans. 

    To connect to different services in Azure, you can use Azure SDKs, REST APIs, Azure Portal, Azure CLI, and Azure PowerShell.

    • Use Azure SDKs for programming languages like Python, Java, C#, etc.

    • Utilize REST APIs to interact with Azure services programmatically.

    • Access and manage services through the Azure Portal.

    • Leverage Azure CLI for command-line interface interactions.

    • Automate tasks using Azure PowerShell scripts.

  • Answered by AI
  • Q2. What are linked Services?
  • Ans. 

    Linked Services are connections to external data sources or destinations in Azure Data Factory.

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

    • They can be used in Data Factory pipelines to read from or write to external systems.

    • Examples of Linked Services include Azure Blob Storage, Azure SQL Database, and Amazon S3.

  • Answered by AI

Data Engineer Interview Questions & Answers

HCLTech user image Aniket Ramgiri

posted on 13 Nov 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. General Data Warehousing questions like explain your pipeline, how you implemented scd2?
  • Q2. SQL questions like increment top 5th salary by 10k, last day of month, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try not to join, doesn't look like a good place based on the interviewer attitude. He was in a rush to finish the interview and run away. He kept firing questions at me. Very bad experience.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal questions on spark, hadoop, sql
  • Q2. One python coding question was there
Round 2 - One-on-one 

(2 Questions)

  • Q1. Python coding felt difficult, its a moderate difficult question
  • Q2. Questions on project, sql moderate questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly on cloud tools
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General questions about data engineering
Round 2 - Technical 

(1 Question)

  • Q1. General question on data topics and cloud
Round 3 - HR 

(1 Question)

  • Q1. Salary and location
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(4 Questions)

  • Q1. Self Introduction
  • Q2. About the current project
  • Q3. Different types of joins in SQL
  • Ans. 

    Different types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full outer join: Returns rows when there is a match in either table.

  • Answered by AI
  • Q4. Questions related to Cloud
Round 3 - Technical 

(3 Questions)

  • Q1. Roles and responsibilities in current project
  • Q2. Optimizations used in present project
  • Ans. 

    Various optimizations such as indexing, caching, and parallel processing were used in the project.

    • Implemented indexing on frequently queried columns to improve query performance

    • Utilized caching mechanisms to store frequently accessed data and reduce database load

    • Implemented parallel processing to speed up data processing tasks

    • Optimized algorithms and data structures for efficient data retrieval and manipulation

  • Answered by AI
  • Q3. How did you overcome out of memory issues
  • Ans. 

    I optimized code, increased memory allocation, used efficient data structures, and implemented data partitioning.

    • Optimized code by identifying and fixing memory leaks

    • Increased memory allocation for the application

    • Used efficient data structures like arrays, hashmaps, and trees

    • Implemented data partitioning to distribute data across multiple nodes

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Pyspark - How to add new column to the data How to read data from Csv file
  • Ans. 

    To add a new column to data in Pyspark, use 'withColumn' method. To read data from a CSV file, use 'spark.read.csv' method.

    • To add a new column to data in Pyspark, use 'withColumn' method

    • Example: df.withColumn('new_column', df['existing_column'] * 2)

    • To read data from a CSV file, use 'spark.read.csv' method

    • Example: df = spark.read.csv('file.csv', header=True, inferSchema=True)

  • Answered by AI

Skills evaluated in this interview

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

I applied via Amazon jobs and was interviewed in Sep 2023. There were 3 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 - Coding Test 

Basic with python SQL and data models

Round 3 - Technical 

(2 Questions)

  • Q1. Real life example
  • Ans. 

    Developing a data pipeline to analyze customer behavior for an e-commerce company

    • Collecting and storing customer data from website interactions

    • Cleaning and transforming data to identify patterns and trends

    • Building machine learning models to predict customer behavior

    • Visualizing insights for stakeholders to make data-driven decisions

  • Answered by AI
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect to get tough questions

JLL Technologies Interview FAQs

How many rounds are there in JLL Technologies Data Engineer interview?
JLL Technologies interview process usually has 2-3 rounds. The most common rounds in the JLL Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in JLL Technologies Data Engineer interview?

Some of the top questions asked at the JLL Technologies Data Engineer interview -

  1. Project explanation and evaluated technical ski...read more
  2. Data Engineering questions via pyspark and ...read more
  3. Asked question on my dom...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 JLL Technologies interviews
Referral
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Data Engineer Interview Questions from Similar Companies

View all
JLL Technologies Data Engineer Salary
based on 7 salaries
₹9.1 L/yr - ₹20.5 L/yr
31% more than the average Data Engineer Salary in India
View more details

JLL Technologies Data Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer2
18 salaries
unlock blur

₹20 L/yr - ₹23 L/yr

Senior Data Engineer
12 salaries
unlock blur

₹23 L/yr - ₹46 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹15.6 L/yr - ₹44.8 L/yr

Software Engineer
11 salaries
unlock blur

₹7.5 L/yr - ₹15 L/yr

Data Quality Analyst
11 salaries
unlock blur

₹7.1 L/yr - ₹9 L/yr

Explore more salaries
Compare JLL Technologies with

CBRE

4.2
Compare

Colliers India

3.9
Compare

Cushman & Wakefield

4.2
Compare

Knight Frank

4.1
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