Upload Button Icon Add office photos

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test was hard, needs to prepared very well

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

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. C++ Question

    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 by CodingNinjas
  • Q2. C++ Question

    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 by CodingNinjas
  • Q3. Technical Question

    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 by CodingNinjas
  • Q4. Technical Question

    How do you open 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 by CodingNinjas
Round 2 - HR 

(1 Question)

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.

  • Q1. Basic HR Question

    1. What is the one most creative thing you have done ?

  • Ans. 

    Tip 1 : The cross questioning can go intense some time, think before you speak.

    Tip 2 : Be open minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.

    Tip 3: Talk about a relevant incident that made you keen on the profession you are pursuing and follow up by discussing your education.

  • Answered by CodingNinjas

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

I applied via Naukri.com and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. How to create connection pool using?
  • Ans. 

    Connection pool can be created using libraries like Apache DBCP or HikariCP.

    • Choose a connection pool library based on your requirements.

    • Configure the pool size, maximum connections, and other settings.

    • Create a data source object and set the connection pool properties.

    • Use the data source object to get connections from the pool.

    • Close the connections after use to return them to the pool.

  • Answered by AI
  • Q2. OOPS Concepts of java and how we have implemented in the respective projects?
  • Ans. 

    OOPS concepts are fundamental to Java programming. They are used in various projects to achieve code reusability and maintainability.

    • Encapsulation: Used to hide implementation details and protect data integrity.

    • Inheritance: Used to create a new class from an existing class, inheriting its properties and methods.

    • Polymorphism: Used to perform a single action in different ways, such as method overloading and overriding.

    • Ab...

  • Answered by AI
  • Q3. How spring framework has been implemented in your project ?
  • Ans. 

    Spring framework was used extensively in the project for dependency injection and MVC architecture.

    • Used Spring Boot for easy setup and configuration

    • Implemented Spring Security for authentication and authorization

    • Utilized Spring Data JPA for database operations

    • Used Spring MVC for handling HTTP requests and responses

    • Implemented Spring AOP for logging and exception handling

  • Answered by AI
  • Q4. How map tables in the database with using hibernate orm?
  • Ans. 

    Hibernate ORM maps tables in database using annotations or XML files.

    • Use @Entity annotation to map a class to a table

    • Use @Table annotation to specify the table name

    • Use @Column annotation to map a field to a column

    • Use @Id annotation to specify the primary key

    • Use @GeneratedValue annotation to specify the generation strategy for primary key

    • Use XML files for mapping if annotations are not preferred

  • Answered by AI
  • Q5. What are sql joins and what are different kinds of joins?
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both tables

  • Answered by AI
  • Q6. What collections to be used in which scenario?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the projects you have worked on and core java.Spring framework or any other JEE framework you have implemented/used.

Skills evaluated in this interview

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.

People are getting interviews through

based on 1 L&T Construction interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

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
Assistant Manager
1.1k salaries
unlock blur

₹6 L/yr - ₹17.8 L/yr

Senior Engineer
856 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Assistant Construction Manager
529 salaries
unlock blur

₹5.4 L/yr - ₹18 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