Upload Button Icon Add office photos

Filter interviews by

Genpact Data Scientist and Machine Learning Engineer Interview Questions and Answers

Updated 25 Jul 2024

Genpact Data Scientist and Machine Learning Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python arrays loops data structures

Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion technical challenges
  • Q2. Deep learning neural network

Interview questions from similar companies

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

(1 Question)

  • Q1. What is your favourite algorithm and how have you implemented it?
  • Ans. 

    My favorite algorithm is Random Forest, which I have implemented for predicting customer churn in a telecom company.

    • Random Forest is an ensemble learning method that builds multiple decision trees and merges them together to get a more accurate and stable prediction.

    • I have implemented Random Forest in Python using scikit-learn library for a telecom company to predict customer churn based on various features like call d...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Mar 2023. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Basic ML questions and previous project-related queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Advanced ML questions
Round 4 - HR 

(1 Question)

  • Q1. Project handle queires

Interview Preparation Tips

Topics to prepare for TCS Data Scientist and Machine Learning Engineer interview:
  • Data Science
Interview preparation tips for other job seekers - explain point to point and keep it simple. learn all machine learning algorithms and deep learning concepts and statistics concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is evaluation Matrix for classification
  • Ans. 

    Evaluation metrics for classification are used to assess the performance of a classification model.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the proportion of correctly classified instances out of the total instances.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive p...

  • Answered by AI
  • Q2. What L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting.

    • L1 regression adds a penalty equivalent to the absolute value of the magnitude of coefficients.

    • L2 regression adds a penalty equivalent to the square of the magnitude of coefficients.

    • L1 regularization can lead to sparse models, while L2 regularization tends to shrink coefficients towards zero.

    • L1 regularization is also know...

  • Answered by AI
  • Q3. Explain random forest algorithm
  • Ans. 

    Random forest is an ensemble learning algorithm that builds multiple decision trees and combines their predictions.

    • Random forest creates multiple decision trees using bootstrapping and feature randomization.

    • Each tree in the random forest is trained on a subset of the data and features.

    • The final prediction is made by averaging the predictions of all the trees (regression) or taking a majority vote (classification).

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about self
  • Ans. 

    I am a dedicated and passionate Machine Learning Engineer with a strong background in computer science and data analysis.

    • Experienced in developing machine learning models for various applications

    • Proficient in programming languages such as Python, R, and Java

    • Skilled in data preprocessing, feature engineering, and model evaluation

    • Strong understanding of algorithms and statistical concepts

    • Excellent problem-solving and ana

  • Answered by AI
  • Q2. Questions about salary discuss

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Screening round: Tell me about your experiences?
  • Q2. Tell me Learning and development challenges you faced and improvements you have done
Round 2 - Aptitude Test 

Genral and technical aptitude test

Round 3 - Technical 

(5 Questions)

  • Q1. Overall experience?
  • Q2. What was challenging role in previous org?
  • Q3. How you see L&D from your perspective?
  • Q4. How you tackle problems in your role?
  • Q5. How will you onboard 500 candidates every month?
  • Ans. 

    By creating a structured onboarding process, utilizing technology for efficiency, and leveraging a team of trainers.

    • Develop a comprehensive onboarding program with clear objectives and timelines.

    • Utilize technology such as online training modules and virtual onboarding sessions.

    • Assign a team of trainers to handle different aspects of the onboarding process.

    • Implement a buddy system where existing employees mentor new hir...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and try to avoid silly mistakes. Focus on attire and communications.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Started with basic os or network fundamentals like analyzing a core dump, handling tcp packet loss, difference between rest api and grpc etc. Then, from ML started with basic questions like bias variance t...

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. ML algorithms, Live screen share coding
Round 2 - Technical 

(1 Question)

  • Q1. ML deployment, Cloud knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice atleast one programming language. For ML prefer python. Be prepared with ML algorithms in depth and should have deployment and cloud knowledge.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Stats questions
  • Q2. Basic ML questions

I applied via Company Website and was interviewed in Jan 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 - Coding Test 

My skills python and Java

Interview Preparation Tips

Topics to prepare for TCS Data Scientist and Machine Learning Engineer interview:
  • Python
  • Java
  • Machine Learning
Interview preparation tips for other job seekers - I am pursuing b tech computer science engineering
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting by adding penalty terms to the loss function.

    • L1 regression adds the absolute values of the coefficients as penalty term (Lasso regression)

    • L2 regression adds the squared values of the coefficients as penalty term (Ridge regression)

    • L1 regularization can lead to sparse models with some coefficients being exactly zero

    • L2 regul...

  • Answered by AI
  • Q2. Explain auc and roc
  • Ans. 

    AUC (Area Under the Curve) is a metric that measures the performance of a classification model. ROC (Receiver Operating Characteristic) is a graphical representation of the AUC.

    • AUC is a single scalar value that represents the area under the ROC curve.

    • ROC curve is a plot of the true positive rate against the false positive rate for different threshold values.

    • AUC ranges from 0 to 1, where a higher value indicates better ...

  • Answered by AI
  • Q3. Precision and recall
  • Q4. Parameter of random forest
  • Ans. 

    Parameter of random forest is the number of trees in the forest.

    • Number of trees in the forest affects model performance

    • Higher number of trees can lead to overfitting

    • Commonly tuned parameter in random forest algorithms

  • Answered by AI
  • Q5. What isp,d,q values in time series
  • Ans. 

    p, d, q values are parameters used in ARIMA time series models to determine the order of differencing and moving average components.

    • p represents the number of lag observations included in the model (autoregressive order)

    • d represents the degree of differencing needed to make the time series stationary

    • q represents the number of lagged forecast errors included in the model (moving average order)

    • For example, in an ARIMA(1,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare machine learning, statistics, natural language processing, python

Skills evaluated in this interview

Genpact Interview FAQs

How many rounds are there in Genpact Data Scientist and Machine Learning Engineer interview?
Genpact interview process usually has 2 rounds. The most common rounds in the Genpact interview process are Coding Test and Technical.
What are the top questions asked in Genpact Data Scientist and Machine Learning Engineer interview?

Some of the top questions asked at the Genpact Data Scientist and Machine Learning Engineer interview -

  1. Project discussion technical challen...read more
  2. Deep learning neural netw...read more

Tell us how to improve this page.

Genpact Data Scientist and Machine Learning Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
View all
Process Developer
36.2k salaries
unlock blur

₹1 L/yr - ₹6.8 L/yr

Process Associate
28k salaries
unlock blur

₹0.9 L/yr - ₹6.5 L/yr

Assistant Manager
19.8k salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Management Trainee
19.2k salaries
unlock blur

₹1.6 L/yr - ₹8.5 L/yr

Manager
7.4k salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Explore more salaries
Compare Genpact with

Accenture

3.9
Compare

Capgemini

3.8
Compare

TCS

3.7
Compare

Cognizant

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