Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Larsen & Toubro Limited Team. If you also belong to the team, you can get access from here

Larsen & Toubro Limited Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Larsen & Toubro Limited Front end Developer Interview Questions and Answers

Updated 18 Oct 2024

Larsen & Toubro Limited Front end Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All react Questions and one coding question like fetch data and display on to Ui

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well o projects,React concepts

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Ninja test its easy , you can find many mock papers on youtube

Round 2 - Technical 

(2 Questions)

  • Q1. Null operation , string reverse
  • Q2. Dsa questions , linked list and so on
Round 3 - HR 

(2 Questions)

  • Q1. What is your Dream company
  • Ans. 

    My dream company is a tech giant known for innovation, employee benefits, and a positive work culture.

    • Innovative technology and projects

    • Strong employee benefits and perks

    • Positive work culture and work-life balance

  • Answered by AI
  • Q2. Tell me about yourself which is not on your resume
  • Ans. 

    I am an avid hiker and have climbed several mountains in the past year.

    • I enjoy spending time outdoors and challenging myself physically

    • I have completed multiple hiking trips in various terrains

    • I find solace and inspiration in nature, which fuels my creativity in coding

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering dont studder

Front end Developer Interview Questions & Answers

TCS user image SivaKumar Chandran

posted on 26 Oct 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

It was happened duration 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. Tell about Angular new versions
  • Ans. 

    Angular releases new versions regularly with updates and improvements.

    • Angular follows a semantic versioning scheme with major, minor, and patch updates.

    • Major updates introduce breaking changes and new features.

    • Minor updates add new features and improvements.

    • Patch updates include bug fixes and minor enhancements.

    • For example, Angular 10 introduced stricter types, improved performance, and updated dependencies.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. 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 - Aptitude Test 

Basic quantatitve questions, verbal ability

Round 3 - Technical 

(2 Questions)

  • Q1. Basic knowledge on web development
  • Q2. Basic on html concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Promise callback closure grid flex
Round 3 - HR 

(1 Question)

  • Q1. Introduce your self please
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Attitude test are use to personality and knowledge

Round 3 - Coding Test 

Html , css , java , reactjs

Interview Preparation Tips

Topics to prepare for TCS Front end Developer interview:
  • HTML
  • CSS
  • Bootstrap
Interview preparation tips for other job seekers - Be prepare for anything..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Digital payment
Easy transcation money
dont use emergency time

Round 2 - Technical 

(2 Questions)

  • Q1. What is api? Application programming interface collect the backend data show the UI
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • They allow developers to access the functionality of a system or service without needing to understand its internal workings.

    • Examples of APIs include Google Ma...

  • Answered by AI
  • Q2. What is state and props
  • Ans. 

    State and props are two important concepts in React for managing and passing data between components.

    • State is used to store and manage data within a component. It is mutable and can be updated using setState() method.

    • Props (short for properties) are used to pass data from parent to child components. They are immutable.

    • State is internal to a component, while props are external and passed down from parent components.

    • Exam...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - all round clear and easy coding

Skills evaluated in this interview

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

Round 1 - One-on-one 

(1 Question)

  • Q1. 1. Looping and grouping in css 2. Pseudo class and pseudo elements in css 3. Difference between var let and const in js 4. Closure in js 5. Some basic to advanced questions in Angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some basic to advanced concepts in css, js and Angular you can easily crack the interview.

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Oops concept
  • Q2. Sql server stored procedure and functions
  • Ans. 

    SQL Server stored procedures and functions

    • Stored procedures are precompiled SQL statements that can be executed with parameters

    • Functions return a single value and can be used in SQL statements

    • Both can improve performance and security by reducing network traffic and preventing SQL injection attacks

  • Answered by AI
  • Q3. Asp.net page life cycle
  • Ans. 

    ASP.NET page life cycle is a series of events that occur when a page is requested, processed, and rendered.

    • Page request is received by the server

    • Page is initialized and controls are created

    • Page is loaded with data and events are triggered

    • Page is rendered and sent to the client

    • Page is unloaded and disposed

  • Answered by AI
  • Q4. HTML,CSS,JavaScript website design

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for basic questions and answers.

Skills evaluated in this interview

Larsen & Toubro Limited Interview FAQs

How many rounds are there in Larsen & Toubro Limited Front end Developer interview?
Larsen & Toubro Limited interview process usually has 1 rounds. The most common rounds in the Larsen & Toubro Limited interview process are Technical.
How to prepare for Larsen & Toubro Limited Front end Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Larsen & Toubro Limited. The most common topics and skills that interviewers at Larsen & Toubro Limited expect are Front End, Javascript, JQuery, CSS and CSS3.

Tell us how to improve this page.

Larsen & Toubro Limited Front end Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Tata Projects Interview Questions
4.2
 • 423 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Tata Technologies Interview Questions
3.6
 • 254 Interviews
TCE Interview Questions
3.8
 • 247 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
View all
Larsen & Toubro Limited Front end Developer Salary
based on 13 salaries
₹1 L/yr - ₹9.5 L/yr
13% less than the average Front end Developer Salary in India
View more details

Larsen & Toubro Limited Front end Developer Reviews and Ratings

based on 3 reviews

1.2/5

Rating in categories

1.7

Skill development

4.5

Work-life balance

1.9

Salary

4.5

Job security

3.1

Company culture

3.1

Promotions

1.7

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Senior Engineer
3.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Construction Manager
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Larsen & Toubro Limited with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Adani Group

3.9
Compare

Mahindra & Mahindra

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