Upload Button Icon Add office photos

Filter interviews by

JLL Technologies Technology Analyst Interview Questions and Answers

Updated 15 Mar 2022

JLL Technologies Technology Analyst Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Simple c programs code to find the output, and DBMS simple basic questions

Round 2 - Group Discussion 

Topic : my topic of GD is was coronavirus accidently released or by mistake

Round 3 - Technical 

(1 Question)

  • Q1. Resume based programming questions and solve some code tell their output. DBMS quires like join the tables using inner join and etc...
Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. Tell me about yourself.
  • Q3. Resume based questions, and are you aware the bond and etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - selection processes are very smoothly and interviewer also supportive

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about JLL Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Have you worked on RFP
  • Ans. 

    Yes, I have worked on RFPs in my previous roles.

    • I have experience in responding to RFPs from clients.

    • I have worked on creating proposals and presentations for RFPs.

    • I have collaborated with cross-functional teams to gather information and create RFP responses.

    • I have also reviewed and evaluated RFPs from potential vendors.

    • For example, in my previous role at XYZ Company, I was responsible for leading the RFP response proc...

  • Answered by AI
  • Q2. Have you managed team

Technology Analyst Interview Questions Asked at Other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Minimum Number of Vertices to Reach All Nodes Problem Statement I ... read more
asked in Infosys
Q3. An atomic Spark job runs for 15 minutes every day. One day, it ru ... read more
Q4. Flatten a Multilevel Sorted Linked List You are given a linked li ... read more
Q5. Box Stacking Problem Statement Consider you are provided with 'n' ... read more

I applied via Job Portal and was interviewed before Dec 2021. 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 - One-on-one 

(1 Question)

  • Q1. Basic Mainframe Questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussions and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing more to say than just go for it and crack it

I applied via Company Website and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is CI/CD pipeline, and why it is needed?
  • Ans. 

    CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.

    • CI/CD pipeline automates the software delivery process

    • It helps in detecting and fixing bugs early in the development cycle

    • It ensures that the software is always in a releasable state

    • It reduces the time between writing code and deploying it to production

    • Examples of CI/CD tools include Jenkins, Travis CI, and CircleCI

  • Answered by AI
  • Q2. How did you implement Automation in your last organization?
  • Q3. What is jenkinsfile?
  • Ans. 

    Jenkinsfile is a text file that defines the entire build process for a Jenkins pipeline.

    • Jenkinsfile is written in Groovy syntax

    • It can be stored in a version control system like Git

    • It allows for defining stages, steps, and conditions for a pipeline

    • Jenkinsfile can be executed on any Jenkins instance

    • Example: pipeline { agent { docker 'maven:3-alpine' } stages { stage('Build') { steps { sh 'mvn -B -DskipTests clean package...

  • Answered by AI
  • Q4. How would you connect the machine in private subnet?
  • Ans. 

    To connect a machine in a private subnet, use a bastion host or VPN.

    • Set up a bastion host in the public subnet to act as a gateway.

    • Use SSH tunneling or RDP to connect to the bastion host.

    • From the bastion host, connect to the machine in the private subnet.

    • Alternatively, set up a VPN to securely connect to the private subnet.

    • Configure the security group and network ACLs to allow the necessary traffic.

  • Answered by AI
  • Q5. How can you verfiy/check/validate your Ansible playbooks?
  • Ans. 

    Ansible playbooks can be verified/validated using various tools and techniques.

    • Use Ansible's built-in syntax checker 'ansible-playbook --syntax-check'

    • Use Ansible's 'ansible-lint' tool to check for best practices and potential issues

    • Use 'ansible-playbook --check' to simulate playbook execution without making changes

    • Use 'ansible-playbook --diff' to show the differences between the current and desired state

    • Use 'ansible-pl...

  • Answered by AI
  • Q6. What is inventory,roles,variable in ansible?
  • Ans. 

    Inventory is a list of hosts where Ansible runs tasks. Roles are reusable collections of tasks, files, and templates. Variables are used to store data.

    • Inventory is a file or directory containing a list of hosts or groups of hosts

    • Roles are used to organize tasks, files, and templates into reusable collections

    • Variables are used to store data that can be used across multiple tasks and roles

    • Example: inventory file can cont...

  • Answered by AI
  • Q7. How to add user in Jenkins?
  • Ans. 

    Adding a user in Jenkins

    • Go to Jenkins dashboard and click on 'Manage Jenkins'

    • Click on 'Manage Users' and then 'Create User'

    • Fill in the user details and click 'Create User'

    • Assign the necessary permissions to the user

  • Answered by AI
  • Q8. What is Maven? Diff B/W Install and Deploy
  • Ans. 

    Maven is a build automation tool used for Java projects. Install is for local repository, deploy is for remote repository.

    • Maven is used to manage dependencies and build Java projects

    • Install command installs the project's artifact (jar, war, etc.) to the local repository

    • Deploy command uploads the artifact to a remote repository

    • Install is used during development, deploy is used for distribution

    • Example: 'mvn install' inst...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on what your actual troubleshooting(its your achivements), something ordinary thing which you did to find out a solution. No need to fake be original.

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of iOS, Keychain
  • Q2. Struct class diff, optional binding
  • Q3. Guard let statement when to use
  • Ans. 

    Use guard let statement to safely unwrap optional values and handle nil cases.

    • Use guard let to check if an optional value is nil before using it.

    • It is commonly used to unwrap optionals in the beginning of a function.

    • If the optional value is nil, the guard statement will exit the current scope.

    • Example: guard let name = person.name else { return }

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Core data questions on managed object model
  • Q2. GIT commands and code review process
Round 3 - HR 

(1 Question)

  • Q1. Roles and responsibilities of previous role

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the basic concepts can able to crack the interview

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Why you want to change a job
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and values.

    • Desire for professional growth: I want to take on more leadership responsibilities, as I have successfully led projects in my current role.

    • Alignment with company values: I admire your company's commitment to innovation and community service, which resonates with my personal values.

    • Seeking new challenges: I feel that I hav...

  • Answered by AI
  • Q2. Do you think you can work with us

I applied via Campus Placement and was interviewed before Oct 2021. 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 - Case Study 

If you were to consult an automobile firm to upgrade their in-vehicle, what changes would you suggest? Note that the firm primarily manufactures lowe end cars

Round 3 - Case Study 

Ice cream cart owner wants to increase profitability with an increase in the price of milk. How would you suggest that the owner maintain/ increase his profitability

Round 4 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Why cognizant consulting

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers are looking for practical solutions
Be confident in the solutions you propose and back them with numbers and facts where ever possible
Are these interview questions helpful?

I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly the questions were about my current project and my roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice : always make sure to ask if you will be assigned to a project directly after your joining, or if you will be on bench.

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What's is Capital Market? what is Derivatives? Difference between bond and equity? They ask some basics questions like this.
  • Ans. 

    Capital market is a financial market where long-term securities like stocks and bonds are bought and sold. Derivatives are financial instruments derived from an underlying asset.

    • Capital market is a market for long-term securities like stocks and bonds

    • It facilitates the buying and selling of financial instruments with long maturities

    • Derivatives are financial instruments derived from an underlying asset

    • They derive their ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just explain your profile what you are working in current company profile in detail.

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Standard Coding questing

Round 2 - Technical 

(1 Question)

  • Q1. Core java, java 8 features, collections, Exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for Datastructures and Algorithms .

JLL Technologies Interview FAQs

How many rounds are there in JLL Technologies Technology Analyst interview?
JLL Technologies interview process usually has 4 rounds. The most common rounds in the JLL Technologies interview process are Coding Test, Group Discussion and Technical.
How to prepare for JLL Technologies Technology Analyst 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 Business Operations, Business Reporting, Commercial Real Estate, Computer Science and Continuous Improvement.
What are the top questions asked in JLL Technologies Technology Analyst interview?

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

  1. Resume based programming questions and solve some code tell their output. DBMS ...read more
  2. Resume based questions, and are you aware the bond and etc...read more
What are the most common questions asked in JLL Technologies Technology Analyst HR round?

The most common HR questions asked in JLL Technologies Technology Analyst interview are -

  1. What is your family backgrou...read more
  2. Tell me about yourse...read more

Tell us how to improve this page.

JLL Technologies Technology Analyst Salary
based on 4 salaries
₹4.8 L/yr - ₹7.6 L/yr
31% less than the average Technology Analyst Salary in India
View more details

JLL Technologies Technology Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
25 salaries
unlock blur

₹32 L/yr - ₹38 L/yr

Software Engineer2
18 salaries
unlock blur

₹20 L/yr - ₹23 L/yr

Senior Data Engineer
15 salaries
unlock blur

₹19 L/yr - ₹46 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹16.5 L/yr - ₹43 L/yr

Software Engineer
13 salaries
unlock blur

₹7.8 L/yr - ₹18.5 L/yr

Explore more salaries
Compare JLL Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview