Upload Button Icon Add office photos

Filter interviews by

L&T Institute of Technology Senior Software Engineer Interview Questions and Answers

Updated 23 Oct 2021

L&T Institute of Technology Senior Software Engineer Interview Experiences

1 interview found

I applied via Job Portal and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating a new class from an existing class.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. What is api?
  • Ans. 

    API stands for Application Programming Interface. It is a set of protocols, routines, and tools for building software applications.

    • API allows different software applications to communicate with each other

    • It defines how software components should interact

    • APIs can be public or private

    • Examples of APIs include Google Maps API, Twitter API, and Facebook API

  • Answered by AI
  • Q3. What is spring
  • Ans. 

    Spring is a popular Java framework for building web applications and enterprise-level software.

    • Spring provides a comprehensive programming and configuration model for modern Java-based enterprise applications.

    • It offers features such as inversion of control, aspect-oriented programming, and support for transaction management.

    • Spring also includes modules for building web applications, integrating with databases, and work...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall rhe interview was good and

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Time and work,coding,trains

Round 2 - Group Discussion 

Social media and cricket

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

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium leetcode question on graph was given by third party interviewer BarRaiser

Interview Preparation Tips

Topics to prepare for ALLEN Career Institute Senior Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare DSA questions on tree and graphs
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design a distributed system with 10mil users
  • Ans. 

    Design a distributed system to handle 10 million users.

    • Use a microservices architecture to break down the system into smaller, manageable components.

    • Implement load balancing to distribute user requests across multiple servers.

    • Utilize a distributed database to store user data and ensure scalability.

    • Implement caching mechanisms to improve performance and reduce database load.

    • Use message queues for asynchronous communicat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just writing to login , no interviwe yet

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About myself and my working skills and my previous experience
  • Q2. What is expected salary
  • Q3. Are willing to reloacte
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals

    • I have relocated for previous job opportunities and am comfortable with the process

    • I understand the importance of being flexible and adaptable in the tech industry

  • Answered by AI
Round 2 - Coding Test 

C#,Dotnet MVC,Webform ,sql server, write code ,they give task ask about and explanation.

Round 3 - HR 

(2 Questions)

  • Q1. Policy term and conditions and expectation
  • Q2. Why i am leaving privious organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience about my interview and job at chandigarh university
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Microservice what is and Architecture
  • Ans. 

    Microservices are a software development approach where applications are broken down into smaller, independent services that communicate with each other.

    • Microservices are small, independent services that work together to form a larger application

    • Each microservice is responsible for a specific function or feature

    • Microservices communicate with each other through APIs

    • Microservices can be developed, deployed, and scaled in...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Profermance and error management questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The first round was aptitude and it has 3 sections

Round 2 - Coding Test 

They gave coding regarding java

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.

    • Polymorphism: Ability to present...

  • Answered by AI
  • Q2. Difference between method overloading and method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is resolved at compile time based on the method signature, while method overriding is resolved at runtime based on the object type.

    • Method overloading is used to provide different ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test are assessments that are designed to evaluate a developer's coding skills and aptitude.

Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume updated. ...
Tailor your application to each job. ...
Tidy up your social media. ...
Hit up your network. ...
Be yourself. ...
Practice self-care. ...
Build a professional online presence. ...
Attend networking events.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Aptitude Test 

Common Aptitude along with HTML5, CSS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions were on HTML5,CSS and web development related questions.

L&T Institute of Technology Interview FAQs

What are the top questions asked in L&T Institute of Technology Senior Software Engineer interview?

Some of the top questions asked at the L&T Institute of Technology Senior Software Engineer interview -

  1. What is a...read more
  2. What is spr...read more
  3. What is oo...read more

Tell us how to improve this page.

Engineer
7 salaries
unlock blur

₹4 L/yr - ₹7.3 L/yr

Senior Engineer
4 salaries
unlock blur

₹7 L/yr - ₹7 L/yr

Technical Lead
3 salaries
unlock blur

₹14.8 L/yr - ₹15.5 L/yr

Project Lead
3 salaries
unlock blur

₹9.2 L/yr - ₹13.8 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare L&T Institute of Technology with

Aakash Educational Services

3.5
Compare

NIIT

3.6
Compare

Amity University

3.6
Compare

AIIMS

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