Upload Button Icon Add office photos

Filter interviews by

JLL Technologies Data Engineer 1 Interview Questions, Process, and Tips

Updated 15 Oct 2024

JLL Technologies Data Engineer 1 Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between a dictionary and a list
  • Ans. 

    A dictionary is a collection of key-value pairs, while a list is a collection of ordered elements.

    • A dictionary is accessed by keys, while a list is accessed by index.

    • Dictionaries are unordered, while lists are ordered.

    • Example: dict = {'name': 'John', 'age': 30}, list = ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q2. Write SQL quiries
  • Ans. 

    I have experience writing SQL queries for data manipulation and analysis.

    • Use SELECT statement to retrieve data from a database

    • Use WHERE clause to filter results based on specific conditions

    • Use JOIN clause to combine data from multiple tables

  • Answered by AI
  • Q3. Int & Float data types and their uses
  • Ans. 

    Int & Float data types are used to represent whole numbers and decimal numbers respectively in programming.

    • Int data type is used for whole numbers without any decimal points, such as 5, -10, 1000

    • Float data type is used for numbers with decimal points, such as 3.14, -0.5, 10.75

    • Int data type is typically used for counting or indexing, while Float data type is used for calculations involving fractions or decimals

  • Answered by AI
  • Q4. Outputs of left join, right join & full join
  • Ans. 

    Left join includes all records from the left table and matching records from the right table. Right join includes all records from the right table and matching records from the left table. Full join includes all records when there is a match in either left or right table.

    • Left join: includes all records from the left table and matching records from the right table

    • Right join: includes all records from the right table and...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How many types of integration runtime is present
  • Ans. 

    There are three types of integration runtime: Self-hosted, Azure, and SSIS

    • Self-hosted integration runtime is installed on a local machine or a virtual machine within an on-premises network

    • Azure integration runtime is managed by Azure Data Factory and runs in the Azure cloud

    • SSIS integration runtime is used to run SQL Server Integration Services packages in Azure Data Factory

  • Answered by AI
  • Q2. How many types of trigger are there in Adf
  • Ans. 

    There are two types of triggers in Azure Data Factory: Schedule-based triggers and Event-based triggers.

    • Schedule-based triggers are based on a time schedule and can be set to run at specific intervals.

    • Event-based triggers are triggered by events such as the completion of a pipeline run or the arrival of new data.

    • Triggers can be used to automate the execution of pipelines in Azure Data Factory.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. About my experience of leading a team in my previous company
  • Q2. Why I choose Accenture
  • Ans. 

    I chose Accenture for its reputation, global presence, and opportunities for growth.

    • Accenture is a renowned company known for its innovative solutions and cutting-edge technology.

    • The global presence of Accenture provides opportunities to work on diverse projects and collaborate with experts from around the world.

    • Accenture offers ample opportunities for career growth and development through training programs and mentors...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. They asked related to sql unix
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between Delete and Truncate
  • Ans. 

    Delete removes specific rows from a table, while Truncate removes all rows from a table.

    • Delete is a DML operation, while Truncate is a DDL operation.

    • Delete can be rolled back, while Truncate cannot be rolled back.

    • Delete operation is slower compared to Truncate operation.

    • Delete operation maintains the integrity constraints, triggers, and indexes, while Truncate does not.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins and types, number of cols after all types of joins...
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include inner join, outer join (left, right, full), and cross join.

    • Number of columns after join depends on the type of join and the columns being selected.

    • For example, an inner join will only include rows that have matching values in both tables, resulting in a combined table with columns from both tables.

    • A left...

  • Answered by AI
  • Q2. What are the window functions ...
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used to calculate cumulative sums, averages, ranks, and more.

    • They operate on a set of rows related to the current row, known as the window frame.

    • Examples include ROW_NUMBER(), RANK(), SUM() OVER(), and AVG() OVER().

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ based technical questions they have asked. Covering most of the basic abinitio components

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions like scd types ,rollup normalise join scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through run time behaviour of components
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Azure Data Engineer Questions, focused mainly on SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 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 - Aptitude Test 

Aptitude Questions related to Basic Quanitative aptitue, psuedo code snippets,Computer Fundamental Questions, Related to Operating System

Round 3 - Coding Test 

There are 3 coding question
1.Easy (Related to Arrays)
2.Medium(String related questions)
3.Medium(Stack related questions)

Round 4 - One-on-one 

(1 Question)

  • Q1. 1.Introduction 2.Discussion about my projects 3.Questions on some terms which was mentioned in my project 4.One easy level coding questions 5. Two sql questions related to Join Logic 6.Some questions relat...
Round 5 - HR 

(1 Question)

  • Q1. Mainly for Document Verification

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on basics , because there will be very less chance that interviewer will ask very advanced questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic question were asked, it was quite simple if you are from computer background you can pass easily

Round 2 - Coding Test 

2 coding questions were there, if you are aware of concepts array, pointers, memory management it will be simple

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

I applied via Campus Placement and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Are you ready to relocate
  • Q2. What's your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and mindful while answering the questions

JLL Technologies Interview FAQs

How many rounds are there in JLL Technologies Data Engineer 1 interview?
JLL Technologies interview process usually has 1 rounds. The most common rounds in the JLL Technologies interview process are Technical.
What are the top questions asked in JLL Technologies Data Engineer 1 interview?

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

  1. difference between a dictionary and a l...read more
  2. outputs of left join, right join & full j...read more
  3. Int & Float data types and their u...read more

Tell us how to improve this page.

JLL Technologies Data Engineer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Data Engineer 1 Interview Questions from Similar Companies

View all
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

Data Quality Analyst
11 salaries
unlock blur

₹7.1 L/yr - ₹9 L/yr

Business Analyst
10 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Explore more salaries
Compare JLL Technologies with

CBRE

4.2
Compare

Colliers India

4.0
Compare

Cushman & Wakefield

4.2
Compare

Knight Frank

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