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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: Java, Spring Boot, JPA, Data Structures and algorithms, CS fundamentals
Tip
Tip

Tip 1 : must practice the previous year's questions
Tip 2 : more focus on easy to medium-level questions
Tip 3 : also go with computer fundamentals

Application process
Where: Campus
Eligibility: minimum 60% till graduation
Resume Tip
Resume tip

Tip 1: only write skills what yu have actual knowledge
Tip 2: add more and more project , they will discuss in tech rounds

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 min
Interview date1 Jun 2021
Coding problem4

it was MCQ round, with basic computer fundamentals and analytical skills questions

1. Core Subject Questions

round, with basic computer fundamentals like OS, NETWORKS, DBMS,CODING and analytical skills questions

Problem approach

Tip 1:read theory also
 

2. DBMS

Which of the following is TRUE?

A : Every relation in 3NF is also in BCNF
B : A relation R is in 3NF if every non-prime attribute of R is fully functionally dependent on every key of R
C : Every relation in BCNF is also in 3NF
D : No relation can be in both BCNF and 3NF

Problem approach

Ans : C

3. Output Question

What will be the output of the following C program segment?

char inchar = 'A';switch (inchar){

case 'A' :    printf ("choice A \n") ;case 'B' :case 'C' :    printf ("choice B ") ;case 'D' :case 'E' :default:    printf ("No Choice") ;}

Problem approach

The correct answer is "option 3".

4. MCQ

The worst case running time to search for an element in a balanced in a binary search tree with n2^n elements is(A) O(n log n)(B) O(n2^n) (C) O(n) (D) O(log n)

Problem approach

Ans : O(n)

02
Round
Easy
Video Call
Duration60 mins
Interview date30 Jul 2021
Coding problem1

question based on DSA, and projets from resume

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now
03
Round
Easy
Video Call
Duration60 mins
Interview date16 Aug 2021
Coding problem1

discussion on your project and involved technologies and DSA question

1. Reverse Words In A String

Easy
10m average time
90% success
0/40
Asked in companies
Thought WorksFacebookApple

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now
04
Round
Easy
HR Round
Duration30 min
Interview date6 Sep 2021
Coding problem1

Hr round, just discusion on profile and role in company

1. Basic HR Questions

Introduce yourself, describe yourself in 1 line.

Problem approach

Tip 1: be confident
Tip 2: first think then speak

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
SDE - 1
2 rounds | 4 problems
Interviewed by LTI - Larsen & Toubro Infotech
2709 views
3 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by LTI - Larsen & Toubro Infotech
797 views
0 comments
0 upvotes
SDE - 1
4 rounds | 5 problems
Interviewed by LTI - Larsen & Toubro Infotech
0 views
0 comments
0 upvotes
SDE - 1
3 rounds | 4 problems
Interviewed by LTI - Larsen & Toubro Infotech
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6365 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
2198 views
0 comments
0 upvotes