Upload Button Icon Add office photos

Filter interviews by

JLL Technologies Interview Questions, Process, and Tips

Updated 28 Jan 2025

Top JLL Technologies Interview Questions and Answers

View all 13 questions

JLL Technologies Interview Experiences

Popular Designations

19 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Nklrgn ij iojt hohoihcnjoh uth hd afbc heigf oj

Round 2 - Technical 

(2 Questions)

  • Q1. Ffefjewk f fhe fui fy efge fuef9 euf fj
  • Q2. Fejfb f hue fui fui e ifgif beiu

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)
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

Data Engineer 1 Interview Questions asked at other Companies

Q1. What are joins and types, number of cols after all types of joins...
View answer (1)

Steward Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2024

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain your projects
  • Ans. 

    I have worked on various projects including developing mobile applications, creating websites, and implementing data analysis solutions.

    • Developed a mobile application for tracking daily water intake

    • Created a website for a local non-profit organization to showcase their work

    • Implemented a data analysis solution to optimize inventory management for a retail company

  • Answered by AI
  • Q2. How can we delete duplicate record from table in SQL table
  • Ans. 

    Duplicate records can be deleted from a SQL table by using the DELETE statement with a subquery to identify and remove the duplicates.

    • Use a subquery to identify the duplicate records based on specific criteria

    • Use the DELETE statement with the subquery to remove the duplicate records

    • Ensure to backup the data before deleting any records

  • Answered by AI
  • Q3. Code for python fibonacci series
  • Ans. 

    Python code to generate Fibonacci series

    • Use a loop to iterate and calculate the next Fibonacci number

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Are you ready to move to the location?
  • Ans. 

    Yes, I am ready to move to the location for the job.

    • I am excited about the opportunity to relocate for this position.

    • I have already researched the location and feel comfortable moving there.

    • I have discussed the potential move with my family and we are all on board.

    • I am prepared to make the necessary arrangements to move smoothly.

  • Answered by AI
  • Q2. Salary descussion

Interview Preparation Tips

Interview preparation tips for other job seekers - stick to the basics

Skills evaluated in this interview

Steward Interview Questions asked at other Companies

Q1. Difference between champagne and sparkling wine ..???? Why we serve champagne in a champagne saucer not whisky glass...???? Types of service ..???? I went for interview in ITC thats why they asked why ITC ........why not other brand ..???? ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Do you have any experience handling client issue?
  • Ans. 

    Yes, I have experience handling client issues in my previous role as a Technical Analyst.

    • Managed and resolved technical issues reported by clients

    • Communicated effectively with clients to understand their concerns and provide solutions

    • Prioritized and escalated urgent client issues to ensure timely resolution

  • Answered by AI

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)

JLL Technologies interview questions for popular designations

 Data Engineer

 (2)

 Application Administrator

 (1)

 Application Developer

 (1)

 Business Intelligence Analyst and Tableau Developer

 (1)

 Data Engineer 1

 (1)

 Engineering Manager

 (1)

 QA Lead

 (1)

 Sales Officer

 (1)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 28 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - One-on-one 

(3 Questions)

  • Q1. 2 Rounds of technical discussion followed with one Manager round.
  • Q2. Basic discussion about current role and responsibilities, agile, automation, selenium, specflow.
  • Q3. Coding quesion - Find a substring in a given string and remove its occurences
  • Ans. 

    Find and remove a substring from a given string

    • Use string manipulation functions to find and remove the substring

    • Iterate through the string and check for occurrences of the substring

    • Replace the substring with an empty string to remove it

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Similar to round 1
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic discussion about current role and responsibilities and an intro to the team at JLL you'll be joining.

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

Get interview-ready with Top JLL Technologies Interview Questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Difference between rank and row number
  • Ans. 

    Rank assigns a unique number to each row based on a specified criteria, while row number assigns a sequential number to each row in the result set.

    • Rank function can have ties, where multiple rows can have the same rank value.

    • Row number function always assigns a unique number to each row in the result set.

    • Rank function is typically used to identify the top N records based on a certain criteria.

    • Row number function is oft...

  • Answered by AI

Business Intelligence Analyst and Tableau Developer Interview Questions asked at other Companies

Q1. Find Top 5 and Botton 5 sales in same sheet
View answer (1)

Jobs at JLL Technologies

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding test with data and control loop

Round 2 - Technical 

(1 Question)

  • Q1. Call with tech exteprt have deep debut.

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. How many dg cheack
  • Q2. How many type transformer
  • Ans. 

    There are mainly two types of transformers: step-up transformers and step-down transformers.

    • Step-up transformers increase voltage levels, while step-down transformers decrease voltage levels.

    • Transformers can also be classified based on their construction, such as core type transformers and shell type transformers.

    • Other types of transformers include distribution transformers, power transformers, and instrument transform

  • Answered by AI
  • Q3. How many hvac ahu
  • Ans. 

    The number of HVAC AHUs can vary depending on the size and layout of the building.

    • The number of HVAC AHUs is typically determined by the size of the building and the specific heating and cooling needs of different areas.

    • Large commercial buildings may have multiple HVAC AHUs to efficiently regulate temperature throughout the space.

    • Residential buildings may have a single HVAC AHU serving the entire home.

    • HVAC AHUs can als...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job must have

Shift Engineer Interview Questions asked at other Companies

Q1. What is the process of oil top-up in fluid coupling
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the transformer
  • Ans. 

    A transformer is an electrical device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Transformers are used to increase or decrease the voltage in electrical power transmission and distribution systems.

    • They consist of two or more coils of wire, known as windings, that are wound around a core made of magnetic material.

    • The primary winding is connected to the input voltage s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical engineer qucation

Skills evaluated in this interview

Technical Engineer Interview Questions asked at other Companies

Q1. The hydraulic steering device of a dish antenna for satellite tracking works by adjusting the elevation using a hydraulic ram. Oil can be pumped into the ram to raise the elevation. The hydraulic seals leak pressure very slowly such that ad... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Jun 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 - Technical 

(1 Question)

  • Q1. Coding round and oops string
Round 3 - Technical 

(1 Question)

  • Q1. System design & real time scenario based

Senior Software Engineer Interview Questions asked at other Companies

Q1. Pascal's Triangle Construction You are provided with an integer 'N'. Your task is to generate a 2-D list representing Pascal’s triangle up to the 'N'th row. Pascal's triangle is a triangular array where each element is the sum of the two di... read more
View answer (1)

JLL Technologies Interview FAQs

How many rounds are there in JLL Technologies interview?
JLL Technologies interview process usually has 2-3 rounds. The most common rounds in the JLL Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for JLL Technologies 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 JLL Technologies. The most common topics and skills that interviewers at JLL Technologies expect are Investment Management, Commercial Real Estate, Analytical Chemistry, SQL and Computer Science.
What are the top questions asked in JLL Technologies interview?

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

  1. how can we delete duplicate record from table in SQL ta...read more
  2. Coding quesion - Find a substring in a given string and remove its occuren...read more
  3. Do you have any experience handling client iss...read more

Tell us how to improve this page.

JLL Technologies Interview Process

based on 17 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

JLL Interview Questions
4.1
 • 349 Interviews
CBRE Interview Questions
4.2
 • 262 Interviews
Square Yards Interview Questions
4.0
 • 199 Interviews
Colliers India Interview Questions
3.9
 • 63 Interviews
Knight Frank Interview Questions
4.1
 • 44 Interviews
Savills Interview Questions
4.0
 • 12 Interviews
Quikr Realty Interview Questions
3.9
 • 1 Interview
View all

JLL Technologies Reviews and Ratings

based on 67 reviews

3.5/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.7

Salary

3.4

Job security

3.4

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 67 Reviews and Ratings
Professional, Product Support

Aurangabad

2-5 Yrs

Not Disclosed

Data Quality and Governance Analyst 2

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

UIUX Desinger

Aurangabad

3-6 Yrs

Not Disclosed

Explore more jobs
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

Data Quality Analyst
11 salaries
unlock blur

₹7.1 L/yr - ₹9 L/yr

Business Analyst
9 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹16.5 L/yr - ₹50 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.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview