Upload Button Icon Add office photos

Filter interviews by

L&T Technology Services Data Scientist Interview Questions and Answers

Updated 28 Feb 2024

L&T Technology Services Data Scientist Interview Experiences

1 interview found

Data Scientist Interview Questions & Answers

user image Sourabh BM

posted on 28 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. When do we use PCA?
  • Ans. 

    PCA is used to reduce the dimensionality of data by finding the most important features.

    • PCA is used when dealing with high-dimensional data to reduce the number of features and avoid multicollinearity.

    • It helps in visualizing data in lower dimensions while retaining as much variance as possible.

    • PCA is commonly used in image processing, genetics, finance, and other fields where dimensionality reduction is needed.

  • Answered by AI
  • Q2. PCA is a dimensionality reduction technique and is used to reduce the less useful features from the dataset
Round 2 - Technical 

(1 Question)

  • Q1. LTTS data science interview

Skills evaluated in this interview

Data Scientist Jobs at L&T Technology Services

View all

Interview questions from similar companies

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

NER training using deep learning

Round 2 - Technical 

(2 Questions)

  • Q1. Describe the approach taken for assignment
  • Ans. 

    I approach assignments by breaking them down into smaller tasks, setting deadlines, and regularly checking progress.

    • Break down the assignment into smaller tasks to make it more manageable

    • Set deadlines for each task to stay on track

    • Regularly check progress to ensure everything is on schedule

    • Seek feedback from colleagues or supervisors to improve the quality of work

  • Answered by AI
  • Q2. Scenario based questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Assignment 

They gave a span of 3 days to build an AI-powered webapp

Round 2 - One-on-one 

(2 Questions)

  • Q1. How would you go about learning a new skill
  • Q2. Experience in cloud technologies
  • Ans. 

    I have experience working with cloud technologies such as AWS, Azure, and Google Cloud Platform.

    • Experience in setting up and managing virtual machines, storage, and networking in cloud environments

    • Knowledge of cloud services like EC2, S3, RDS, and Lambda

    • Experience with cloud-based data processing and analytics tools like AWS Glue and Google BigQuery

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Project details and challenges faced in the project
  • Ans. 

    Developed a predictive model for customer churn in a telecom company

    • Collected and cleaned customer data from various sources

    • Performed exploratory data analysis to identify key factors influencing churn

    • Built and fine-tuned machine learning models to predict customer churn

    • Challenges included imbalanced data, feature engineering, and model interpretability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thoroughly prepared with your projects with their details nd skills on your resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Basics of Data Science was asked
Round 2 - Technical 

(1 Question)

  • Q1. About projects and technical side of project tech stack
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in May 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. What is maths and stats
  • Ans. 

    Maths and stats refer to the study of mathematical concepts and statistical methods for analyzing data.

    • Maths involves the study of numbers, quantities, shapes, and patterns.

    • Stats involves collecting, analyzing, interpreting, and presenting data.

    • Maths is used to solve equations, calculate probabilities, and model real-world phenomena.

    • Stats is used to make informed decisions, draw conclusions, and test hypotheses.

    • Both ma...

  • Answered by AI
Round 2 - Coding Test 

Confusion matrix what are your job rolls explain me Gradient boosting algorithm?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very serious on every answer
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Machine learning related questions and the theory of its operation
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 - Technical 

(2 Questions)

  • Q1. Coding question of finding index of 2 nos. having total equal to target in a list, without using nested for loop? l= [2,15,5,7] t= 9 output》》[0,3]
  • Ans. 

    Finding index of 2 numbers having total equal to target in a list without nested for loop.

    • Use dictionary to store the difference between target and each element of list.

    • Iterate through list and check if element is in dictionary.

    • Return the indices of the two elements that add up to target.

  • Answered by AI
  • Q2. What is random forest, knn?
  • Ans. 

    Random forest and KNN are machine learning algorithms used for classification and regression tasks.

    • Random forest is an ensemble learning method that constructs multiple decision trees and combines their outputs to make a final prediction.

    • KNN (k-nearest neighbors) is a non-parametric algorithm that classifies new data points based on the majority class of their k-nearest neighbors in the training set.

    • Random forest is us...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Ll coding on python dictionary
  • Q2. Find unique keys in 2 dictionaries
  • Ans. 

    To find unique keys in 2 dictionaries.

    • Create a set of keys for each dictionary

    • Use set operations to find the unique keys

    • Return the unique keys

  • Answered by AI
  • Q3. Aws ec2 model deployment procedure
  • Ans. 

    AWS EC2 model deployment involves creating an instance, installing necessary software, and deploying the model.

    • Create an EC2 instance with the desired specifications

    • Install necessary software and dependencies on the instance

    • Upload the model and any required data to the instance

    • Deploy the model using a web server or API

    • Monitor the instance and model performance for optimization

  • Answered by AI
  • Q4. Overloading concept of oop
  • Ans. 

    Overloading is the ability to define multiple methods with the same name but different parameters.

    • Overloading allows for more flexibility in method naming and improves code readability.

    • Examples include defining multiple constructors for a class with different parameter lists or defining a method that can accept different data types as input.

    • Overloading is resolved at compile-time based on the number and types of argume...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coforge Data Scientist interview:
  • Python programming
  • python coding
  • dictionary functions , set funct
  • ML, DL Algorithms
  • NLP , AWS
Interview preparation tips for other job seekers - Every time had 2 to 4 panel size and all were technical. All rounds are tough as panel size is more and always extends the given time of interview.

Completed 2 rounds and from 2 weeks they have not arrange hr round.
Morever Hr is saying My profile is on hold.

Very bad rating for companys prolonged hiring process and sometime irritating as candidates like me prepare and attend the interview besides interviews are in working hours. And after completing two rounds not even scheduling Hr round only give information that your profile is on hold......

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Different ML Algorithms
  • Ans. 

    There are various ML algorithms such as linear regression, decision trees, random forests, SVM, KNN, neural networks, etc.

    • Linear regression is used for predicting continuous values

    • Decision trees and random forests are used for classification and regression

    • SVM is used for classification and regression

    • KNN is used for classification and regression

    • Neural networks are used for complex problems such as image recognition and

  • Answered by AI
  • Q2. Python Libraries

Interview Preparation Tips

Topics to prepare for Sutherland Global Services Data Scientist interview:
  • Machine Learning
  • Python
  • SQL

Skills evaluated in this interview

I applied via Referral and was interviewed before Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. More ML and DL based questions. What is random forest. What is neural network. Early Stopping, Weights and Bias, Bagging and Boosting.
  • Q2. Linear Regression and Logistics Regression and difference between both.
  • Ans. 

    Linear Regression predicts continuous values while Logistic Regression predicts binary outcomes.

    • Linear Regression is used for predicting continuous values while Logistic Regression is used for predicting binary outcomes.

    • Linear Regression uses a linear approach to model the relationship between dependent and independent variables while Logistic Regression uses a logistic function to model the probability of a binary out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The company is fine. Hardly any Data Science projects.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions around resume
  • Ans. Explained word done by me and my responsibilities
  • Answered by Nikhil Pawar
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions around python programming and my experience in data science
  • Ans. Explained end to end implementation of some of the projects I worked on
  • Answered by Nikhil Pawar

Interview Preparation Tips

Interview preparation tips for other job seekers - Study your resume and be ready to answer questions around that

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Data Scientist interview?
L&T Technology Services interview process usually has 2 rounds. The most common rounds in the L&T Technology Services interview process are Technical.
How to prepare for L&T Technology Services Data Scientist 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 L&T Technology Services. The most common topics and skills that interviewers at L&T Technology Services expect are Business Solutions, CCTV Monitoring, Data Collection, Data Visualization and Predictive Modeling.
What are the top questions asked in L&T Technology Services Data Scientist interview?

Some of the top questions asked at the L&T Technology Services Data Scientist interview -

  1. When do we use P...read more
  2. PCA is a dimensionality reduction technique and is used to reduce the less usef...read more
  3. LTTS data science interv...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 L&T Technology Services interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
L&T Technology Services Data Scientist Salary
based on 47 salaries
₹3.6 L/yr - ₹10.9 L/yr
46% less than the average Data Scientist Salary in India
View more details

L&T Technology Services Data Scientist Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

2.0

Skill development

2.6

Work-Life balance

1.4

Salary & Benefits

2.6

Job Security

1.4

Company culture

1.4

Promotions/Appraisal

2.6

Work Satisfaction

Explore 2 Reviews and Ratings
Data Scientist

Mumbai

0-1 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
5.3k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.5k salaries
unlock blur

₹1 L/yr - ₹8.8 L/yr

Technical Lead
2k salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Project Lead
1.6k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹4.8 L/yr - ₹18.8 L/yr

Explore more salaries
Compare L&T Technology Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview