LTI - Larsen & Toubro Infotech interview experience Real time questions & tips from candidates to crack your interview

Fullstack Developer

LTI - Larsen & Toubro Infotech
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 Months
Topics: Java OOPs Concepts, Spring, MVC, REST API,Hibernate, My SQL, React JS,Selenium
Tip
Tip

Tip 1 : Prepare each concept and implement it by developing an application, to have a better understanding of topics learned
Tip 2 : A few questions from DB were also asked like SQL aggregate functions, joins, and Stored procedures Interviewer will ask to write a SQL query, so prepare this part very well
Tip 3 : learn git commands, how to push and pull your code , resolve merge conflicts, and use Continous Integration, deploy code using Jenkins

Application process
Where: Campus
Eligibility: Above 70%
Resume Tip
Resume tip

Tip 1 : In Resume Mention the topics you know very well, don't write the topics like Docker, Machine learning just to impress
Tip 2 : Explain your Internship, Projects in detail(In bullet Points, Specify tech stack used in the projects) and you should have a clear idea of the Project you implemented

Interview rounds

01
Round
Medium
Online Coding Interview
Duration70 Minutes
Interview date12 Sep 2018
Coding problem2

This round consists of Aptitude questions, Java oops concepts MCQ questions, SQL questions, and 2 Coding questions

This round conducted around 11 AM

The environment is good, You can't change the window so googling the answers is not possible. you have to be quick to answer most of the questions, Don't spend too much time on 1 question, Just mark that question, so that if you have time you can complete it in the end

The interviewer was strict, no cheating allowed, Mobiles are kept in Bag

1. Reverse Integer

Easy
20m average time
80% success
0/40
Asked in companies
AppleAdobeFreshworks

You are given a 32-bit signed integer ‘N’. So, the integer will lie in the range [-2^31, 2^31 - 1]. Your task is to return the reverse of the given integer. If reversing causes overflow, then return -1.

Note:

(1) Do not use data types with the capacity of more than 32-bit like ‘long int’ or ‘long long int’ in C++. The problem is meant to reverse the integer using a 32-bit data type only.

(2) You should assume that the environment does not allow storing signed or unsigned 64-bit integers.
Try solving now

2. Longest Common Prefix

Moderate
40m average time
60% success
0/80
Asked in companies
DunzoShareChatGrofers

You are given an array ‘ARR’ consisting of ‘N’ strings. Your task is to find the longest common prefix among all these strings. If there is no common prefix, you have to return an empty string.

A prefix of a string can be defined as a substring obtained after removing some or all characters from the end of the string.

For Example:
Consider ARR = [“coding”, ”codezen”, ”codingninja”, ”coders”]
The longest common prefix among all the given strings is “cod” as it is present as a prefix in all strings. Hence, the answer is “cod”.
Try solving now
02
Round
Medium
Face to Face
Duration45 Minutes
Interview date12 Sep 2018
Coding problem1

It was night when my interview was scheduled ,Interviewer asked the questions on SQL, Angular, DBMS,OOPS Concepts, Java programming, Operating system ,Some 1-2 is tough and others questions I answered very well, He asked me to explain oops concepts like polymorphism ,Encapsulation, Inheritance with the help of real life examples.He asked to code 1 pattern question at end.

1. Selection Sort

Easy
15m average time
85% success
0/40
Asked in companies
PwC IndiaDell IndiaRaja Software Labs (RSL)

Selection sort is one of the sorting algorithms that works by repeatedly finding the minimum element from the unsorted part of the array and putting it at the beginning of the unsorted region of the array.

You are given an unsorted array consisting of N non-negative integers. Your task is to sort the array in non-decreasing order using the Selection Sort algorithm.

For Example:
Selection Sort implementation for the given array:  {29,72,98,13,87,66,52,51,36} is shown below :-

Alt text

Try solving now
03
Round
Easy
HR Round
Duration20 Minutes
Interview date13 Sep 2018
Coding problem0

It was round at next day morning,this round time duration is 30 minutes, interviewer was medium not too strict

Main surprising part of this round is ,Interviewer ask technical questions on Computer Networks and Pointers-they asked me OSI Model, IPV4 and types of protocols used in Different layers of OSI model and few Questions on Pointers,I didn't expect technical questions in HR round

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Software Engineer
2 rounds | 7 problems
Interviewed by LTI - Larsen & Toubro Infotech
1017 views
0 comments
0 upvotes
SDE - 1
4 rounds | 5 problems
Interviewed by LTI - Larsen & Toubro Infotech
0 views
0 comments
0 upvotes
Senior Software Engineer
1 rounds | 2 problems
Interviewed by LTI - Larsen & Toubro Infotech
0 views
0 comments
0 upvotes
Software Engineer
4 rounds | 5 problems
Interviewed by LTI - Larsen & Toubro Infotech
689 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
3 rounds | 5 problems
Interviewed by HashedIn
1052 views
0 comments
0 upvotes
company logo
Fullstack Developer
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
836 views
0 comments
0 upvotes
company logo
Fullstack Developer
4 rounds | 3 problems
Interviewed by Newgen Software
1092 views
0 comments
0 upvotes