Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by L&T Finance Team. If you also belong to the team, you can get access from here

L&T Finance Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 3.3k Reviews

Filter interviews by

L&T Finance Software Development Engineer Interview Questions and Answers

Updated 1 May 2024

L&T Finance Software Development Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Explain sorting
  • Ans. 

    Sorting is the process of arranging items in a specific order.

    • Sorting can be done in ascending or descending order.

    • Common sorting algorithms include bubble sort, merge sort, and quick sort.

    • Example: Sorting an array of strings alphabetically.

  • 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
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1)Project related,
  • Q2. What is the Polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q3. What is RestController?
  • Ans. 

    RestController is a class in Spring framework used to handle HTTP requests and return responses as JSON or XML.

    • Handles HTTP requests in Spring framework

    • Returns responses as JSON or XML

    • Annotate a class with @RestController to define it as a RestController

    • Example: @RestController public class UserController {}

  • Answered by AI
Round 2 - Coding Test 

Find the number of occurrences of each element in the given ArrayList

Round 3 - HR 

(1 Question)

  • Q1. Discussion with hr like reason to switch.

Interview Preparation Tips

Interview preparation tips for other job seekers - be good with basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

    • Strong problem-solving skills and ability

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test with questions on aptitude and coding problem solving with 15 test cases

Round 2 - One-on-one 

(2 Questions)

  • Q1. Rotation of array
  • Ans. 

    Rotate an array of strings by a specified number of positions.

    • Create a new array and copy elements from original array based on rotation index.

    • Use modulo operator to handle cases where rotation index exceeds array length.

    • Handle edge cases like empty array or negative rotation index.

    • Example: Original array ['a', 'b', 'c', 'd', 'e'] rotated by 2 positions becomes ['c', 'd', 'e', 'a', 'b'].

  • Answered by AI
  • Q2. Sql query for 2
  • Ans. 

    SQL query to retrieve data from 2 tables using a join condition.

    • Use JOIN keyword to combine data from 2 tables based on a related column

    • Specify the columns you want to retrieve using SELECT statement

    • Add the table names and join condition in the FROM clause

  • Answered by AI

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed in Sep 2023. 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 - Coding Test 

Give all the lists of numbers by adding which we can achieve the target

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on resume and Behavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and background check

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an easy process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Defect life cycle?
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like severity and priority.

    • Defect fixing: Developers fix the reported defects.

    • Defect retesting: Testers verify that the defects are fixed.

    • De...

  • Answered by AI
  • Q2. What is Digital verification?
  • Ans. 

    Digital verification is the process of confirming the accuracy and authenticity of digital information or data.

    • Digital verification involves verifying the integrity of digital files or documents to ensure they have not been tampered with.

    • It can include methods such as checksums, digital signatures, and encryption to verify the authenticity of data.

    • Digital verification is commonly used in software development, cybersecu...

  • Answered by AI
  • Q3. What is mandate and type of mandate?
  • Ans. 

    A mandate is a command or authorization to act in a particular way. Types of mandates include legal, financial, and political mandates.

    • Mandate is a formal order or commission to do something.

    • Types of mandates include legal mandates (e.g. court orders), financial mandates (e.g. direct debit authorization), and political mandates (e.g. election results).

    • Mandates can also refer to the authority given to a person to act on

  • Answered by AI
  • Q4. What is API testing how will you perform API Test?
  • Ans. 

    API testing is testing the APIs directly to ensure they meet functionality, reliability, performance, and security requirements.

    • Understand the API documentation to identify endpoints, parameters, and expected responses

    • Create test cases to validate input/output data, error handling, and authentication

    • Use tools like Postman or SoapUI to send requests and verify responses

    • Perform functional, performance, security, and inte...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. Jdbc , Spring , Collection in java
  • Q2. Final vs finally . Explain
  • Ans. 

    Final and finally are two different words with different meanings.

    • Final is an adjective that means last or ultimate, as in final exam or final decision.

    • Finally is an adverb that means at last or in the end, as in finally, we reached our destination.

    • Final is used to describe something that is definitive or conclusive, while finally is used to describe the end of a process or event.

    • Examples: The final score of the game w...

  • Answered by AI
  • Q3. Abstraction and encapsulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Have edact knowledge as u mentioned in CV
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Maths
Logical
English
C

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on projects
Round 1 - Coding Test 

Basic question of easy-medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Simple problems on Data structure and algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Solve problem on data structure and algorithm

I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Discussion on Oops and asked to implement linked list and then asked to modify it to fit for a binary tree.

One qsts related to algos was asked too which I don't remember

Round 3 - HR 

(1 Question)

  • Q1. Formal introduction of ourselves . Followed by few qsts on family and why IIFL

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview process. Focus on algos and oops concepts more.

L&T Finance Interview FAQs

How many rounds are there in L&T Finance Software Development Engineer interview?
L&T Finance interview process usually has 1 rounds. The most common rounds in the L&T Finance interview process are Technical.

Tell us how to improve this page.

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
Muthoot Fincorp Interview Questions
4.5
 • 468 Interviews
Shriram Finance Interview Questions
4.1
 • 322 Interviews
Bajaj Finance Interview Questions
4.0
 • 291 Interviews
Muthoot Finance Interview Questions
3.6
 • 248 Interviews
IIFL Finance Interview Questions
4.0
 • 241 Interviews
View all
Area Sales Manager
357 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Manager
345 salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Collection Officer
341 salaries
unlock blur

₹1.2 L/yr - ₹3.8 L/yr

Senior Manager
337 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Assistant Manager
316 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Explore more salaries
Compare L&T Finance with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

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