Upload Button Icon Add office photos

Filter interviews by

L&T Construction Software Engineer Interview Questions and Answers

Updated 24 Dec 2024

L&T Construction Software Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. List, tuple Decorators
  • Q2. What is the process for removing duplicates from a list?

Interview questions from similar companies

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

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

Problem Statement : it would provide you the detailed description

Example : It would provide example of the program code

Functional Description: It would provide functional details of the code to be written

Returns: It would provide details of expected output of the code (what code should return after execution)

Round 3 - Aptitude Test 

While passing the first stage of interviews is considered difficult, it is often harder to complete a data entry test simply because of the increased need to work under pressure. Data entry tests often cause the most experienced workers to make unnecessary errors that aren’t really representative of how they work daily. However, with some simple preparation, you can complete your pre-employment tests with confidence. Here is how to prepare for your upcoming data entry test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make use of networking and both online and non-online job search opportunities. Use a resume builder to write a one-page, job-tailored resume that makes it past ATS. Proofread and make sure there are no typos or grammatical errors. Go to interviews early, rested, and with a positive attitude.
Round 1 - Technical 

(1 Question)

  • Q1. And the point that have previously version and the present version of our programming language and differences between help in selecting

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the question on notes which are not answered in the interview plan the question and related questions

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The explanation of projects which I was working and questions on it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to explain clearly about ur projects which all u worked for.

I applied via LinkedIn and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions were asked on scenario based on Natural ADABAS.
  • Q2. Difference between different types of read and find?
  • Ans. 

    Different types of read and find include sequential, binary, indexed, and hash.

    • Sequential read: reads data in order from start to end of file

    • Binary read: reads data in chunks of fixed size

    • Indexed read: uses an index to locate data

    • Hash read: uses a hash function to locate data

    • Sequential find: searches for data in order from start to end of file

    • Binary find: searches for data in chunks of fixed size

    • Indexed find: uses an i...

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

    Histogram is a graphical representation of data distribution.

    • It consists of bars that represent the frequency of data within certain intervals.

    • The x-axis represents the intervals and the y-axis represents the frequency.

    • It is commonly used in statistics to analyze data distribution.

    • Example: A histogram of student grades in a class can show the distribution of grades.

    • Example: A histogram of the heights of people in a pop

  • Answered by AI
  • Q4. How to get the data from adabas?
  • Ans. 

    To get data from Adabas, use Adabas API or Adabas SQL Gateway.

    • Adabas API provides a set of functions to access Adabas database directly.

    • Adabas SQL Gateway allows accessing Adabas data using SQL statements.

    • Adabas can also be accessed through middleware like JDBC or ODBC drivers.

    • Example: Using Adabas API, call the function 'ADAREAD' to read data from a file.

    • Example: Using Adabas SQL Gateway, execute a SELECT statement to

  • Answered by AI
  • Q5. Do you know what is Get transaction
  • Ans. 

    Get transaction is a method to retrieve data from a database or blockchain.

    • Get transaction is used to retrieve a specific transaction from a database or blockchain.

    • It is commonly used in blockchain technology to retrieve information about a specific transaction on the blockchain.

    • In databases, it is used to retrieve data from a specific row or set of rows based on certain criteria.

    • Examples of databases that use Get tran

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to take the interviewer on your strong point.

Skills evaluated in this interview

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Process of STLC and sdlc.and also focus on SQL injection and API testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on project , because most of the question arises from this part and also cover testing,maven and GitHub

Interview Questionnaire 

1 Question

  • Q1. Explain your project thoroughly, then they will ask project related questions, core java(multi threading, collections, oops mostly), SQL,spring(basic) for java developer interview

Interview Questionnaire 

3 Questions

  • Q1. Static keyword. Object creation
  • Q2. Virtual function and run time polymorphism
  • Q3. Compile time polymorphism and example
  • Ans. 

    Compile time polymorphism is achieved through function overloading and templates.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Templates allow generic programming by defining functions or classes that can work with different data types.

    • Examples of function overloading include cout<< for different data types and sqrt() for float and double.

    • Examples of templates include vector

  • Answered by AI

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

Interview Questionnaire 

1 Question

  • Q1. Questions from Java Spring framework, Hibernate, SQL were asked and apart from that Three programming questions were asked which was based on Data structure, String and Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Core Java, Collection, String most of the questions were asked from these topics

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

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

L&T Construction Interview FAQs

How many rounds are there in L&T Construction Software Engineer interview?
L&T Construction interview process usually has 1 rounds. The most common rounds in the L&T Construction interview process are Technical.
What are the top questions asked in L&T Construction Software Engineer interview?

Some of the top questions asked at the L&T Construction Software Engineer interview -

  1. What is the process for removing duplicates from a li...read more
  2. List, tuple Decorat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Projects Interview Questions
4.3
 • 397 Interviews
Dilip Buildcon Interview Questions
4.0
 • 138 Interviews
G R Infraprojects Interview Questions
4.1
 • 127 Interviews
AtkinsRealis Interview Questions
4.0
 • 83 Interviews
GMR Group Interview Questions
4.1
 • 73 Interviews
View all
L&T Construction Software Engineer Salary
based on 15 salaries
₹4 L/yr - ₹9 L/yr
18% less than the average Software Engineer Salary in India
View more details

L&T Construction Software Engineer Reviews and Ratings

based on 3 reviews

2.4/5

Rating in categories

3.4

Skill development

2.7

Work-Life balance

2.2

Salary & Benefits

4.8

Job Security

2.2

Company culture

2.4

Promotions/Appraisal

1.6

Work Satisfaction

Explore 3 Reviews and Ratings
Assistant Manager
1.1k salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Senior Engineer
685 salaries
unlock blur

₹3 L/yr - ₹11.7 L/yr

Assistant Construction Manager
528 salaries
unlock blur

₹5.4 L/yr - ₹17.5 L/yr

Civil Site Engineer
377 salaries
unlock blur

₹1.6 L/yr - ₹8.3 L/yr

Assistant Engineering Manager
322 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Explore more salaries
Compare L&T Construction with

Tata Projects

4.3
Compare

Shapoorji Pallonji Group

4.2
Compare

Hindustan Construction Company

4.2
Compare

GAMMON INDIA

3.9
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