Upload Button Icon Add office photos

L&T Construction

Compare button icon Compare button icon Compare

Filter interviews by

L&T Construction Software Developer Interview Questions and Answers for Freshers

Updated 4 Dec 2024

L&T Construction Software Developer Interview Experiences for Freshers

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

Noramal basic algorithm and ,fetch api

Round 2 - Technical 

(1 Question)

  • Q1. React alll basic question,redux,class component,functional component

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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. WHAT YOU KNOW ABOUT CODEING
  • Ans. 

    Coding is the process of creating instructions for computers to execute tasks.

    • Coding involves writing and testing instructions in programming languages.

    • It is used to create software, websites, apps, and more.

    • Examples of coding languages include Java, Python, and C++.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. HOW MUCH TIME TAKE FOR ONW PROJECT
Round 4 - Aptitude Test 

VEAY SIMPLE QUESTION ASKING

Skills evaluated in this interview

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

Test was hard, needs to prepared very well

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

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Proficient in C#, jQuery, and MySQL.

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Tell me something about yourself.
  • Q2. Where do you envision yourself in five years?
  • Q3. What was your greatest achievement in your most recent job?
  • Q4. Whom do you admire most in your family & why?
  • Q5. What was the best thing that happened to you last year, and how did it impact you?
  • Q6. What is one skill you can confidently say you possess?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was simple interview no technical questions asked

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

Interview Questionnaire 

1 Question

  • Q1. Question are asked majorly on SQL language

Interview Preparation Tips

Interview preparation tips for other job seekers - I have been selected as Axiom developer, and question are asked majorly about sql languages. Which is basic need for Axiom.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy not much hard. Basic questions

Round 2 - Coding Test 

Dsa is must, logical questions are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for basic coding questions.

I appeared for an interview before Mar 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical interview round with questions on C, C++ and Windows.

  • Q1. What is the difference between C and C++?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language with features like classes and inheritance.

    • C is a procedural programming language while C++ is a multi-paradigm language with support for object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have features like inheritance and polymorphism which are present in C++.

    • C is a subset of C++.

    • C++ ...

  • Answered by AI
  • Q2. What are access specifiers in C++?
  • Ans. 

    Access specifiers in C++ are keywords used to define the accessibility of class members.

    • Access specifiers include public, private, and protected.

    • Public members are accessible from outside the class.

    • Private members are only accessible within the class.

    • Protected members are accessible within the class and its subclasses.

    • Example: class MyClass { private: int x; public: void setX(int val) { x = val; } };

    • Example: MyClass ob

  • Answered by AI
  • Q3. How do you open Device Manager in Windows?
  • Ans. 

    Device Manager can be opened in Windows by using the Run dialog box or searching in the Start menu.

    • Press Windows key + R to open the Run dialog box, then type 'devmgmt.msc' and press Enter

    • Search for 'Device Manager' in the Start menu and click on the result to open it

  • Answered by AI
  • Q4. How do you open the command prompt in Windows?
  • Ans. 

    To open the command prompt in Windows, you can use the search bar or keyboard shortcuts.

    • Use the search bar and type 'cmd' or 'command prompt'

    • Press Windows key + R, then type 'cmd' and press Enter

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR interview can be a bit tricky. They will try to see your creativity in your answers so just be yourself and be confident.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPALarsen & Toubro interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About Yourself

Interview Preparation Tips

Round: Test
Experience: Test level was medium, as i also sat for mahindra, i found L&T test was harder than mahindra!
Tips: Just study RS agarwal

Round: Group Discussion
Experience: It was easy for me, coz i was aware about tips of GD
Tips: Be the leader, if possibleTalk in between, even if u dont know topic much
Duration: 20 minutes

Round: Interview
Experience: This question was damn easy for me, coz i can talk more based on my activities & resume
Tips: Dont hesitate, stay calm & describe yourself, but not family background

General Tips: Be yourself, no technical knowledge is required(depends on panel u get)
Skill Tips: ""
College Name: IIT Roorkee
Motivation: To get placed!

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 Developer interview for freshers?
L&T Construction interview process for freshers usually has 2 rounds. The most common rounds in the L&T Construction interview process for freshers are Coding Test and Technical.
What are the top questions asked in L&T Construction Software Developer interview for freshers?

Some of the top questions asked at the L&T Construction Software Developer interview for freshers -

  1. open personal email in some remote desk...read more
  2. react alll basic question,redux,class component,functional compon...read more

Tell us how to improve this page.

L&T Construction Software Developer Interview Process for Freshers

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Dilip Buildcon Interview Questions
4.0
 • 147 Interviews
G R Infraprojects Interview Questions
4.1
 • 134 Interviews
AtkinsRealis Interview Questions
3.9
 • 88 Interviews
Ashoka Buildcon Interview Questions
4.1
 • 66 Interviews
View all
L&T Construction Software Developer Salary
based on 14 salaries
₹3.3 L/yr - ₹9 L/yr
24% less than the average Software Developer Salary in India
View more details

L&T Construction Software Developer Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.3

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

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

₹6 L/yr - ₹18.2 L/yr

Senior Engineer
706 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Assistant Construction Manager
491 salaries
unlock blur

₹5.4 L/yr - ₹17 L/yr

Civil Site Engineer
469 salaries
unlock blur

₹1.2 L/yr - ₹8.4 L/yr

Assistant Engineering Manager
327 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Explore more salaries
Compare L&T Construction with

Larsen & Toubro Limited

3.9
Compare

Dilip Buildcon

4.0
Compare

Simplex Infrastructures

3.4
Compare

Power Mech Projects

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