Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini ml engineer Interview Questions and Answers

Updated 1 Dec 2024

Capgemini ml engineer Interview Experiences

1 interview found

ml engineer Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python coding questions
  • Q2. Nlp, ml related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Coding in python
  • Q2. Questions on the project

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Bigdata project questions
Round 2 - Technical 

(2 Questions)

  • Q1. Ml model discussion
  • Q2. Have you implemented llama models
  • Ans. 

    LLAMA models are used for large language model adaptation.

    • LLAMA models are used for adapting large language models to specific tasks or domains.

    • They are commonly used in natural language processing tasks such as text generation, translation, and sentiment analysis.

    • Examples of LLAMA models include GPT-3, BERT, and RoBERTa.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between Precision and Recall?
  • Ans. 

    Precision is the ratio of correctly predicted positive observations to the total predicted positive observations, while Recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • Precision focuses on the accuracy of positive predictions, while Recall focuses on the proportion of actual positives that were correctly identified.

    • Precision = TP / (TP + FP)

    • Recall = TP / (TP + FN...

  • Answered by AI
  • Q2. What are the hyperparameters of Random forest?
  • Ans. 

    Hyperparameters of Random Forest include number of trees, max depth of trees, minimum samples per leaf, and maximum features.

    • Number of trees: Determines the number of decision trees in the forest.

    • Max depth of trees: Controls the maximum depth of each decision tree.

    • Minimum samples per leaf: Specifies the minimum number of samples required to be at a leaf node.

    • Maximum features: Determines the maximum number of features t

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself and projects
  • Q2. Mostly questions related to project, technology involve etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about sql joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
  • Q2. What ks difference between delete and update
  • Ans. 

    Delete removes a record entirely, while update modifies an existing record.

    • Delete removes the entire record from the database

    • Update modifies specific fields of an existing record

    • Delete is irreversible, while update can be undone by another update

    • Example: Deleting a user account vs updating the user's email address

  • Answered by AI

Skills evaluated in this interview

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. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Framework
  • Q2. Integration tools
  • Q3. Database schema

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview differ from the actual need

Interview Questionnaire 

1 Question

  • Q1. Oop concepts

I applied via Walk-in and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Count of backlogs and current backlogs is the most repeated question.
  • Ans. "NTT has a criteria, student do not exceed the count of backlogs more than 2" but your honesty and skill set will stands you into the company because i am bit more than the required criteria in case of backlogs and i am working here as an employee.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Really, It was done good at every round and mostly technical questions will be shooted at you irrespective of round and then you will be supposed to enter the managerial round and then to HR Round of interview(where the interviewer completely observe your profile and skills matching for the role offered).

Best Advise, be confident enogh on your thoughts

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Two tables are given, write the output for all types of JOINS.
  • Ans. 

    Answering types of JOINS for two given tables.

    • INNER JOIN: returns only matching rows from both tables

    • LEFT JOIN: returns all rows from left table and matching rows from right table

    • RIGHT JOIN: returns all rows from right table and matching rows from left table

    • FULL OUTER JOIN: returns all rows from both tables and NULL values where there is no match

    • CROSS JOIN: returns all possible combinations of rows from both tables

  • Answered by AI
  • Q2. A question based on self join.
  • Q3. Which one is better - Java with DB or PL/SQL and why?
  • Ans. 

    Java with DB is better than PL/SQL as it offers more flexibility and scalability.

    • Java with DB allows for easier integration with other technologies

    • Java offers more advanced programming features than PL/SQL

    • Java with DB can handle larger and more complex data sets

    • PL/SQL is limited to Oracle databases only

    • Java with DB is more widely used and has a larger community for support

  • Answered by AI
  • Q4. An aptitude question based on time.
  • Q5. What is dynamic SQL and how do you execute it?
  • Ans. 

    Dynamic SQL is a technique to generate SQL statements at runtime based on user input or other conditions.

    • Dynamic SQL is used to create flexible and customizable queries.

    • It allows for the creation of complex queries with multiple conditions.

    • Dynamic SQL can be executed using prepared statements or by concatenating strings.

    • It is important to properly sanitize user input to prevent SQL injection attacks.

  • Answered by AI
  • Q6. Explain overriding in PL/SQL
  • Ans. 

    Overriding in PL/SQL is the ability to define a subprogram in a child package that has the same name and signature as a subprogram in a parent package.

    • Overriding allows a child package to provide its own implementation of a subprogram that is already defined in a parent package.

    • The child subprogram must have the same name and signature as the parent subprogram.

    • The child subprogram can have a different implementation th...

  • Answered by AI
  • Q7. What are the types of triggers?
  • Ans. 

    Triggers are database objects that are used to automatically execute a response when a certain event occurs.

    • DML Triggers

    • DDL Triggers

    • Logon Triggers

    • CLR Triggers

    • INSTEAD OF Triggers

  • Answered by AI
  • Q8. Two tables are given and four outputs are given. Identify the type of join for each output.
  • Ans. 

    Identifying type of join for given outputs of two tables.

    • Inner join: returns only the matching rows from both tables.

    • Left join: returns all rows from left table and matching rows from right table.

    • Right join: returns all rows from right table and matching rows from left table.

    • Full outer join: returns all rows from both tables and matching rows from both tables.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For the role of PL/SQL developer, make sure to be clear with topics like JOINS, indexing and OOPS principles of PL/SQL

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini ml engineer interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are Technical.
How to prepare for Capgemini ml engineer 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are Deep Learning, Machine Learning, 9X, Assembly and Docker.
What are the top questions asked in Capgemini ml engineer interview?

Some of the top questions asked at the Capgemini ml engineer interview -

  1. Basic python coding questi...read more
  2. Nlp, ml related questi...read more
  3. Coding in pyt...read more

Tell us how to improve this page.

Capgemini ml engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Capgemini ml engineer Salary
based on 15 salaries
₹4.8 L/yr - ₹12 L/yr
8% less than the average ml engineer Salary in India
View more details
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹17.5 L/yr

Associate Consultant
50.8k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹24.5 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
20.2k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

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