Premium Employer

i

This company page is being actively managed by Lloyds Technology Centre Team. If you also belong to the team, you can get access from here

Lloyds Technology Centre

Compare button icon Compare button icon Compare
3.5

based on 55 Reviews

Filter interviews by

Lloyds Technology Centre Software Engineer Interview Questions and Answers

Updated 9 Jan 2025

Lloyds Technology Centre Software Engineer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. Asked to write a code
  • Q2. Springboot questions
Round 2 - HR 

(1 Question)

  • Q1. Basic discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Ds and algorithms based

Round 2 - HR 

(2 Questions)

  • Q1. What's your current ctc
  • Q2. What's your expected ctc
  • Ans. 

    My expected CTC is based on industry standards and my experience level.

    • Based on my research, I am expecting a salary in the range of $80,000 to $100,000 per year.

    • I am open to negotiation based on the overall compensation package offered by the company.

    • I am looking for a competitive salary that reflects my skills and experience in the software engineering field.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 Medium DSA Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Debugging questions plus 1 Medium DSA Question
Round 3 - HR 

(1 Question)

  • Q1. About projects, Tech Skills and Why do I want to join Lloyds.
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 - HR 

(2 Questions)

  • Q1. Self introduction, about the past exprience and salary
  • Q2. Why you want to work at this company
  • Ans. 

    I want to work at this company because of its reputation for innovation and its commitment to employee growth and development.

    • The company has a strong reputation for innovation in the software industry.

    • I am impressed by the company's commitment to employee growth and development.

    • The company's values align with my own professional goals and aspirations.

    • I am excited about the opportunity to work with a talented and diver...

  • Answered by AI
Round 3 - Coding Test 

The oop concepts, some SQL and question about memory

Interview Preparation Tips

Interview preparation tips for other job seekers - make sure you understand the basic oop concepts and about memory

Lloyds Technology Centre interview questions for designations

 Senior Software Engineer

 (3)

 Senior Software Test Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Developer

 (2)

 Qe Software Engineer

 (1)

 Senior Software Developer

 (1)

 Softwaretest Engineer

 (2)

 Data Engineer

 (1)

Interview questions from similar companies

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

(2 Questions)

  • Q1. What are hooks, event loop usecontext api
  • Q2. What is aggregator
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Ans. 

    Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions cannot be used as constructors with 'new'.

    • Arrow functions are more concise and have implicit return when no curly braces are used.

  • Answered by AI
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Q4. Difference between forEach and Map
  • Ans. 

    forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map does

    • forEach does not modify the original array, while map creates a new array

    • forEach is used for side effects, while map is used for transformation

    • Example: forEach - array.forEach(item => console.log(item)), map - const newAr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic array and vectors DSA questions

Round 2 - Technical 

(3 Questions)

  • Q1. Asked me about my past project and my contribution in it
  • Q2. Linux commands and c++ language control
  • Q3. Asked me to write last function i wrote and explain what it does
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked me about my past projects and my contribution
  • Q2. Checked my work ethics
Round 4 - HR 

(2 Questions)

  • Q1. Basic hr questions
  • Q2. Salary negotiation
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 Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

Low-level design interview
I need to design a Music player app using oops concept

Round 3 - One-on-one 

(5 Questions)

  • Q1. Sort the stack in O(1) time complexity
  • Ans. 

    Use an additional stack to store sorted elements and maintain the minimum element at the top of the original stack.

    • Create a new stack to store sorted elements.

    • Pop elements from the original stack and compare with the top element of the new stack.

    • If the popped element is smaller, push it to the new stack. If larger, keep popping from the new stack and push to the original stack until the correct position is found.

    • Repeat...

  • Answered by AI
  • Q2. Difference between process and thread
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • A process has its own memory space, while threads within the same process share memory.

    • Processes are independent of each other, while threads within the same process can communicate with each other.

    • Processes are heavyweight, requiring separate memory and resources, while threads are lightweight an...

  • Answered by AI
  • Q3. Difference between abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructor, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class is used to provide a common base for multiple derived classes, while interface is used to define a contract fo...

  • Answered by AI
  • Q4. What is race condition?
  • Ans. 

    A race condition is a situation in which the outcome of a program depends on the order of execution of its threads or processes.

    • Occurs when multiple threads or processes access shared data or resources concurrently

    • Can lead to unpredictable behavior or bugs in the program

    • Prevented by using synchronization mechanisms like locks or semaphores

    • Example: Two threads trying to increment a shared variable simultaneously

  • Answered by AI
  • Q5. What is normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.

    • Example: In a database of students, instead of storing student details in multiple ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is policy manager
  • Ans. 

    Policy manager is a software tool used to centrally manage and enforce policies across an organization's systems and applications.

    • Policy manager helps define, monitor, and enforce policies related to security, compliance, access control, and other governance aspects.

    • It allows administrators to set rules and regulations that govern how data and resources are accessed and used within an organization.

    • Policy manager can au...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on actimize IFM.

Skills evaluated in this interview

Lloyds Technology Centre Interview FAQs

How many rounds are there in Lloyds Technology Centre Software Engineer interview?
Lloyds Technology Centre interview process usually has 2-3 rounds. The most common rounds in the Lloyds Technology Centre interview process are HR, Coding Test and Resume Shortlist.
How to prepare for Lloyds Technology Centre Software Engineer 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 Lloyds Technology Centre. The most common topics and skills that interviewers at Lloyds Technology Centre expect are AWS, Azure DevOps, Database Management, Fullstack Development and GCP.
What are the top questions asked in Lloyds Technology Centre Software Engineer interview?

Some of the top questions asked at the Lloyds Technology Centre Software Engineer interview -

  1. What's your expected ...read more
  2. Debugging questions plus 1 Medium DSA Quest...read more
  3. Asked to write a c...read more

Tell us how to improve this page.

Lloyds Technology Centre Software Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 2 Lloyds Technology Centre interviews
WalkIn
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
Join Lloyds Technology Centre We're changing financial services and we want you to join us
Lloyds Technology Centre Software Engineer Salary
based on 68 salaries
₹9 L/yr - ₹22 L/yr
67% more than the average Software Engineer Salary in India
View more details

Lloyds Technology Centre Software Engineer Reviews and Ratings

based on 7 reviews

4.2/5

Rating in categories

4.4

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.1

Job Security

4.2

Company culture

3.7

Promotions/Appraisal

4.2

Work Satisfaction

Explore 7 Reviews and Ratings
Software Engineer
68 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹17.3 L/yr - ₹45.7 L/yr

Quality Engineer
21 salaries
unlock blur

₹9.2 L/yr - ₹13 L/yr

Senior Data Analyst
19 salaries
unlock blur

₹14.3 L/yr - ₹29.3 L/yr

Senior Data Engineer
13 salaries
unlock blur

₹14.9 L/yr - ₹37.5 L/yr

Explore more salaries
Compare Lloyds Technology Centre with

HSBC Group

4.0
Compare

Standard Chartered Plc

3.0
Compare

Barclays PLC

3.9
Compare

JPMorgan Chase & Co.

4.0
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