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

Senior Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Base SAS, Advance SAS, SAS DI, SQL, Teradata
Tip
Tip

Tip 1 : Be confident while giving the answers during the interview.
Tip 2 : Do more practice of problem solving techniques.

Application process
Where: Referral
Eligibility: Must have good experience on SAS/SQL Technology.
Resume Tip
Resume tip

Tip 1 : Do not make your resume too lengthy.
Tip 2 : Have some projects on your resume.
Tip 3 : Do not put false things on your resume.

Interview rounds

01
Round
Hard
Face to Face
Duration30 minutes
Interview date3 Jun 2017
Coding problem2

It was a technical round related to SAS Technology.
The interviewer was a technically sound personality.

1. Missing Number

Moderate
30m average time
70% success
0/80
Asked in companies
SamsungFacebookApple

You are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is not present in list ‘BINARYNUMS’ is called ‘Missing Integer’.

Your task is to find the binary representation of that ‘Missing Integer’. You should return a string that represents this ‘Missing Integer’ in binary without leading zeros.

Note

1. There will be no leading zeros in any string in the list ‘BINARYNUMS’.

Example:

Consider N = 5 and the list ‘binaryNums’=  [“0”, “01”, “010”, “100”, “101”].  This list consists of the binary representation of numbers [0, 1, 2, 4, 5]. Clearly, the missing number is 3 and its binary representation will be “11”. So you should return string “11”.
Problem approach

Step 1 : Create an array of numeric columns in a dataset.
Step 2 : Apply a Do loop from 1 to the length of an array.
Step 3 : For each column value, check if it is a missing value. If yes, then replace it by 0 value.
Step 4 : End of Do loop.

Try solving now

2. Ninja And The Rows

Easy
15m average time
87% success
0/40
Asked in companies
AppleAdobeLTI - Larsen & Toubro Infotech

Ninja has been provided a matrix 'MAT' of size 'N X M' where 'M' is the number of columns in the matrix, and 'N' is the number of rows.

The weight of the particular row is the sum of all elements in it. Ninja wants to find the maximum weight amongst all the rows.

Your task is to help the ninja find the maximum weight amongst all the rows.

EXAMPLE:
Input: 'N' = 2, 'M' = 3, 'MAT' = [[1, 2, 3], [2, 0, 0]]
Output: 6

The weight of first row is 1 + 2 + 3 = 6
The weight of the second row is 2 + 0 + 0 = 2; hence the answer will be a maximum of 2 and 6, which is 6.
Problem approach

Step 1 : Apply a call symput function inside a data step.
Step 2 : Inside a call symput function assign the _n_ value into a macro variable.
Step 3 : At the last iteration of a detastep _n_ will have the last row number which will be assigned to a macro variable.

Try solving now
02
Round
Medium
Face to Face
Duration15 minutes
Interview date3 Jun 2017
Coding problem1

It was related to a DBMS related query.

1. DBMS

What are the different types of joining conditions in a Teradata Database?

Problem approach

Tip 1 : Please refer to online sites or books to identify the different joining conditions in the Teradata Database.

03
Round
Easy
HR Round
Duration10 minutes
Interview date3 Jun 2017
Coding problem2

It was an HR round.
All the queries were related to previous work experience, salary discussion, notice period, etc.

1. Basic HR Questions

What is a notice period in your company and is it negotiable?

 

Problem approach

Tip 1 : Always speak the truth in front of HR.

2. Basic HR Questions

What is your current salary package and what is your expectation?

Problem approach

Tip 1 : Always be frank while discussing your salary package related query.

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
1018 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
Senior Software Engineer
1 rounds | 6 problems
Interviewed by Arcesium
3920 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
5173 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
3156 views
3 comments
0 upvotes