Upload Button Icon Add office photos

Filter interviews by

Lloyds Bank Senior Software Engineer Interview Questions and Answers

Updated 31 Jan 2024

Lloyds Bank Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to make class immutable
  • Ans. 

    To make a class immutable, use final keyword for class, private final fields, and no setters.

    • Declare the class as final to prevent inheritance

    • Declare all fields as private and final

    • Do not provide any setter methods

    • Ensure that any mutable objects within the class are not modified

  • Answered by AI
  • Q2. What is lamda function
  • Ans. 

    A lambda function is an anonymous function that can be used to write concise and inline code.

    • Lambda functions are commonly used in functional programming languages.

    • They can be used to define and pass functions as arguments.

    • Lambda functions are often used in situations where a function is only needed once.

    • They can be used to write shorter and more readable code.

    • Lambda functions are supported in many programming language

  • Answered by AI

Interview questions from similar companies

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

(1 Question)

  • Q1. Tell me more about your experience
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 Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Any online ideas, ds-algo, medium level

Round 2 - Coding Test 

Swift, security framework, api, memory management

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic ds-algo nd technical question
Round 4 - HR 

(1 Question)

  • Q1. Managerial question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • 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. Asked about my experience as an integration developer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2023. 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 - Coding Test 

DSA round. DP and Gaph

Round 3 - Technical 

(1 Question)

  • Q1. Java,Springboot,Hibernate,JPA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

IT was for 2hr basic question where ask from differe programing language

Round 2 - HR 

(1 Question)

  • Q1. Question where base on your resume
Round 3 - Technical 

(1 Question)

  • Q1. DSA question ,oops,DBMS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Core java, Java 8
Round 2 - Coding Test 

Random Programming questions

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There interview process involving coding and systems design. I didn't do the best on systems design but the interviewer was a cool person so it wasn't too bad.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the systems design.

Lloyds Bank Interview FAQs

How many rounds are there in Lloyds Bank Senior Software Engineer interview?
Lloyds Bank interview process usually has 1 rounds. The most common rounds in the Lloyds Bank interview process are Technical.
What are the top questions asked in Lloyds Bank Senior Software Engineer interview?

Some of the top questions asked at the Lloyds Bank Senior Software Engineer interview -

  1. How to make class immuta...read more
  2. What is lamda funct...read more

Tell us how to improve this page.

Lloyds Bank Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IndusInd Bank Interview Questions
3.6
 • 589 Interviews
Yes Bank Interview Questions
3.8
 • 411 Interviews
Bank of Baroda Interview Questions
3.6
 • 103 Interviews
Canara Bank Interview Questions
3.4
 • 57 Interviews
View all
Lloyds Bank Senior Software Engineer Salary
based on 10 salaries
₹28 L/yr - ₹42.5 L/yr
131% more than the average Senior Software Engineer Salary in India
View more details

Lloyds Bank Senior Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

5.0

Salary

4.5

Job security

5.0

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
16 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹28 L/yr - ₹42.5 L/yr

Quality Engineer
5 salaries
unlock blur

₹22 L/yr - ₹42 L/yr

Data Engineer
4 salaries
unlock blur

₹9.3 L/yr - ₹25 L/yr

Senior Quality Engineer
4 salaries
unlock blur

₹27 L/yr - ₹42.8 L/yr

Explore more salaries
Compare Lloyds Bank with

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

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