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
3.8

based on 39.4k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Interview Questions, Process, and Tips for Experienced

Updated 11 Jan 2025

Top Capgemini Interview Questions and Answers for Experienced

View all 1.2k questions

Capgemini Interview Experiences for Experienced

Popular Designations

1.9k interviews found

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

(2 Questions)

  • Q1. What are the different ways to locate elements in web page
  • Ans. 

    Different ways to locate elements in a web page include using XPath, CSS selectors, ID, class name, tag name, and link text.

    • XPath: Allows you to navigate through the HTML structure of a web page.

    • CSS selectors: Can be used to target specific elements based on their attributes.

    • ID: Unique identifier for an element on a web page.

    • Class name: Used to group elements with similar styling.

    • Tag name: Targets elements based on the...

  • Answered by AI
  • Q2. How to work with list in Selenium
  • Ans. 

    Working with lists in Selenium involves locating elements, storing them in a list, and performing actions on them.

    • Locate elements using findElements() method

    • Store elements in a List

    • Iterate through the list to perform actions on each element

    • Example: List elements = driver.findElements(By.xpath("//ul/li"));

Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you disagree to agree
  • Q2. Share faced challenges in team
  • Ans. 

    I faced challenges in team communication and conflicting priorities.

    • Miscommunication leading to delays in project timelines

    • Conflicting priorities causing tension within the team

    • Difficulty in aligning team members' goals and objectives

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Quality Engineer Interview Questions and Answers

Q1. What are the different ways to locate elements in web page
View answer (1)

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

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

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the pillars of OOps?
  • Ans. 

    The pillars of OOPs (Object-Oriented Programming) are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables and public methods.

    • Polymorphism: Ability to ...

  • Answered by AI
  • Q2. Tell me your final year project
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines

    • Used HTML, CSS, JavaScript for front-end development

    • Implemented PHP and MySQL for back-end functionality

    • Included features such as user authentication, task assignment, and deadline notifications

  • Answered by AI

Top Capgemini Analyst Interview Questions and Answers

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Mostly on Java Hashmap 2.Difference between Hashmap and HashTable 3. write a program for occurence of words in a given string 4. Remote WebDriver Explanation 5. When we use Fluent wait in ur framework 6...
Round 2 - Technical 

(1 Question)

  • Q1. Explain about BDD framework challenges in ur project Team size WAP for broken links in a webpage How do you handle windows pop up

Top Capgemini Automation Test Engineer Interview Questions and Answers

Q1. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium and code for it 4] Scenario based questions 5] types of frameworks 6] how to read data from excel 7] Coding questions based on- handling dropdown in selenium, database automati... read more
View answer (1)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About Cash Application

Top Capgemini Process Leader Interview Questions and Answers

Q1. How many models are there in demand and forecast planning
View answer (1)

Process Leader Interview Questions asked at other Companies

Q1. What is deprivation and how many types of deprication
View answer (1)

Capgemini interview questions for popular designations

 Analyst

 (453)

 Consultant

 (390)

 Software Engineer

 (310)

 Senior Consultant

 (276)

 Associate Consultant

 (250)

 Senior Analyst

 (156)

 Software Developer

 (148)

 Senior Software Engineer

 (137)

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

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

(3 Questions)

  • Q1. Etl architecture design
  • Q2. Priority and severity
  • Q3. Different stages in etl
  • Ans. 

    Different stages in ETL include extraction, transformation, and loading of data.

    • Extraction: Retrieving data from various sources such as databases, files, APIs, etc.

    • Transformation: Cleaning, filtering, and converting the extracted data into a format suitable for analysis.

    • Loading: Loading the transformed data into a data warehouse or target database for further processing.

  • Answered by AI

Skills evaluated in this interview

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)

Get interview-ready with Top Capgemini Interview Questions

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

(2 Questions)

  • Q1. How to pass authorisation dynamically
  • Ans. 

    Passing authorization dynamically involves generating and sending tokens or credentials at runtime.

    • Use token-based authentication to generate and pass tokens dynamically

    • Implement OAuth for secure authorization handling

    • Utilize JWT (JSON Web Tokens) for passing authorization dynamically

  • Answered by AI
  • Q2. Write a java program to remove the character which repeats in a string
  • Ans. 

    Java program to remove repeating characters in a string

    • Create a new string to store the result

    • Iterate through each character in the input string

    • Check if the character is already present in the result string before adding it

    • Return the final result string

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Senior QA Consultant Interview Questions and Answers

Q1. Write a java program to remove the character which repeats in a string
View answer (1)

Senior QA Consultant Interview Questions asked at other Companies

Q1. Write a java program to remove the character which repeats in a string
View answer (1)

Jobs at Capgemini

View all

Consultant Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Related to my previous work profile. Related to pricing
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to my previous job Related to the pricing
Round 3 - Assignment 

Excel, aptitude, English

Top Capgemini Consultant Interview Questions and Answers

Q1. What are the different file replication strategies in Azure blob storage ?
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

fresher interview

user image Code Bashers

posted on 12 Mar 2022

Consultant Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Salary Expectations
  • Q2. Current Location
  • Ans. 

    I am currently located in New York City.

    • I am living in Manhattan, specifically in the Upper East Side neighborhood.

    • I work remotely from my apartment due to the COVID-19 pandemic.

    • I enjoy the cultural diversity and vibrant atmosphere of the city.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - HRs are unresponsive

Top Capgemini Consultant Interview Questions and Answers

Q1. What are the different file replication strategies in Azure blob storage ?
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Consultant Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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

(2 Questions)

  • Q1. How to handle multiple windows
  • Ans. 

    To handle multiple windows, use window handles to switch between them.

    • Use getWindowHandles() method to get all window handles

    • Use switchTo().window(handle) method to switch to a specific window

    • Close windows using close() method or quit() method for entire browser

  • Answered by AI
  • Q2. Code to identify a palindrome
  • Ans. 

    Code to identify a palindrome in an array of strings

    • Iterate through each string in the array

    • For each string, check if it is equal to its reverse

    • If it is equal, then it is a palindrome

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Testing process followed in the project
  • Ans. 

    The testing process in the project involved thorough unit testing, integration testing, and system testing.

    • Unit testing was conducted by individual developers to test small units of code.

    • Integration testing was performed to test the interaction between different modules.

    • System testing was carried out to validate the entire system's functionality.

    • Regression testing was also done to ensure that new changes did not affect

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Consultant Interview Questions and Answers

Q1. What are the different file replication strategies in Azure blob storage ?
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Capgemini Interview FAQs

How many rounds are there in Capgemini interview for experienced candidates?
Capgemini interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Capgemini interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Capgemini interview for experienced candidates?
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 SQL, Troubleshooting, Javascript, Agile and Management.
What are the top questions asked in Capgemini interview for experienced candidates?

Some of the top questions asked at the Capgemini interview for experienced candidates -

  1. 1. What's the use of update sets and how do you move update set from one instan...read more
  2. Could you tell me, which tools do you have used in test management and defect t...read more
  3. How to achieve to different pricing procedure for sales order and billing docum...read more
How long is the Capgemini interview process?

The duration of Capgemini interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Capgemini Interview Process for Experienced

based on 637 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 1.3k Capgemini interviews
Job Portal
Referral
Company Website
Campus Placement
WalkIn
Recruitment Consultant
52%
7%
7%
7%
4%
4%
19% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all

Capgemini Reviews and Ratings

based on 39.4k reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

3.1

Salary & Benefits

3.9

Job Security

3.7

Company culture

2.9

Promotions/Appraisal

3.5

Work Satisfaction

Explore 39.4k Reviews and Ratings
Sourcing Junior Specialist - A

Noida

2-5 Yrs

Not Disclosed

Business Advisor - B

Noida

2-6 Yrs

Not Disclosed

Salesforce Tester

Pune

4-9 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.6 L/yr

Senior Consultant
45.9k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.5k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
19.9k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
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