Upload Button Icon Add office photos

L&T Construction

Compare button icon Compare button icon Compare

Filter interviews by

L&T Construction Senior Java Developer Interview Questions and Answers

Updated 10 Aug 2022

L&T Construction Senior Java Developer Interview Experiences

1 interview found

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between run and start methods in multi threading What is fail fast and fail safe Difference between List Iterator and iterator
  • Ans. 

    Explaining differences between multi-threading concepts and List Iterator

    • The run() method is used to execute the thread's task, while the start() method is used to start the thread.

    • Fail fast means to immediately stop the program when an error occurs, while fail safe means to continue running the program and handle the error.

    • List Iterator is used to traverse a list in both forward and backward directions, while Iterator...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge on concepts is required like multi threading process, how to control thread sequence and internal working of Hash map, hash table

Skills evaluated in this interview

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
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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. How to declare object in js
  • Ans. 

    To declare an object in JavaScript, you can use the 'let' or 'const' keyword followed by the object name and curly braces {}.

    • Use 'let' or 'const' keyword to declare the object

    • Followed by the object name and curly braces {}

    • Example: let person = {};

  • Answered by AI

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.

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.

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Spring boot flow
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured templates and dependencies.

    • Spring Boot uses an embedded server to run the application

    • It provides auto-configuration of dependencies

    • It uses annotations to configure the application

    • It supports various data sources and web frameworks

    • It simplifies the deployment process

  • Answered by AI
  • Q2. What is difference between error and exception?
  • Ans. 

    Errors are unrecoverable, while exceptions can be handled.

    • Errors are caused by the environment or JVM, while exceptions are caused by the application code.

    • Errors cannot be handled, while exceptions can be caught and handled using try-catch blocks.

    • Examples of errors include OutOfMemoryError and StackOverflowError, while examples of exceptions include NullPointerException and ArrayIndexOutOfBoundsException.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Larsen & Toubro Limited Java Developer interview:
  • Core Java
  • Spring Boot
Interview preparation tips for other job seekers - Please be fully prepared and clear the basics on core java.

Skills evaluated in this interview

I was interviewed 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. 

    1. The C programming language is a procedural language type while C++ is an object-oriented programming language type.
    2. C programming follows a top to down programming approach that focuses on the steps rather than the data. C++ follows a bottom-to-top approach that focuses on data rather than the overall procedure.
    3. Since C is a structured programming language the program is divided into separate blocks known as fun...

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

    An access specifier is used to implement the principle of information hiding. This principle states that irrelevant and sensitive information should be kept hidden, as much as possible, outside of a class.
    The three access specifiers in C++, in ascending order of accessibility, are:

    1. private
    All private variables and functions can only be accessed from inside the class or friend class. When no specifier is written, the ...

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

    Device Manager is accessible in Control Panel. 
    First, open Control Panel by clicking the “Start” menu, typing “control panel,” and clicking the “Control Panel” icon. In Control Panel, click the “Hardware and Sound” category, then select “Device Manager.”

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

    Click the Windows Start Button.
    In the search box type cmd.
    In the search results, Right-Click on cmd and select Run as administrator 
    This will open the Command Prompt window 
    To change to the Root directory type cd\ and hit Enter

  • Answered Anonymously
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

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

Interview Questionnaire 

1 Question

  • Q1. Java 8, spring, Java opps, hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Java Basics need to be strong

L&T Construction Interview FAQs

How many rounds are there in L&T Construction Senior Java Developer interview?
L&T Construction interview process usually has 1 rounds. The most common rounds in the L&T Construction interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Projects Interview Questions
4.2
 • 424 Interviews
Dilip Buildcon Interview Questions
4.0
 • 140 Interviews
G R Infraprojects Interview Questions
4.1
 • 132 Interviews
AtkinsRealis Interview Questions
4.0
 • 85 Interviews
GMR Group Interview Questions
4.0
 • 80 Interviews
View all
Assistant Manager
1.1k salaries
unlock blur

₹6 L/yr - ₹18.2 L/yr

Senior Engineer
712 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Assistant Construction Manager
498 salaries
unlock blur

₹5.4 L/yr - ₹17.5 L/yr

Civil Site Engineer
366 salaries
unlock blur

₹1.2 L/yr - ₹8.3 L/yr

Construction Management
332 salaries
unlock blur

₹8.2 L/yr - ₹35 L/yr

Explore more salaries
Compare L&T Construction with

Tata Projects

4.2
Compare

Shapoorji Pallonji Group

4.1
Compare

Hindustan Construction Company

4.2
Compare

GAMMON INDIA

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